[arch-commits] Commit in (4 files)

Pierre Schmitz pierre at nymeria.archlinux.org
Sun Jan 27 16:14:36 UTC 2013


    Date: Sunday, January 27, 2013 @ 17:14:36
  Author: pierre
Revision: 83141

extra2community: Moving gimp-dbp from extra to community

Added:
  gimp-dbp/
  gimp-dbp/repos/
  gimp-dbp/trunk/
  gimp-dbp/trunk/PKGBUILD

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Added: gimp-dbp/trunk/PKGBUILD
===================================================================
--- gimp-dbp/trunk/PKGBUILD	                        (rev 0)
+++ gimp-dbp/trunk/PKGBUILD	2013-01-27 16:14:36 UTC (rev 83141)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: tobias <tobias at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=gimp-dbp
+pkgver=1.1.9
+pkgrel=3
+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"
+}


Property changes on: gimp-dbp/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list