[arch-commits] Commit in gimp-plugin-lqr/repos/community-x86_64 (PKGBUILD PKGBUILD)

Lukas Jirkovsky stativ at archlinux.org
Tue Jun 5 18:16:47 UTC 2018


    Date: Tuesday, June 5, 2018 @ 18:16:47
  Author: stativ
Revision: 340570

archrelease: copy trunk to community-x86_64

Added:
  gimp-plugin-lqr/repos/community-x86_64/PKGBUILD
    (from rev 340569, gimp-plugin-lqr/trunk/PKGBUILD)
Deleted:
  gimp-plugin-lqr/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-05 18:16:34 UTC (rev 340569)
+++ PKGBUILD	2018-06-05 18:16:47 UTC (rev 340570)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
-# Contributor: Andreas Schönfelder <passtschu at freenet dot de>
-pkgname=gimp-plugin-lqr
-pkgver=0.7.2
-pkgrel=1
-pkgdesc="Plugin for The GIMP providing Liquid Rescale"
-arch=('i686' 'x86_64')
-url="http://liquidrescale.wikidot.com/"
-license=('GPL')
-depends=('gimp' 'liblqr')
-makedepends=('intltool')
-source=(http://liquidrescale.wikidot.com/local--files/en:download-page-sources/gimp-lqr-plugin-$pkgver.tar.bz2)
-md5sums=('af7eb1a0d480bacfa6e5eff9b06bd877')
-
-build() {
-  cd "$srcdir"/gimp-lqr-plugin-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/gimp-lqr-plugin-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-

Copied: gimp-plugin-lqr/repos/community-x86_64/PKGBUILD (from rev 340569, gimp-plugin-lqr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-05 18:16:47 UTC (rev 340570)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+# Contributor: Andreas Schönfelder <passtschu at freenet dot de>
+pkgname=gimp-plugin-lqr
+pkgver=0.7.2
+pkgrel=2
+pkgdesc="Plugin for The GIMP providing Liquid Rescale"
+arch=('x86_64')
+url="http://liquidrescale.wikidot.com/"
+license=('GPL')
+depends=('gimp' 'liblqr')
+makedepends=('intltool')
+source=(https://liquidrescale.wikidot.com/local--files/en:download-page-sources/gimp-lqr-plugin-$pkgver.tar.bz2)
+md5sums=('af7eb1a0d480bacfa6e5eff9b06bd877')
+
+build() {
+  cd "$srcdir"/gimp-lqr-plugin-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/gimp-lqr-plugin-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list