summaryrefslogtreecommitdiff
path: root/community-staging/gliv
diff options
context:
space:
mode:
Diffstat (limited to 'community-staging/gliv')
-rw-r--r--community-staging/gliv/PKGBUILD29
-rw-r--r--community-staging/gliv/gliv.changelog5
2 files changed, 0 insertions, 34 deletions
diff --git a/community-staging/gliv/PKGBUILD b/community-staging/gliv/PKGBUILD
deleted file mode 100644
index 157adabfb..000000000
--- a/community-staging/gliv/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
-# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
-# Contributor: Ewoud Nuyts <ewoud.nuyts@gmail.com>
-
-pkgname=gliv
-pkgver=1.9.7
-pkgrel=2
-pkgdesc="OpenGL image viewer"
-arch=('i686' 'x86_64')
-url="http://guichaz.free.fr/gliv/"
-license=('GPL')
-depends=('gtkglext')
-changelog=$pkgname.changelog
-source=(http://guichaz.free.fr/gliv/files/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('5f0fafaf41651da8882e88b3df062d02')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
-
- ./configure --prefix=/usr --mandir=/usr/share/man
- sed -i 's:pixmaps |:pixmaps $(datadir)/applications |:;s:vendor=gnome:vendor=gnome --dir=$(datadir)/applications:' Makefile
- make
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
-
- make DESTDIR=${pkgdir} install
-}
diff --git a/community-staging/gliv/gliv.changelog b/community-staging/gliv/gliv.changelog
deleted file mode 100644
index 9b37dd5a9..000000000
--- a/community-staging/gliv/gliv.changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-2010-12-27 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * gliv-1.9.7-1
-
-2010-11-14 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * FS#21710 fixed in gliv-1.9.6-3