[arch-commits] Commit in sushi/repos (8 files)
Jan Steffens
heftig at nymeria.archlinux.org
Wed Apr 10 19:14:31 UTC 2013
Date: Wednesday, April 10, 2013 @ 21:14:30
Author: heftig
Revision: 182577
db-move: moved sushi from [staging] to [testing] (i686, x86_64)
Added:
sushi/repos/testing-i686/
sushi/repos/testing-i686/PKGBUILD
(from rev 182430, sushi/repos/staging-i686/PKGBUILD)
sushi/repos/testing-i686/sushi.install
(from rev 182430, sushi/repos/staging-i686/sushi.install)
sushi/repos/testing-x86_64/
sushi/repos/testing-x86_64/PKGBUILD
(from rev 182430, sushi/repos/staging-x86_64/PKGBUILD)
sushi/repos/testing-x86_64/sushi.install
(from rev 182430, sushi/repos/staging-x86_64/sushi.install)
Deleted:
sushi/repos/staging-i686/
sushi/repos/staging-x86_64/
------------------------------+
testing-i686/PKGBUILD | 30 ++++++++++++++++++++++++++++++
testing-i686/sushi.install | 11 +++++++++++
testing-x86_64/PKGBUILD | 30 ++++++++++++++++++++++++++++++
testing-x86_64/sushi.install | 11 +++++++++++
4 files changed, 82 insertions(+)
Copied: sushi/repos/testing-i686/PKGBUILD (from rev 182430, sushi/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2013-04-10 19:14:30 UTC (rev 182577)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=sushi
+pkgver=3.8.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-gst' 'gjs' 'libmusicbrainz5' 'webkitgtk3' 'gtksourceview3' 'evince')
+install=sushi.install
+makedepends=('intltool' 'gobject-introspection')
+options=(!libtool)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9e17c3601a509c428d72dee04da194555fd4f2d3d12287ef9bacf9b147bf5fae')
+
+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/testing-i686/sushi.install (from rev 182430, sushi/repos/staging-i686/sushi.install)
===================================================================
--- testing-i686/sushi.install (rev 0)
+++ testing-i686/sushi.install 2013-04-10 19:14:30 UTC (rev 182577)
@@ -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/testing-x86_64/PKGBUILD (from rev 182430, sushi/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:14:30 UTC (rev 182577)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=sushi
+pkgver=3.8.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-gst' 'gjs' 'libmusicbrainz5' 'webkitgtk3' 'gtksourceview3' 'evince')
+install=sushi.install
+makedepends=('intltool' 'gobject-introspection')
+options=(!libtool)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9e17c3601a509c428d72dee04da194555fd4f2d3d12287ef9bacf9b147bf5fae')
+
+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/testing-x86_64/sushi.install (from rev 182430, sushi/repos/staging-x86_64/sushi.install)
===================================================================
--- testing-x86_64/sushi.install (rev 0)
+++ testing-x86_64/sushi.install 2013-04-10 19:14:30 UTC (rev 182577)
@@ -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