Date: Saturday, March 8, 2014 @ 17:58:35
  Author: andyrtr
Revision: 207409

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  sushi/repos/staging-i686/
  sushi/repos/staging-i686/PKGBUILD
    (from rev 207408, sushi/trunk/PKGBUILD)
  sushi/repos/staging-i686/sushi.install
    (from rev 207408, sushi/trunk/sushi.install)
  sushi/repos/staging-x86_64/
  sushi/repos/staging-x86_64/PKGBUILD
    (from rev 207408, sushi/trunk/PKGBUILD)
  sushi/repos/staging-x86_64/sushi.install
    (from rev 207408, sushi/trunk/sushi.install)

------------------------------+
 staging-i686/PKGBUILD        |   29 +++++++++++++++++++++++++++++
 staging-i686/sushi.install   |   11 +++++++++++
 staging-x86_64/PKGBUILD      |   29 +++++++++++++++++++++++++++++
 staging-x86_64/sushi.install |   11 +++++++++++
 4 files changed, 80 insertions(+)

Copied: sushi/repos/staging-i686/PKGBUILD (from rev 207408, 
sushi/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2014-03-08 16:58:35 UTC (rev 207409)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <[email protected]>
+
+pkgname=sushi
+pkgver=3.10.0
+pkgrel=2
+pkgdesc="A quick previewer for Nautilus"
+arch=(i686 x86_64)
+url="http://www.gnome.org";
+license=('GPL2')
+groups=(gnome)
+depends=('clutter-gtk' 'clutter-gst' 'gjs' 'libmusicbrainz5' 'webkitgtk3' 
'gtksourceview3' 'evince')
+install=sushi.install
+makedepends=('intltool' 'gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('cffcf28b170f5825e84983a979972d4d901a453b61cbe3e560d362e8dd4b4bc8')
+
+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/staging-i686/sushi.install (from rev 207408, 
sushi/trunk/sushi.install)
===================================================================
--- staging-i686/sushi.install                          (rev 0)
+++ staging-i686/sushi.install  2014-03-08 16:58:35 UTC (rev 207409)
@@ -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/staging-x86_64/PKGBUILD (from rev 207408, 
sushi/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2014-03-08 16:58:35 UTC (rev 207409)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <[email protected]>
+
+pkgname=sushi
+pkgver=3.10.0
+pkgrel=2
+pkgdesc="A quick previewer for Nautilus"
+arch=(i686 x86_64)
+url="http://www.gnome.org";
+license=('GPL2')
+groups=(gnome)
+depends=('clutter-gtk' 'clutter-gst' 'gjs' 'libmusicbrainz5' 'webkitgtk3' 
'gtksourceview3' 'evince')
+install=sushi.install
+makedepends=('intltool' 'gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('cffcf28b170f5825e84983a979972d4d901a453b61cbe3e560d362e8dd4b4bc8')
+
+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/staging-x86_64/sushi.install (from rev 207408, 
sushi/trunk/sushi.install)
===================================================================
--- staging-x86_64/sushi.install                                (rev 0)
+++ staging-x86_64/sushi.install        2014-03-08 16:58:35 UTC (rev 207409)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Reply via email to