Date: Wednesday, July 12, 2017 @ 19:50:32 Author: bgyorgy Revision: 244837
archrelease: copy trunk to community-x86_64, community-i686 Added: nautilus-image-converter/repos/ nautilus-image-converter/repos/community-i686/ nautilus-image-converter/repos/community-i686/PKGBUILD (from rev 244836, nautilus-image-converter/trunk/PKGBUILD) nautilus-image-converter/repos/community-x86_64/ nautilus-image-converter/repos/community-x86_64/PKGBUILD (from rev 244836, nautilus-image-converter/trunk/PKGBUILD) ---------------------------+ community-i686/PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++ community-x86_64/PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+) Copied: nautilus-image-converter/repos/community-i686/PKGBUILD (from rev 244836, nautilus-image-converter/trunk/PKGBUILD) =================================================================== --- repos/community-i686/PKGBUILD (rev 0) +++ repos/community-i686/PKGBUILD 2017-07-12 19:50:32 UTC (rev 244837) @@ -0,0 +1,37 @@ +# $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 244836, nautilus-image-converter/trunk/PKGBUILD) =================================================================== --- repos/community-x86_64/PKGBUILD (rev 0) +++ repos/community-x86_64/PKGBUILD 2017-07-12 19:50:32 UTC (rev 244837) @@ -0,0 +1,37 @@ +# $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 +}