diff options
author | root <root@rshg054.dnsready.net> | 2012-02-21 23:15:10 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-21 23:15:10 +0000 |
commit | 1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (patch) | |
tree | 5e44ad19f2672ee92283377c9fe6eab3c8a815d7 /community/netsurf | |
parent | 11484c032f8c236b2044e715a9a3b28e33f65598 (diff) |
Tue Feb 21 23:15:10 UTC 2012
Diffstat (limited to 'community/netsurf')
-rw-r--r-- | community/netsurf/PKGBUILD | 15 | ||||
-rw-r--r-- | community/netsurf/netsurf.install | 3 |
2 files changed, 9 insertions, 9 deletions
diff --git a/community/netsurf/PKGBUILD b/community/netsurf/PKGBUILD index 618c5a76b..40defac69 100644 --- a/community/netsurf/PKGBUILD +++ b/community/netsurf/PKGBUILD @@ -1,16 +1,17 @@ -# $Id: PKGBUILD 63678 2012-02-05 12:05:59Z ibiru $ +# $Id: PKGBUILD 65206 2012-02-20 11:09:55Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Paulo Matias <matiasΘarchlinux-br·org> # Contributor: Georgij Kondratjev <smpuj@bk.ru> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> + pkgname=netsurf pkgver=2.8 -pkgrel=3 +pkgrel=4 pkgdesc="Lightweight and fast web browser" arch=('x86_64' 'i686') url="http://www.netsurf-browser.org/" license=('GPL') -depends=('libmng' 'curl' 'libglade' 'librsvg' 'desktop-file-utils' 'libnsbmp' 'libnsgif' 'hubbub' 'libcss' 'hubbub') +depends=('libmng' 'curl' 'libglade' 'librsvg' 'desktop-file-utils' 'libnsbmp' 'libnsgif' 'hubbub' 'libcss' 'hubbub' 'libwebp') makedepends=('re2c' 'lcms') provides=('netsurf') conflicts=('netsurf') @@ -18,16 +19,16 @@ install=netsurf.install source=("netsurf.png::http://ubuntu.allmyapps.com/data/n/e/netsurf-netsurf-web-browser/icon_48x48_netsurf.png" "http://www.netsurf-browser.org/downloads/releases/$pkgname-$pkgver-src.tar.gz" "$pkgname.desktop") -md5sums=('4f28912e5df4b826b819e175265bcc9c' - '49c41f281f3e9ca28a24da505fad2e3a' - '85e0af265e77607596fd90db9ac707ad') +sha256sums=('f0dbcc5d80bf03d706aa8b28a322aa7f169a40813848c2d1505691f6e2c7ef00' + '09f3aa38f26248a410481aaf125811d6af4c8535725bec950e75af37ccd0aad2' + '5adf656bcd8d247ceb2808d8079cdc59155b8e4cf8569e050bb2730ad9783347') build() { cd "$srcdir/$pkgname" sed 's:libpng:libpng15:' -i gtk/Makefile.target sed 's:libpng:libpng15:' -i monkey/Makefile.target - make PREFIX=/usr TARGET=gtk + make PREFIX=/usr TARGET=gtk NETSURF_USE_WEBP=YES } package() { diff --git a/community/netsurf/netsurf.install b/community/netsurf/netsurf.install index 966f361ea..ef816a666 100644 --- a/community/netsurf/netsurf.install +++ b/community/netsurf/netsurf.install @@ -1,9 +1,8 @@ post_upgrade() { - echo "Updating icon cache" gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor - echo "Updating mime entries" update-desktop-database -q } + post_install() { post_upgrade } |