Date: Monday, December 7, 2015 @ 13:40:58 Author: fyan Revision: 149823
archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: gimp-dbp/repos/community-staging-i686/ gimp-dbp/repos/community-staging-i686/PKGBUILD (from rev 149820, gimp-dbp/trunk/PKGBUILD) gimp-dbp/repos/community-staging-x86_64/ gimp-dbp/repos/community-staging-x86_64/PKGBUILD (from rev 149822, gimp-dbp/trunk/PKGBUILD) -----------------------------------+ community-staging-i686/PKGBUILD | 25 +++++++++++++++++++++++++ community-staging-x86_64/PKGBUILD | 25 +++++++++++++++++++++++++ 2 files changed, 50 insertions(+) Copied: gimp-dbp/repos/community-staging-i686/PKGBUILD (from rev 149820, gimp-dbp/trunk/PKGBUILD) =================================================================== --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-12-07 12:40:58 UTC (rev 149823) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: tobias <tob...@archlinux.org> +# Contributor: Tobias Kieslich <tob...@justdreams.de> + +pkgname=gimp-dbp +pkgver=1.1.9 +pkgrel=5 +pkgdesc="David's batch processor for the GIMP" +arch=('i686' 'x86_64') +url="http://members.ozemail.com.au/~hodsond/dbp.html" +license=('GPL') +depends=('gimp') +source=(http://www.ozemail.com.au/~hodsond/dbpSrc-${pkgver//./-}.tgz) +md5sums=('1106625707798ab8ea1317ac6bece1c5') + +build() { + cd "${srcdir}/dbp-${pkgver}" + sed -i "s|<string>|<cstring>|" op.h + make +} + +package() { + cd "${srcdir}/dbp-${pkgver}" + install -D -m755 dbp "${pkgdir}/usr/lib/gimp/2.0/plug-ins/dbp" +} Copied: gimp-dbp/repos/community-staging-x86_64/PKGBUILD (from rev 149822, gimp-dbp/trunk/PKGBUILD) =================================================================== --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2015-12-07 12:40:58 UTC (rev 149823) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: tobias <tob...@archlinux.org> +# Contributor: Tobias Kieslich <tob...@justdreams.de> + +pkgname=gimp-dbp +pkgver=1.1.9 +pkgrel=5 +pkgdesc="David's batch processor for the GIMP" +arch=('i686' 'x86_64') +url="http://members.ozemail.com.au/~hodsond/dbp.html" +license=('GPL') +depends=('gimp') +source=(http://www.ozemail.com.au/~hodsond/dbpSrc-${pkgver//./-}.tgz) +md5sums=('1106625707798ab8ea1317ac6bece1c5') + +build() { + cd "${srcdir}/dbp-${pkgver}" + sed -i "s|<string>|<cstring>|" op.h + make +} + +package() { + cd "${srcdir}/dbp-${pkgver}" + install -D -m755 dbp "${pkgdir}/usr/lib/gimp/2.0/plug-ins/dbp" +}