Date: Sunday, September 9, 2018 @ 00:34:59 Author: heftig Revision: 334175
archrelease: copy trunk to testing-x86_64 Added: sushi/repos/testing-x86_64/PKGBUILD (from rev 334174, sushi/trunk/PKGBUILD) Deleted: sushi/repos/testing-x86_64/PKGBUILD ----------+ PKGBUILD | 86 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 43 insertions(+), 43 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-09-09 00:34:41 UTC (rev 334174) +++ PKGBUILD 2018-09-09 00:34:59 UTC (rev 334175) @@ -1,43 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> -# Contributor: Ionut Biru <ib...@archlinux.org> - -pkgname=sushi -pkgver=3.30.0 -pkgrel=1 -pkgdesc="A quick previewer for Nautilus" -url="https://gitlab.gnome.org/GNOME/sushi" -arch=(x86_64) -license=(GPL2) -groups=(gnome) -depends=(clutter-gtk clutter-gst gjs libmusicbrainz5 webkit2gtk gtksourceview3 evince) -optdepends=('libreoffice: OpenDocument formats') -makedepends=(intltool gobject-introspection git) -_commit=9178916157fa2cf023610b4695486b570cabdb8a # tags/3.30.0^0 -source=("git+https://gitlab.gnome.org/GNOME/sushi.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' -} - -prepare() { - cd $pkgname - mkdir m4 - intltoolize - autoreconf -fvi -} - -build() { - cd $pkgname - ./configure --prefix=/usr --libexecdir=/usr/lib - 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/testing-x86_64/PKGBUILD (from rev 334174, sushi/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-09-09 00:34:59 UTC (rev 334175) @@ -0,0 +1,43 @@ +# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> +# Contributor: Ionut Biru <ib...@archlinux.org> + +pkgname=sushi +pkgver=3.30.0 +pkgrel=2 +pkgdesc="A quick previewer for Nautilus" +url="https://gitlab.gnome.org/GNOME/sushi" +arch=(x86_64) +license=(GPL2) +groups=(gnome) +depends=(clutter-gtk clutter-gst gjs libmusicbrainz5 webkit2gtk gtksourceview3 evince) +optdepends=('libreoffice: OpenDocument formats') +makedepends=(intltool gobject-introspection git) +_commit=9178916157fa2cf023610b4695486b570cabdb8a # tags/3.30.0^0 +source=("git+https://gitlab.gnome.org/GNOME/sushi.git#commit=$_commit") +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/-/+/g' +} + +prepare() { + cd $pkgname + mkdir m4 + intltoolize + autoreconf -fvi +} + +build() { + cd $pkgname + ./configure --prefix=/usr --libexecdir=/usr/lib + 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: