From 4604d646b29b6e22342f9778d4842f7345d85a2b Mon Sep 17 00:00:00 2001 From: Alain Kalker Date: Tue, 11 Oct 2016 19:27:35 +0200 Subject: [PATCH 1/3] New package: dex-0.7 --- srcpkgs/dex/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/dex/template diff --git a/srcpkgs/dex/template b/srcpkgs/dex/template new file mode 100644 index 00000000000..f4ece768f40 --- /dev/null +++ b/srcpkgs/dex/template @@ -0,0 +1,19 @@ +# Template file for 'dex' +pkgname=dex +version=0.7 +revision=1 +noarch=yes +build_style=gnu-makefile +make_install_args="MANPREFIX=/usr/share/man" +python_version=3 +depends="python3" +short_desc="Generate and execute DesktopEntry files of the Application type" +maintainer="Alain Kalker " +license="GPL-2" +homepage="https://github.com/jceb/dex" +distfiles="https://github.com/jceb/dex/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz" +checksum=2b0c98832c4b894486807a9ac0417ca127425013e0f07da352621065cb36adc6 + +post_install() { + rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE +} From b64dcc9f4376dd0e1caef419d4d479e12c619c17 Mon Sep 17 00:00:00 2001 From: Alain Kalker Date: Thu, 13 Oct 2016 16:36:04 +0200 Subject: [PATCH 2/3] New package: sound-icons-0.1 --- srcpkgs/sound-icons/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/sound-icons/template diff --git a/srcpkgs/sound-icons/template b/srcpkgs/sound-icons/template new file mode 100644 index 00000000000..3822d405b5e --- /dev/null +++ b/srcpkgs/sound-icons/template @@ -0,0 +1,18 @@ +# Template file for 'sound-icons' +pkgname=sound-icons +version=0.1 +revision=1 +noarch=yes +short_desc="Sounds for speech enabled applications" +maintainer="Alain Kalker " +license="GPL-2" +homepage="http://www.freebsoft.org/pub/projects/sound-icons/" +distfiles="http://www.freebsoft.org/pub/projects/sound-icons/${pkgname}-${version}.tar.gz" +checksum=382dda1d14a07b3125a8b5084695aa9ba5cb0fff02e5aab69fd6c7e23cbcf4d7 + +do_install() { + vdoc README + rm COPYING README + vmkdir usr/share/sounds/sound-icons + vcopy "*" usr/share/sounds/sound-icons +} From 25a6c445d80f7f4ffd698ca9432152876a16b6d0 Mon Sep 17 00:00:00 2001 From: Alain Kalker Date: Fri, 4 Nov 2016 00:20:01 +0100 Subject: [PATCH 3/3] New package: Bear-2.2.1 --- srcpkgs/Bear/template | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 srcpkgs/Bear/template diff --git a/srcpkgs/Bear/template b/srcpkgs/Bear/template new file mode 100644 index 00000000000..5df1d45a499 --- /dev/null +++ b/srcpkgs/Bear/template @@ -0,0 +1,12 @@ +# Template file for 'Bear' +pkgname=Bear +version=2.2.1 +revision=1 +build_style=cmake +depends="python" +short_desc="A tool that generates a compilation database for clang tooling" +maintainer="Alain Kalker " +license="GPL-3" +homepage="https://github.com/rizsotto/${pkgname}" +distfiles="https://github.com/rizsotto/${pkgname}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz" +checksum=bfe711fae29f173f9d33a7d8c42434a2f40d0247fbb6ff618fdd91c878f76a7b