[arch-commits] Commit in sushi/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Apr 20 21:44:05 UTC 2018


    Date: Friday, April 20, 2018 @ 21:44:04
  Author: heftig
Revision: 322539

archrelease: copy trunk to extra-x86_64

Added:
  sushi/repos/extra-x86_64/PKGBUILD
    (from rev 322538, sushi/trunk/PKGBUILD)
Deleted:
  sushi/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-20 21:42:56 UTC (rev 322538)
+++ PKGBUILD	2018-04-20 21:44:04 UTC (rev 322539)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=sushi
-pkgver=3.28.1
-pkgrel=1
-pkgdesc="A quick previewer for Nautilus"
-url="https://git.gnome.org/browse/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=d398178aecd7f87cddc547edfb5ba100b63366f2  # tags/3.28.1^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
-  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/extra-x86_64/PKGBUILD (from rev 322538, sushi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-20 21:44:04 UTC (rev 322539)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=sushi
+pkgver=3.28.2
+pkgrel=1
+pkgdesc="A quick previewer for Nautilus"
+url="https://git.gnome.org/browse/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=7ac9e10c757a41127cba107406fdf084df3c3321  # tags/3.28.2^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
+  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:



More information about the arch-commits mailing list