summaryrefslogtreecommitdiff
path: root/community/gimmage
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-01-04 23:14:55 +0000
committerroot <root@rshg054.dnsready.net>2012-01-04 23:14:55 +0000
commit85828cc2c2c3ef5c0b9b03388b9323d3d163b389 (patch)
treed2f2125c0ff38894f9c3ffe29164f5f763a762f0 /community/gimmage
parentd1d68784dc66793601c239fa64cc0e02ebd9444e (diff)
Wed Jan 4 23:14:55 UTC 2012
Diffstat (limited to 'community/gimmage')
-rw-r--r--community/gimmage/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/community/gimmage/PKGBUILD b/community/gimmage/PKGBUILD
index df4a2e149..36b32322a 100644
--- a/community/gimmage/PKGBUILD
+++ b/community/gimmage/PKGBUILD
@@ -1,24 +1,27 @@
-# $Id: PKGBUILD 18137 2010-05-31 11:25:34Z spupykin $
+# $Id: PKGBUILD 61575 2012-01-03 14:29:37Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Roman Kyrylych <roman@archlinux.org>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=gimmage
pkgver=0.2.3
-pkgrel=3
+pkgrel=4
pkgdesc="A gtkmm image viewer"
arch=('i686' 'x86_64')
url="http://gimmage.berlios.de"
license=('GPL')
depends=('gtkmm' 'curl' 'file')
makedepends=('pkgconfig')
+changelog=ChangeLog
source=(http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('f51cca53b3d33415e75a91cf81b6ac39')
build() {
cd $srcdir/$pkgname-$pkgver
+ rm gimmage.desktop
+ sed -i 's|Exec=@prefix@/bin/gimmage|Exec=@prefix@/bin/gimmage %U|' gimmage.desktop.in
./configure --prefix=/usr
sed -i '1,1i#include <string.h>' src/FileManager.cpp
- make || return 1
+ make
make DESTDIR=$pkgdir install
}