Date: Monday, March 19, 2012 @ 16:42:53 Author: ibiru Revision: 153843
update to 3.3.92 Modified: yelp/trunk/PKGBUILD yelp/trunk/yelp.install --------------+ PKGBUILD | 6 +++--- yelp.install | 10 ++-------- 2 files changed, 5 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-03-19 20:36:30 UTC (rev 153842) +++ PKGBUILD 2012-03-19 20:42:53 UTC (rev 153843) @@ -3,20 +3,20 @@ # Contributor: Jan de Groot <[email protected]> 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 Modified: yelp.install =================================================================== --- yelp.install 2012-03-19 20:36:30 UTC (rev 153842) +++ yelp.install 2012-03-19 20:42:53 UTC (rev 153843) @@ -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 }
