From 6c28381b51f5be5afec7fc7cedb67cd84f6879dc Mon Sep 17 00:00:00 2001 From: Antonio Malcolm Date: Mon, 21 Dec 2015 23:17:49 -0800 Subject: [PATCH 1/4] new package: unoconv --- srcpkgs/unoconv/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/unoconv/template diff --git a/srcpkgs/unoconv/template b/srcpkgs/unoconv/template new file mode 100644 index 00000000000..582e8acf339 --- /dev/null +++ b/srcpkgs/unoconv/template @@ -0,0 +1,16 @@ +# Template file for 'unoconv' +pkgname=unoconv +version=0.7 +revision=1 +build_style=gnu-makefile +hostmakedepends="asciidoc git" +short_desc="Convert between document formats supported by LibreOffice/OpenOffice" +maintainer="Antonio Malcolm " +license="GPL-2" +homepage="https://github.com/dagwieers/unoconv" +distfiles="${homepage}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz" +checksum=b3f58573aba59d3ada7d8f51cd6844b6abc20251cf89820e939dcf9b5a4eb2dc + +post_install() { + vlicense COPYING +} From 0a967596e35299cb5b1b10678710ee2805e2193c Mon Sep 17 00:00:00 2001 From: Antonio Malcolm Date: Tue, 22 Dec 2015 04:43:55 -0800 Subject: [PATCH 2/4] new package: unoconv --- srcpkgs/unoconv/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/unoconv/template b/srcpkgs/unoconv/template index 582e8acf339..5d49b4cff36 100644 --- a/srcpkgs/unoconv/template +++ b/srcpkgs/unoconv/template @@ -10,7 +10,3 @@ license="GPL-2" homepage="https://github.com/dagwieers/unoconv" distfiles="${homepage}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz" checksum=b3f58573aba59d3ada7d8f51cd6844b6abc20251cf89820e939dcf9b5a4eb2dc - -post_install() { - vlicense COPYING -} From 5ecabb3838aa95bac49c5635367107552c913115 Mon Sep 17 00:00:00 2001 From: Antonio Malcolm Date: Wed, 23 Dec 2015 00:37:24 -0800 Subject: [PATCH 3/4] adding noarch and python-devel to template --- srcpkgs/unoconv/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/unoconv/template b/srcpkgs/unoconv/template index 5d49b4cff36..d1bc2cd0ba3 100644 --- a/srcpkgs/unoconv/template +++ b/srcpkgs/unoconv/template @@ -2,8 +2,10 @@ pkgname=unoconv version=0.7 revision=1 +noarch=yes build_style=gnu-makefile hostmakedepends="asciidoc git" +makedepends="python-devel" short_desc="Convert between document formats supported by LibreOffice/OpenOffice" maintainer="Antonio Malcolm " license="GPL-2" From 28f422e397e70410be3edc4e2acef89ff66af0cc Mon Sep 17 00:00:00 2001 From: Antonio Malcolm Date: Wed, 23 Dec 2015 00:51:39 -0800 Subject: [PATCH 4/4] replaced python-devel with python --- srcpkgs/unoconv/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/unoconv/template b/srcpkgs/unoconv/template index d1bc2cd0ba3..6a288312e49 100644 --- a/srcpkgs/unoconv/template +++ b/srcpkgs/unoconv/template @@ -5,7 +5,7 @@ revision=1 noarch=yes build_style=gnu-makefile hostmakedepends="asciidoc git" -makedepends="python-devel" +depends="python" short_desc="Convert between document formats supported by LibreOffice/OpenOffice" maintainer="Antonio Malcolm " license="GPL-2"