[arch-commits] Commit in gthumb/repos (4 files)
Ionut Biru
ibiru at archlinux.org
Wed Sep 28 19:31:45 UTC 2011
Date: Wednesday, September 28, 2011 @ 15:31:45
Author: ibiru
Revision: 138964
db-move: moved gthumb from [gnome-unstable] to [testing] (x86_64)
Added:
gthumb/repos/testing-x86_64/
gthumb/repos/testing-x86_64/PKGBUILD
(from rev 138832, gthumb/repos/gnome-unstable-x86_64/PKGBUILD)
gthumb/repos/testing-x86_64/gthumb.install
(from rev 138832, gthumb/repos/gnome-unstable-x86_64/gthumb.install)
Deleted:
gthumb/repos/gnome-unstable-x86_64/
----------------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
gthumb.install | 24 ++++++++++++++++++++++++
2 files changed, 58 insertions(+)
Copied: gthumb/repos/testing-x86_64/PKGBUILD (from rev 138832, gthumb/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-09-28 19:31:45 UTC (rev 138964)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=gthumb
+pkgver=2.13.91
+pkgrel=1
+pkgdesc="Image browser and viewer for the GNOME Desktop"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://gthumb.sourceforge.net/"
+depends=('desktop-file-utils' 'libunique' 'gconf' 'exiv2' 'libsoup-gnome' 'clutter-gtk2')
+makedepends=('intltool' 'gnome-doc-utils' 'libsm' 'gstreamer0.10-base')
+optdepends=('gstreamer0.10-base: video support')
+options=('!libtool' '!emptydirs')
+install=gthumb.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('b1f7686572829cf5cadae58e7d45e43a056f19929fd6d80d7ff9ac7c53bbfe90')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --disable-static
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+
+ install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
+ gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" --domain gthumb "${pkgdir}"/etc/gconf/schemas/*.schemas
+ rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
+}
Copied: gthumb/repos/testing-x86_64/gthumb.install (from rev 138832, gthumb/repos/gnome-unstable-x86_64/gthumb.install)
===================================================================
--- testing-x86_64/gthumb.install (rev 0)
+++ testing-x86_64/gthumb.install 2011-09-28 19:31:45 UTC (rev 138964)
@@ -0,0 +1,24 @@
+pkgname=gthumb
+
+post_install() {
+ usr/sbin/gconfpkg --install ${pkgname}
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+ pre_remove $1
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+pre_remove() {
+ usr/sbin/gconfpkg --uninstall ${pkgname}
+}
+
+post_remove() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
More information about the arch-commits
mailing list