From 910f27b13206adc1808cd51e6587caea80e01b27 Mon Sep 17 00:00:00 2001 From: Eugen Zagorodniy Date: Sun, 20 Feb 2022 01:41:25 +0200 Subject: [PATCH 1/2] New package: CKAN-1.30.4 --- srcpkgs/CKAN/template | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 srcpkgs/CKAN/template diff --git a/srcpkgs/CKAN/template b/srcpkgs/CKAN/template new file mode 100644 index 000000000000..4bc12f642bcd --- /dev/null +++ b/srcpkgs/CKAN/template @@ -0,0 +1,28 @@ +# Template file for 'CKAN' +pkgname=CKAN +version=1.30.4 +revision=1 +archs="x86_64* i686*" # Only support archs that are supported by KSP itself +hostmakedepends="curl msbuild-bin" +makedepends="libgdiplus" +depends="libgdiplus mono" +short_desc="Find, install, and manage mods for Kerbal Space Program" +maintainer="Eugen Zagorodniy " +license="MIT" +homepage="https://github.com/KSP-CKAN/CKAN" +changelog="https://raw.githubusercontent.com/KSP-CKAN/CKAN/master/CHANGELOG.md" +distfiles="https://github.com/KSP-CKAN/CKAN/archive/refs/tags/v$version.tar.gz" +checksum=7c73543bf109fd1bc7917bb1955acaab14086e709e92351d4a6b10d780d53d23 + +do_build() { + ./build --configuration=Release +} + +do_install() { + vbin debian/ckan + vman debian/ckan.1 + vlicense debian/copyright + vinstall _build/ckan.exe 644 /usr/lib/ckan + vinstall debian/ckan.desktop 644 /usr/share/applications + vinstall debian/ckan.ico 644 /usr/share/icons +} From 88cd36b1957e33e05f5ab41ec3f4681e3a17e7e8 Mon Sep 17 00:00:00 2001 From: Eugen Zagorodniy Date: Fri, 1 Jul 2022 18:40:44 +0300 Subject: [PATCH 2/2] msbuild-bin: update to 16.10.1. --- srcpkgs/msbuild-bin/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/msbuild-bin/template b/srcpkgs/msbuild-bin/template index feae5ed72e4b..e5332b295954 100644 --- a/srcpkgs/msbuild-bin/template +++ b/srcpkgs/msbuild-bin/template @@ -1,8 +1,8 @@ # Template file for 'msbuild-bin' -_xamarin_rel="xamarinxplat.2020.04.29.14.43-0xamarin5+ubuntu2004b1" +_xamarin_rel="xamarinxplat.2021.05.26.14.00-0xamarin2+ubuntu2004b1" pkgname=msbuild-bin -version=16.6 -revision=2 +version=16.10.1 +revision=1 build_style=fetch depends="mono" short_desc="Xamarin/Mono fork of the Microsoft Build system" @@ -10,7 +10,7 @@ maintainer="Aloz1 " license="MIT" homepage="https://github.com/mono/msbuild" distfiles="http://download.mono-project.com/repo/ubuntu/pool/main/m/msbuild/msbuild_${version}+${_xamarin_rel}_all.deb" -checksum=042bb1da521877e8ff4b2dd157304a7130bb489a3abe0642a0f9e7ff37b4f099 +checksum=32f1eba1c2df67bc55920cd45ce3689c32a5c705ae01fd7ead52ca180221b469 do_extract() { bsdtar xf ${XBPS_SRCDISTDIR}/msbuild-bin-${version}/msbuild_${version}+${_xamarin_rel}_all.deb