[arch-commits] Commit in sushi/repos (6 files)

Jan de Groot jgc at archlinux.org
Fri Sep 25 11:51:52 UTC 2015


    Date: Friday, September 25, 2015 @ 13:51:52
  Author: jgc
Revision: 247375

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  sushi/repos/gnome-unstable-i686/
  sushi/repos/gnome-unstable-i686/PKGBUILD
    (from rev 247374, sushi/trunk/PKGBUILD)
  sushi/repos/gnome-unstable-i686/sushi.install
    (from rev 247374, sushi/trunk/sushi.install)
  sushi/repos/gnome-unstable-x86_64/
  sushi/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 247374, sushi/trunk/PKGBUILD)
  sushi/repos/gnome-unstable-x86_64/sushi.install
    (from rev 247374, sushi/trunk/sushi.install)

-------------------------------------+
 gnome-unstable-i686/PKGBUILD        |   30 ++++++++++++++++++++++++++++++
 gnome-unstable-i686/sushi.install   |   11 +++++++++++
 gnome-unstable-x86_64/PKGBUILD      |   30 ++++++++++++++++++++++++++++++
 gnome-unstable-x86_64/sushi.install |   11 +++++++++++
 4 files changed, 82 insertions(+)

Copied: sushi/repos/gnome-unstable-i686/PKGBUILD (from rev 247374, sushi/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2015-09-25 11:51:52 UTC (rev 247375)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=sushi
+pkgver=3.18.0
+pkgrel=1
+pkgdesc="A quick previewer for Nautilus"
+arch=(i686 x86_64)
+url="http://www.gnome.org"
+license=('GPL2')
+groups=(gnome)
+depends=('clutter-gtk' 'clutter-gst2' 'gjs' 'libmusicbrainz5' 'webkit2gtk' 'gtksourceview3' 'evince')
+optdepends=('unoconv: OpenDocument formats')
+install=sushi.install
+makedepends=('intltool' 'gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7f4df92be950bf23aff28da49ce108766dd21a88efc14a9d0807e10225608e9c')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --libexecdir=/usr/lib/sushi
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sushi/repos/gnome-unstable-i686/sushi.install (from rev 247374, sushi/trunk/sushi.install)
===================================================================
--- gnome-unstable-i686/sushi.install	                        (rev 0)
+++ gnome-unstable-i686/sushi.install	2015-09-25 11:51:52 UTC (rev 247375)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: sushi/repos/gnome-unstable-x86_64/PKGBUILD (from rev 247374, sushi/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2015-09-25 11:51:52 UTC (rev 247375)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=sushi
+pkgver=3.18.0
+pkgrel=1
+pkgdesc="A quick previewer for Nautilus"
+arch=(i686 x86_64)
+url="http://www.gnome.org"
+license=('GPL2')
+groups=(gnome)
+depends=('clutter-gtk' 'clutter-gst2' 'gjs' 'libmusicbrainz5' 'webkit2gtk' 'gtksourceview3' 'evince')
+optdepends=('unoconv: OpenDocument formats')
+install=sushi.install
+makedepends=('intltool' 'gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7f4df92be950bf23aff28da49ce108766dd21a88efc14a9d0807e10225608e9c')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --libexecdir=/usr/lib/sushi
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sushi/repos/gnome-unstable-x86_64/sushi.install (from rev 247374, sushi/trunk/sushi.install)
===================================================================
--- gnome-unstable-x86_64/sushi.install	                        (rev 0)
+++ gnome-unstable-x86_64/sushi.install	2015-09-25 11:51:52 UTC (rev 247375)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list