summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
-rw-r--r--g3dviewer.install11
3 files changed, 4 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c89ee6363d89..a23d78ae702c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = g3dviewer
pkgdesc = A 3D file viewer for GTK+ supporting a variety of file types
pkgver = 0.2.99.4
- pkgrel = 1
+ pkgrel = 2
url = http://automagically.de/g3dviewer/
- install = g3dviewer.install
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index ec75e3f1805d..51c6e34f1cfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
-# Maintainer: SpepS <dreamspepser at yahoo dot it>
+# Maintainer: Brian Bidulock <bidulock@openss7.org>
+# Contributor: SpepS <dreamspepser at yahoo dot it>
pkgname=g3dviewer
pkgver=0.2.99.4
-pkgrel=1
+pkgrel=2
pkgdesc="A 3D file viewer for GTK+ supporting a variety of file types"
arch=(i686 x86_64)
url="http://automagically.de/g3dviewer/"
license=('GPL')
depends=('gtkglext' 'libg3d' 'libglade')
-install="$pkgname.install"
source=("http://automagically.de/files/$pkgname-$pkgver.tar.gz"
"$pkgname.desktop")
md5sums=('b7da4a68dd18309805ea2ca081542cfd'
diff --git a/g3dviewer.install b/g3dviewer.install
deleted file mode 100644
index e111ef946053..000000000000
--- a/g3dviewer.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}