From 38a0b12ffffc8842019f47425b60688253e709b0 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 24 Sep 2011 23:14:35 +0000 Subject: Sat Sep 24 23:14:35 UTC 2011 --- gnome-unstable/eog-plugins/PKGBUILD | 31 ++++++++++++++++++++++++++ gnome-unstable/eog-plugins/eog-plugins.install | 11 +++++++++ 2 files changed, 42 insertions(+) create mode 100644 gnome-unstable/eog-plugins/PKGBUILD create mode 100644 gnome-unstable/eog-plugins/eog-plugins.install (limited to 'gnome-unstable/eog-plugins') diff --git a/gnome-unstable/eog-plugins/PKGBUILD b/gnome-unstable/eog-plugins/PKGBUILD new file mode 100644 index 000000000..4efc98271 --- /dev/null +++ b/gnome-unstable/eog-plugins/PKGBUILD @@ -0,0 +1,31 @@ +# $Id: PKGBUILD 138444 2011-09-23 09:59:35Z heftig $ +# Maintainer: Jan "heftig" Steffens + +pkgname=eog-plugins +pkgver=3.1.3 +pkgrel=1 +pkgdesc="Plugins for Eye of Gnome" +arch=('i686' 'x86_64') +url="http://www.gnome.org/" +license=('GPL2') +depends=('eog' 'libpeas' 'libchamplain' 'libexif' 'libgdata') +makedepends=('intltool') +install=eog-plugins.install +options=('!libtool') +groups=(gnome-extra) +source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz) +sha256sums=('810c96aafc67f191f26ffe0e452407980a9fe675088647176b3d464fe96e5b4f') + +build() { + cd "$srcdir/$pkgname-$pkgver" + PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ + --sysconfdir=/etc --localstatedir=/var + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="${pkgdir}" install +} + +# vim:set ts=2 sw=2 et: diff --git a/gnome-unstable/eog-plugins/eog-plugins.install b/gnome-unstable/eog-plugins/eog-plugins.install new file mode 100644 index 000000000..24072f316 --- /dev/null +++ b/gnome-unstable/eog-plugins/eog-plugins.install @@ -0,0 +1,11 @@ +post_install() { + usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} -- cgit v1.2.3-54-g00ecf