summaryrefslogtreecommitdiff
path: root/gnome-unstable/yelp
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-21 00:01:20 +0000
committerroot <root@rshg054.dnsready.net>2012-03-21 00:01:20 +0000
commita3108a9a809c496e1f6a0e9caf0acebac3889bfb (patch)
treedf7be9bed47b2d4a4f0ae33d40a406a775a5d1e7 /gnome-unstable/yelp
parent99136e3a2e9f6f07a7ff08d5721bce354b853c8b (diff)
Wed Mar 21 00:01:20 UTC 2012
Diffstat (limited to 'gnome-unstable/yelp')
-rw-r--r--gnome-unstable/yelp/PKGBUILD8
-rw-r--r--gnome-unstable/yelp/yelp.install10
2 files changed, 6 insertions, 12 deletions
diff --git a/gnome-unstable/yelp/PKGBUILD b/gnome-unstable/yelp/PKGBUILD
index 52af4fd55..b33ab9cbe 100644
--- a/gnome-unstable/yelp/PKGBUILD
+++ b/gnome-unstable/yelp/PKGBUILD
@@ -1,22 +1,22 @@
-# $Id: PKGBUILD 152881 2012-03-10 14:57:52Z heftig $
+# $Id: PKGBUILD 153847 2012-03-19 20:47:05Z ibiru $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=yelp
-pkgver=3.3.4
+pkgver=3.3.92
pkgrel=1
pkgdesc="A help browser for GNOME"
arch=('i686' 'x86_64')
depends=('libwebkit3' 'yelp-xsl' 'libxslt' 'hicolor-icon-theme' 'dbus-glib' 'xz' 'bzip2'
'desktop-file-utils' 'dconf')
-makedepends=('intltool' 'gtk-doc')
+makedepends=('intltool' 'gtk-doc' 'itstool')
groups=('gnome')
license=('GPL')
options=('!emptydirs' '!libtool')
url="http://www.gnome.org"
install=yelp.install
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('abbc439093408da41f0f2dbc6a9ae5df3464e354e8f1706d6ed5d1ffd4d8b6fb')
+sha256sums=('3cd354c9ab8344d692a9e48fde95137794a96f65971597e0b0e7ca9ff52743ce')
build() {
cd $pkgname-$pkgver
diff --git a/gnome-unstable/yelp/yelp.install b/gnome-unstable/yelp/yelp.install
index f3bf19a93..2a1cb91e9 100644
--- a/gnome-unstable/yelp/yelp.install
+++ b/gnome-unstable/yelp/yelp.install
@@ -1,15 +1,9 @@
post_install() {
- usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
update-desktop-database -q
}
-pre_upgrade() {
- if (( $(vercmp $2 2.90.0) < 0 )); then
- usr/sbin/gconfpkg --uninstall yelp
- fi
-}
-
post_upgrade() {
post_install
}