summaryrefslogtreecommitdiff
path: root/extra/gv/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-04-01 10:41:09 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-04-01 10:41:09 +0200
commitaa100084bd4ba3ebc3f452ad2cc1acbf8f253a17 (patch)
treeb7f1124277c02cace71cad2b6290dd010796df07 /extra/gv/PKGBUILD
parent22a099ec0cc8532196da82ff11d6fb2b3b34fea8 (diff)
parent939efb693a8b362edc0c6ccba62c5ce54fb501af (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: core/sqlite3/PKGBUILD gnome-unstable/at-spi2-atk/PKGBUILD gnome-unstable/at-spi2-core/PKGBUILD gnome-unstable/atk/PKGBUILD gnome-unstable/baobab/PKGBUILD gnome-unstable/brasero/PKGBUILD gnome-unstable/cheese/PKGBUILD gnome-unstable/devhelp/PKGBUILD gnome-unstable/eog-plugins/PKGBUILD gnome-unstable/eog/PKGBUILD gnome-unstable/epiphany/PKGBUILD gnome-unstable/evolution/PKGBUILD gnome-unstable/folks/PKGBUILD gnome-unstable/gcalctool/PKGBUILD gnome-unstable/gdl/PKGBUILD gnome-unstable/gdm/PKGBUILD gnome-unstable/gedit/PKGBUILD gnome-unstable/gjs/PKGBUILD gnome-unstable/glade/PKGBUILD gnome-unstable/glib-networking/PKGBUILD gnome-unstable/glibmm/PKGBUILD gnome-unstable/gnome-bluetooth/PKGBUILD gnome-unstable/gnome-color-manager/PKGBUILD gnome-unstable/gnome-contacts/PKGBUILD gnome-unstable/gnome-control-center/PKGBUILD gnome-unstable/gnome-documents/PKGBUILD gnome-unstable/gnome-games/PKGBUILD gnome-unstable/gnome-games/gnome-games.install gnome-unstable/gnome-online-accounts/PKGBUILD gnome-unstable/gnome-screensaver/PKGBUILD gnome-unstable/gnome-search-tool/PKGBUILD gnome-unstable/gnome-session/PKGBUILD gnome-unstable/gnome-settings-daemon/PKGBUILD gnome-unstable/gnome-shell/PKGBUILD gnome-unstable/gnome-system-monitor/PKGBUILD gnome-unstable/gobject-introspection/PKGBUILD gnome-unstable/gtkmm3/PKGBUILD gnome-unstable/gtksourceview3/PKGBUILD gnome-unstable/libpeas/PKGBUILD gnome-unstable/libsoup/PKGBUILD gnome-unstable/libwebkit/PKGBUILD gnome-unstable/mutter/PKGBUILD gnome-unstable/nautilus/PKGBUILD gnome-unstable/pango/PKGBUILD gnome-unstable/sushi/PKGBUILD gnome-unstable/totem-plparser/PKGBUILD gnome-unstable/totem/PKGBUILD gnome-unstable/vala/PKGBUILD gnome-unstable/vinagre/PKGBUILD gnome-unstable/vino/PKGBUILD gnome-unstable/yelp/PKGBUILD multilib/lib32-libdrm/PKGBUILD multilib/wine/PKGBUILD testing/libarchive/PKGBUILD testing/openssl/PKGBUILD testing/util-linux/PKGBUILD
Diffstat (limited to 'extra/gv/PKGBUILD')
-rw-r--r--extra/gv/PKGBUILD17
1 files changed, 7 insertions, 10 deletions
diff --git a/extra/gv/PKGBUILD b/extra/gv/PKGBUILD
index 26c364db7..92ab94cbe 100644
--- a/extra/gv/PKGBUILD
+++ b/extra/gv/PKGBUILD
@@ -1,26 +1,23 @@
-# $Id: PKGBUILD 148658 2012-02-05 11:45:52Z ibiru $
+# $Id: PKGBUILD 154831 2012-03-31 01:32:23Z eric $
# Maintainer: Eric Bélanger <eric@archlinux.org>
pkgname=gv
-pkgver=3.7.3
+pkgver=3.7.3.90
pkgrel=1
pkgdesc="A program to view PostScript and PDF documents"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.gnu.org/software/gv/"
-license=('GPL')
+license=('GPL3')
depends=('xaw3d>=1.6' 'ghostscript' 'desktop-file-utils')
install=gv.install
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz gv.desktop gv.png
- buildfix.diff)
-md5sums=('98ae3e9ce338b64ba5ab622389c5960e'
+#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'
- '943baf7a6bb61389a09a4ec71083a900')
+ 'ab0e3879dbe39e59ad1c923020c28a86')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- # https://trac.macports.org/browser/trunk/dports/print/gv/files/patch-src-Scrollbar.c.diff?rev=89338
- patch -Np0 -i ${srcdir}/buildfix.diff
sed -i -e "s:-dGraphicsAlphaBits=2:\0 -dAlignToPixels=0:" src/Makefile.{am,in}
./configure --prefix=/usr
make