summaryrefslogtreecommitdiff
path: root/community/gimmage
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/gimmage
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/gimmage')
-rw-r--r--community/gimmage/ChangeLog15
-rw-r--r--community/gimmage/PKGBUILD27
2 files changed, 0 insertions, 42 deletions
diff --git a/community/gimmage/ChangeLog b/community/gimmage/ChangeLog
deleted file mode 100644
index 31991b0b5..000000000
--- a/community/gimmage/ChangeLog
+++ /dev/null
@@ -1,15 +0,0 @@
-2007-10-23 Roman Kyrylych (Romashka) <roman@archlinux.org>
-* Rebuilt against new curl
-
-2007-07-01 Alexander Fehr (pizzapunk) <pizzapunk gmail com>
-* Updated to 0.2.3
-* Added pkgconfig as a makedepend
-
-2007-06-26 tardo <tardo@nagi-fanboi.net>
-* Built for x86_64
-
-2007-06-20 Georg Grabler (STiAT) <ggrabler@gmail.com>
-* Updated to 0.2.2
-* Changed to new configure / make sheme
-* Added license=('GPL')
-* Added file as a depend
diff --git a/community/gimmage/PKGBUILD b/community/gimmage/PKGBUILD
deleted file mode 100644
index 36b32322a..000000000
--- a/community/gimmage/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $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=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
- make DESTDIR=$pkgdir install
-}