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

Jan Steffens heftig at nymeria.archlinux.org
Tue Sep 24 10:32:45 UTC 2013


    Date: Tuesday, September 24, 2013 @ 12:32:45
  Author: heftig
Revision: 194957

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  sushi/repos/gnome-unstable-i686/PKGBUILD
    (from rev 194954, sushi/trunk/PKGBUILD)
  sushi/repos/gnome-unstable-i686/sushi.install
    (from rev 194954, sushi/trunk/sushi.install)
  sushi/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 194954, sushi/trunk/PKGBUILD)
  sushi/repos/gnome-unstable-x86_64/sushi.install
    (from rev 194955, sushi/trunk/sushi.install)
Deleted:
  sushi/repos/gnome-unstable-i686/PKGBUILD
  sushi/repos/gnome-unstable-i686/sushi.install
  sushi/repos/gnome-unstable-x86_64/PKGBUILD
  sushi/repos/gnome-unstable-x86_64/sushi.install

-------------------------------------+
 /PKGBUILD                           |   60 ++++++++++++++++++++++++++++++++++
 /sushi.install                      |   22 ++++++++++++
 gnome-unstable-i686/PKGBUILD        |   30 -----------------
 gnome-unstable-i686/sushi.install   |   11 ------
 gnome-unstable-x86_64/PKGBUILD      |   30 -----------------
 gnome-unstable-x86_64/sushi.install |   11 ------
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD	2013-09-24 10:32:44 UTC (rev 194956)
+++ gnome-unstable-i686/PKGBUILD	2013-09-24 10:32:45 UTC (rev 194957)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=sushi
-pkgver=3.8.1
-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')
-options=(!libtool)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c4f24d0961ce8fc5ef3a4fe9af178e368c7117459df2c0be12c8f953646c82dd')
-
-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/gnome-unstable-i686/PKGBUILD (from rev 194954, sushi/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2013-09-24 10:32:45 UTC (rev 194957)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=sushi
+pkgver=3.10.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=('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:

Deleted: gnome-unstable-i686/sushi.install
===================================================================
--- gnome-unstable-i686/sushi.install	2013-09-24 10:32:44 UTC (rev 194956)
+++ gnome-unstable-i686/sushi.install	2013-09-24 10:32:45 UTC (rev 194957)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: sushi/repos/gnome-unstable-i686/sushi.install (from rev 194954, sushi/trunk/sushi.install)
===================================================================
--- gnome-unstable-i686/sushi.install	                        (rev 0)
+++ gnome-unstable-i686/sushi.install	2013-09-24 10:32:45 UTC (rev 194957)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	2013-09-24 10:32:44 UTC (rev 194956)
+++ gnome-unstable-x86_64/PKGBUILD	2013-09-24 10:32:45 UTC (rev 194957)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=sushi
-pkgver=3.8.1
-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')
-options=(!libtool)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c4f24d0961ce8fc5ef3a4fe9af178e368c7117459df2c0be12c8f953646c82dd')
-
-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/gnome-unstable-x86_64/PKGBUILD (from rev 194954, sushi/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2013-09-24 10:32:45 UTC (rev 194957)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=sushi
+pkgver=3.10.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=('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:

Deleted: gnome-unstable-x86_64/sushi.install
===================================================================
--- gnome-unstable-x86_64/sushi.install	2013-09-24 10:32:44 UTC (rev 194956)
+++ gnome-unstable-x86_64/sushi.install	2013-09-24 10:32:45 UTC (rev 194957)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: sushi/repos/gnome-unstable-x86_64/sushi.install (from rev 194955, sushi/trunk/sushi.install)
===================================================================
--- gnome-unstable-x86_64/sushi.install	                        (rev 0)
+++ gnome-unstable-x86_64/sushi.install	2013-09-24 10:32:45 UTC (rev 194957)
@@ -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