Date: Sunday, April 1, 2012 @ 07:31:18
  Author: heftig
Revision: 155041

db-move: moved eog from [gnome-unstable] to [testing] (i686)

Added:
  eog/repos/testing-i686/
  eog/repos/testing-i686/PKGBUILD
    (from rev 155005, eog/repos/gnome-unstable-i686/PKGBUILD)
  eog/repos/testing-i686/eog.install
    (from rev 155005, eog/repos/gnome-unstable-i686/eog.install)
Deleted:
  eog/repos/gnome-unstable-i686/

-------------+
 PKGBUILD    |   33 +++++++++++++++++++++++++++++++++
 eog.install |   13 +++++++++++++
 2 files changed, 46 insertions(+)

Copied: eog/repos/testing-i686/PKGBUILD (from rev 155005, 
eog/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2012-04-01 11:31:18 UTC (rev 155041)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
+# Contributor: Jan de Groot <j...@archlinux.org>
+
+pkgname=eog
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="Eye of Gnome: An image viewing and cataloging program"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-desktop' 'libexif' 'lcms2' 'desktop-file-utils' 'exempi' 
'libpeas' 'librsvg' 'gnome-icon-theme' 'dconf')
+makedepends=('gtk-doc' 'intltool')
+install=eog.install
+groups=('gnome-extra')
+options=('!emptydirs' '!libtool')
+url="http://www.gnome.org";
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0710479642078aebb576d07ccc599e9f5ae83f4c738b182867fda59aea359dd2')
+
+build() {
+  cd "$pkgname-$pkgver"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # remove it from Xfce menu that ships its own thingy
+  echo "NotShowIn=XFCE" >> $pkgdir/usr/share/applications/eog.desktop
+}

Copied: eog/repos/testing-i686/eog.install (from rev 155005, 
eog/repos/gnome-unstable-i686/eog.install)
===================================================================
--- testing-i686/eog.install                            (rev 0)
+++ testing-i686/eog.install    2012-04-01 11:31:18 UTC (rev 155041)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Reply via email to