summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Bélanger2013-03-18 05:56:40 +0000
committerEric Bélanger2013-03-18 05:56:40 +0000
commit7df6e896b76462bb9524407c2bdc831b9566209e (patch)
treec576104ac99119ac4140a6fc0fe5877d716c74e2
parent0221b2264038d1a8c62484f58680c6bbc124c192 (diff)
downloadaur-7df6e896b76462bb9524407c2bdc831b9566209e.tar.gz
Upstream update, Use xbm in source tarball as the icon
-rw-r--r--PKGBUILD16
-rw-r--r--gv.desktop2
-rw-r--r--gv.pngbin483 -> 0 bytes
3 files changed, 9 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 96379913785e..88e5814b831f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Eric Bélanger <eric@archlinux.org>
pkgname=gv
-pkgver=3.7.3.90
+pkgver=3.7.4
pkgrel=1
pkgdesc="A program to view PostScript and PDF documents"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/gv/"
license=('GPL3')
-depends=('xaw3d>=1.6' 'ghostscript' 'desktop-file-utils')
+depends=('xaw3d' 'ghostscript' 'desktop-file-utils')
+options=('emptydirs')
install=gv.install
-#source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz gv.desktop gv.png)
-source=(ftp://alpha.gnu.org/gnu/gv/${pkgname}-${pkgver}.tar.gz gv.desktop gv.png)
-md5sums=('3eba9b449ccae2537e7d14ce85ca9e66'
- 'cf04652952f2d0903bc7578b4826f50c'
- 'ab0e3879dbe39e59ad1c923020c28a86')
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig} gv.desktop)
+sha1sums=('d5bc11a37136dff69248f943a632544a4036b63f'
+ '7d8b7edd60617b189ba39ca982252b0d59c0755d'
+ 'b40ccad8a8d837791598075f543edce9aa1f4352')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -26,5 +26,5 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
install -D -m644 ../gv.desktop "${pkgdir}/usr/share/applications/gv.desktop"
- install -D -m644 ../gv.png "${pkgdir}/usr/share/pixmaps/gv.png"
+ install -D -m644 src/gv_icon.xbm "${pkgdir}/usr/share/pixmaps/gv.xbm"
}
diff --git a/gv.desktop b/gv.desktop
index 6332ee859442..e75a27653b26 100644
--- a/gv.desktop
+++ b/gv.desktop
@@ -4,7 +4,7 @@ Name=GV
MimeType=application/pdf;application/postscript;image/x-eps;application/illustrator
GenericName=Postscript Viewer
Exec=gv
-Icon=gv
+Icon=gv.xbm
Categories=Application;Graphics;Viewer;Office;
Type=Application
Terminal=false
diff --git a/gv.png b/gv.png
deleted file mode 100644
index 59e832a48135..000000000000
--- a/gv.png
+++ /dev/null
Binary files differ