From 620ba760289331a218fd39b388ab9094e7afb232 Mon Sep 17 00:00:00 2001 From: ShadowKyogre Date: Thu, 6 Nov 2014 08:26:59 -0800 Subject: [PATCH 1/4] New package: slop-3.1.10 --- srcpkgs/slop/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/slop/template diff --git a/srcpkgs/slop/template b/srcpkgs/slop/template new file mode 100644 index 0000000000..b0cceabe2c --- /dev/null +++ b/srcpkgs/slop/template @@ -0,0 +1,18 @@ +# Template file for 'slop' +pkgname=slop +version=3.1.10 +revision=1 +build_style=cmake +hostmakedepends="pkg-config cmake" +makedepends="libX11-devel libXext-devel" +short_desc="Utility to query the user for a selection and print the region to stdout" +maintainer="ShadowKyogre " +license="GPL-3" +homepage="https://github.com/naelstrof/${pkgname}" +distfiles="https://github.com/naelstrof/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz" +checksum=5541acd5d449d62a42984db5f1316b684847301ee86fa0bb6c41a264cf6740a2 + +pre_build() { + # workaround for the cmake file expecting to be run in ., not build + cp build/src/cmdline.h src/cmdline.h +} From b085240483362ed596fba8c23f5033d8b2f8b369 Mon Sep 17 00:00:00 2001 From: ShadowKyogre Date: Thu, 6 Nov 2014 08:27:47 -0800 Subject: [PATCH 2/4] New package: maim-2.3.31 --- srcpkgs/maim/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/maim/template diff --git a/srcpkgs/maim/template b/srcpkgs/maim/template new file mode 100644 index 0000000000..5979977bde --- /dev/null +++ b/srcpkgs/maim/template @@ -0,0 +1,18 @@ +# Template file for 'maim' +pkgname=maim +version=2.3.31 +revision=1 +build_style=cmake +hostmakedepends="pkg-config cmake" +makedepends="imlib2-devel libX11-devel libXrandr-devel libXext-devel freetype-devel libXfixes-devel" +short_desc="A small application that takes care of setting the background image on different workspaces" +maintainer="ShadowKyogre " +license="GPL-3" +homepage="https://github.com/naelstrof/${pkgname}" +distfiles="https://github.com/naelstrof/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz" +checksum=5183730e3ca1b505beff006c24c7d2f3df41e373e427479fcba031fc1df96df0 + +pre_build() { + # workaround for the cmake file expecting to be run in ., not build + cp build/src/cmdline.h src/cmdline.h +} From 77c2e14caa90603d46dac9b4755251ffe920c5f3 Mon Sep 17 00:00:00 2001 From: ShadowKyogre Date: Thu, 6 Nov 2014 08:58:10 -0800 Subject: [PATCH 3/4] slop: Remove renaming of distfile --- srcpkgs/slop/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/slop/template b/srcpkgs/slop/template index b0cceabe2c..ee35ba6228 100644 --- a/srcpkgs/slop/template +++ b/srcpkgs/slop/template @@ -9,7 +9,7 @@ short_desc="Utility to query the user for a selection and print the region to st maintainer="ShadowKyogre " license="GPL-3" homepage="https://github.com/naelstrof/${pkgname}" -distfiles="https://github.com/naelstrof/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz" +distfiles="https://github.com/naelstrof/${pkgname}/archive/v${version}.tar.gz" checksum=5541acd5d449d62a42984db5f1316b684847301ee86fa0bb6c41a264cf6740a2 pre_build() { From 5d53cebe09091610840270be70912d946f4fb523 Mon Sep 17 00:00:00 2001 From: ShadowKyogre Date: Thu, 6 Nov 2014 08:59:47 -0800 Subject: [PATCH 4/4] maim: Remove renaming of distfile --- srcpkgs/maim/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/maim/template b/srcpkgs/maim/template index 5979977bde..330603734c 100644 --- a/srcpkgs/maim/template +++ b/srcpkgs/maim/template @@ -9,7 +9,7 @@ short_desc="A small application that takes care of setting the background image maintainer="ShadowKyogre " license="GPL-3" homepage="https://github.com/naelstrof/${pkgname}" -distfiles="https://github.com/naelstrof/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz" +distfiles="https://github.com/naelstrof/${pkgname}/archive/v${version}.tar.gz" checksum=5183730e3ca1b505beff006c24c7d2f3df41e373e427479fcba031fc1df96df0 pre_build() {