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

Jan de Groot jgc at archlinux.org
Wed Mar 25 15:34:25 UTC 2015


    Date: Wednesday, March 25, 2015 @ 16:34:24
  Author: jgc
Revision: 234798

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

Added:
  sushi/repos/testing-i686/
  sushi/repos/testing-i686/PKGBUILD
    (from rev 234786, sushi/repos/gnome-unstable-i686/PKGBUILD)
  sushi/repos/testing-i686/sushi.install
    (from rev 234786, sushi/repos/gnome-unstable-i686/sushi.install)
  sushi/repos/testing-x86_64/
  sushi/repos/testing-x86_64/PKGBUILD
    (from rev 234786, sushi/repos/gnome-unstable-x86_64/PKGBUILD)
  sushi/repos/testing-x86_64/sushi.install
    (from rev 234786, sushi/repos/gnome-unstable-x86_64/sushi.install)
Deleted:
  sushi/repos/gnome-unstable-i686/
  sushi/repos/gnome-unstable-x86_64/

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

Copied: sushi/repos/testing-i686/PKGBUILD (from rev 234786, sushi/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-03-25 15:34:24 UTC (rev 234798)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=sushi
+pkgver=3.15.90
+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')
+install=sushi.install
+makedepends=('intltool' 'gobject-introspection' 'python2')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f0274bbc2c84e0f49d84aa02840556e5a4babe3e67cce0cb292e144bc488a61a')
+
+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 234786, sushi/repos/gnome-unstable-i686/sushi.install)
===================================================================
--- testing-i686/sushi.install	                        (rev 0)
+++ testing-i686/sushi.install	2015-03-25 15:34:24 UTC (rev 234798)
@@ -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 234786, sushi/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-03-25 15:34:24 UTC (rev 234798)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=sushi
+pkgver=3.15.90
+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')
+install=sushi.install
+makedepends=('intltool' 'gobject-introspection' 'python2')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f0274bbc2c84e0f49d84aa02840556e5a4babe3e67cce0cb292e144bc488a61a')
+
+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 234786, sushi/repos/gnome-unstable-x86_64/sushi.install)
===================================================================
--- testing-x86_64/sushi.install	                        (rev 0)
+++ testing-x86_64/sushi.install	2015-03-25 15:34:24 UTC (rev 234798)
@@ -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