Date: Sunday, April 1, 2012 @ 07:37:04
  Author: heftig
Revision: 155260

db-move: moved sushi from [gnome-unstable] to [testing] (x86_64)

Added:
  sushi/repos/testing-x86_64/
  sushi/repos/testing-x86_64/PKGBUILD
    (from rev 155005, sushi/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  sushi/repos/gnome-unstable-x86_64/

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: sushi/repos/testing-x86_64/PKGBUILD (from rev 155005, 
sushi/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2012-04-01 11:37:04 UTC (rev 155260)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ib...@archlinux.org>
+
+pkgname=sushi
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="A quick previewer for Nautilus"
+arch=(i686 x86_64)
+url="http://www.gnome.org";
+license=('GPL2')
+groups=(gnome-extra)
+depends=('clutter-gtk' 'clutter-gst' 'gjs' 'libmusicbrainz3' 'libwebkit3' 
'gtksourceview3' 'evince')
+makedepends=('intltool' 'gobject-introspection')
+options=(!libtool)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('75a72d442674fa63d817f70bdb2b9559752509f9bd8a2f6ff854f800eab1e9e7')
+
+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:

Reply via email to