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

Christian Hesse eworm at archlinux.org
Wed Oct 9 08:17:26 UTC 2019


    Date: Wednesday, October 9, 2019 @ 08:17:26
  Author: eworm
Revision: 514334

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-09 08:17:23 UTC (rev 514333)
+++ PKGBUILD	2019-10-09 08:17:26 UTC (rev 514334)
@@ -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=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
-}
-

Copied: gimp-plugin-lqr/repos/community-x86_64/PKGBUILD (from rev 514333, gimp-plugin-lqr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-09 08:17:26 UTC (rev 514334)
@@ -0,0 +1,25 @@
+# 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=3
+pkgdesc="Plugin for The GIMP providing Liquid Rescale"
+arch=('x86_64')
+url="https://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