[arch-commits] Commit in nautilus-image-converter/repos/community-x86_64 (2 files)

Antonio Rojas arojas at archlinux.org
Mon Nov 26 21:11:58 UTC 2018


    Date: Monday, November 26, 2018 @ 21:11:55
  Author: arojas
Revision: 409891

archrelease: copy trunk to community-x86_64

Added:
  nautilus-image-converter/repos/community-x86_64/PKGBUILD
    (from rev 409890, nautilus-image-converter/trunk/PKGBUILD)
Deleted:
  nautilus-image-converter/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   73 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-26 21:11:33 UTC (rev 409890)
+++ PKGBUILD	2018-11-26 21:11:55 UTC (rev 409891)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=nautilus-image-converter
-pkgver=0.3.0+31+g23441ed
-pkgrel=1
-pkgdesc="Nautilus extension to rotate/resize image files"
-arch=('x86_64' 'i686')
-url="https://git.gnome.org/browse/nautilus-image-converter"
-license=('GPL')
-depends=('imagemagick' 'nautilus')
-makedepends=('git' 'gnome-common')
-_commit=23441ed6d74b4eba68333c802890cb396721a6d6  # master
-source=("git+https://git.gnome.org/browse/nautilus-image-converter#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-	cd $pkgname
-	git describe --tags | sed 's/^NAUTILUS_IMAGE_CONVERTER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-	cd $pkgname
-	NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-	cd $pkgname
-	./configure --prefix=/usr
-	sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-	make
-}
-
-package() {
-	cd $pkgname
-	make DESTDIR="$pkgdir" install
-}

Copied: nautilus-image-converter/repos/community-x86_64/PKGBUILD (from rev 409890, nautilus-image-converter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-26 21:11:55 UTC (rev 409891)
@@ -0,0 +1,36 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=nautilus-image-converter
+pkgver=0.3.0+31+g23441ed
+pkgrel=2
+pkgdesc="Nautilus extension to rotate/resize image files"
+arch=('x86_64')
+url="https://git.gnome.org/browse/nautilus-image-converter"
+license=('GPL')
+depends=('imagemagick' 'nautilus')
+makedepends=('git' 'gnome-common')
+_commit=23441ed6d74b4eba68333c802890cb396721a6d6  # master
+source=("git+https://gitlab.gnome.org/Archive/nautilus-image-converter#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+	cd $pkgname
+	git describe --tags | sed 's/^NAUTILUS_IMAGE_CONVERTER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+	cd $pkgname
+	NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+	cd $pkgname
+	./configure --prefix=/usr
+	sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+	make
+}
+
+package() {
+	cd $pkgname
+	make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list