Date: Sunday, April 30, 2017 @ 16:45:29 Author: heftig Revision: 295113
archrelease: copy trunk to extra-i686, extra-x86_64 Added: sushi/repos/extra-i686/PKGBUILD (from rev 295112, sushi/trunk/PKGBUILD) sushi/repos/extra-x86_64/PKGBUILD (from rev 295112, sushi/trunk/PKGBUILD) Deleted: sushi/repos/extra-i686/PKGBUILD sushi/repos/extra-x86_64/PKGBUILD -----------------------+ /PKGBUILD | 90 ++++++++++++++++++++++++++++++++++++++++++++++++ extra-i686/PKGBUILD | 45 ------------------------ extra-x86_64/PKGBUILD | 45 ------------------------ 3 files changed, 90 insertions(+), 90 deletions(-) Deleted: extra-i686/PKGBUILD =================================================================== --- extra-i686/PKGBUILD 2017-04-30 16:45:01 UTC (rev 295112) +++ extra-i686/PKGBUILD 2017-04-30 16:45:29 UTC (rev 295113) @@ -1,45 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> -# Contributor: Ionut Biru <ib...@archlinux.org> - -pkgname=sushi -pkgver=3.23.91 -pkgrel=1 -pkgdesc="A quick previewer for Nautilus" -arch=(i686 x86_64) -url="https://git.gnome.org/browse/sushi" -license=(GPL2) -groups=(gnome) -depends=(clutter-gtk clutter-gst gjs libmusicbrainz5 webkit2gtk gtksourceview3 evince) -optdepends=('unoconv: OpenDocument formats') -makedepends=(intltool gobject-introspection gnome-common git) -_commit=83d0696a01b31fb509d07cf80e6851a9b318ad25 # tags/3.23.91^0 -source=("git+https://git.gnome.org/browse/sushi#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' -} - -prepare() { - cd $pkgname - NOCONFIGURE=1 ./autogen.sh -} - -build() { - cd $pkgname - - ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname - - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - - make -} - -package() { - cd $pkgname - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: Copied: sushi/repos/extra-i686/PKGBUILD (from rev 295112, sushi/trunk/PKGBUILD) =================================================================== --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2017-04-30 16:45:29 UTC (rev 295113) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> +# Contributor: Ionut Biru <ib...@archlinux.org> + +pkgname=sushi +pkgver=3.24.0 +pkgrel=1 +pkgdesc="A quick previewer for Nautilus" +arch=(i686 x86_64) +url="https://git.gnome.org/browse/sushi" +license=(GPL2) +groups=(gnome) +depends=(clutter-gtk clutter-gst gjs libmusicbrainz5 webkit2gtk gtksourceview3 evince) +optdepends=('unoconv: OpenDocument formats') +makedepends=(intltool gobject-introspection gnome-common git) +_commit=bc9466ffc78ecfa61d704821fa90a8b45ea66c15 # tags/3.24.0^0 +source=("git+https://git.gnome.org/browse/sushi#commit=$_commit") +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/-/+/g' +} + +prepare() { + cd $pkgname + NOCONFIGURE=1 ./autogen.sh +} + +build() { + cd $pkgname + + ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname + + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make +} + +package() { + cd $pkgname + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: Deleted: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2017-04-30 16:45:01 UTC (rev 295112) +++ extra-x86_64/PKGBUILD 2017-04-30 16:45:29 UTC (rev 295113) @@ -1,45 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> -# Contributor: Ionut Biru <ib...@archlinux.org> - -pkgname=sushi -pkgver=3.23.91 -pkgrel=1 -pkgdesc="A quick previewer for Nautilus" -arch=(i686 x86_64) -url="https://git.gnome.org/browse/sushi" -license=(GPL2) -groups=(gnome) -depends=(clutter-gtk clutter-gst gjs libmusicbrainz5 webkit2gtk gtksourceview3 evince) -optdepends=('unoconv: OpenDocument formats') -makedepends=(intltool gobject-introspection gnome-common git) -_commit=83d0696a01b31fb509d07cf80e6851a9b318ad25 # tags/3.23.91^0 -source=("git+https://git.gnome.org/browse/sushi#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' -} - -prepare() { - cd $pkgname - NOCONFIGURE=1 ./autogen.sh -} - -build() { - cd $pkgname - - ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname - - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - - make -} - -package() { - cd $pkgname - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: Copied: sushi/repos/extra-x86_64/PKGBUILD (from rev 295112, sushi/trunk/PKGBUILD) =================================================================== --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2017-04-30 16:45:29 UTC (rev 295113) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> +# Contributor: Ionut Biru <ib...@archlinux.org> + +pkgname=sushi +pkgver=3.24.0 +pkgrel=1 +pkgdesc="A quick previewer for Nautilus" +arch=(i686 x86_64) +url="https://git.gnome.org/browse/sushi" +license=(GPL2) +groups=(gnome) +depends=(clutter-gtk clutter-gst gjs libmusicbrainz5 webkit2gtk gtksourceview3 evince) +optdepends=('unoconv: OpenDocument formats') +makedepends=(intltool gobject-introspection gnome-common git) +_commit=bc9466ffc78ecfa61d704821fa90a8b45ea66c15 # tags/3.24.0^0 +source=("git+https://git.gnome.org/browse/sushi#commit=$_commit") +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/-/+/g' +} + +prepare() { + cd $pkgname + NOCONFIGURE=1 ./autogen.sh +} + +build() { + cd $pkgname + + ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname + + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make +} + +package() { + cd $pkgname + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: