[arch-commits] Commit in sushi/repos (6 files)
Andrea Scarpino
andrea at archlinux.org
Fri Nov 21 13:15:03 UTC 2014
Date: Friday, November 21, 2014 @ 14:15:02
Author: andrea
Revision: 226787
archrelease: copy trunk to staging-i686, staging-x86_64
Added:
sushi/repos/staging-i686/
sushi/repos/staging-i686/PKGBUILD
(from rev 226786, sushi/trunk/PKGBUILD)
sushi/repos/staging-i686/sushi.install
(from rev 226786, sushi/trunk/sushi.install)
sushi/repos/staging-x86_64/
sushi/repos/staging-x86_64/PKGBUILD
(from rev 226786, sushi/trunk/PKGBUILD)
sushi/repos/staging-x86_64/sushi.install
(from rev 226786, 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 226786, sushi/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD (rev 0)
+++ staging-i686/PKGBUILD 2014-11-21 13:15:02 UTC (rev 226787)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=sushi
+pkgver=3.12.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' 'webkitgtk' 'gtksourceview3' 'evince')
+install=sushi.install
+makedepends=('intltool' 'gobject-introspection' 'python2')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('78594a858371b671671205e7b2518e7eb82ed8c2540b62f45a657aaabdf1a9ff')
+
+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 226786, sushi/trunk/sushi.install)
===================================================================
--- staging-i686/sushi.install (rev 0)
+++ staging-i686/sushi.install 2014-11-21 13:15:02 UTC (rev 226787)
@@ -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 226786, sushi/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-11-21 13:15:02 UTC (rev 226787)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=sushi
+pkgver=3.12.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' 'webkitgtk' 'gtksourceview3' 'evince')
+install=sushi.install
+makedepends=('intltool' 'gobject-introspection' 'python2')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('78594a858371b671671205e7b2518e7eb82ed8c2540b62f45a657aaabdf1a9ff')
+
+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 226786, sushi/trunk/sushi.install)
===================================================================
--- staging-x86_64/sushi.install (rev 0)
+++ staging-x86_64/sushi.install 2014-11-21 13:15:02 UTC (rev 226787)
@@ -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