[arch-commits] Commit in libgweather/trunk (PKGBUILD libgweather.install)

Jan de Groot jgc at archlinux.org
Sat Feb 13 00:14:14 UTC 2010


    Date: Friday, February 12, 2010 @ 19:14:14
  Author: jgc
Revision: 68473

upgpkg: libgweather 2.29.90-1
    Update to 2.29.90 - add gnome-icon-theme dependency because of icons in the gnome theme

Modified:
  libgweather/trunk/PKGBUILD
  libgweather/trunk/libgweather.install

---------------------+
 PKGBUILD            |    8 ++++----
 libgweather.install |    5 +++++
 2 files changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-12 23:59:19 UTC (rev 68472)
+++ PKGBUILD	2010-02-13 00:14:14 UTC (rev 68473)
@@ -2,20 +2,20 @@
 # Maintainer: Jan de Groot  <jgc at archlinux.org>
 
 pkgname=libgweather
-pkgver=2.28.0
+pkgver=2.29.90
 pkgrel=1
 pkgdesc="Provides access to weather information from the net"
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('gconf>=2.27.0' 'libsoup-gnome>=2.28.0')
+depends=('gconf>=2.28.0' 'libsoup-gnome>=2.29.90' 'gnome-icon-theme')
 makedepends=('pkgconfig' 'intltool' 'gtk-doc')
 options=('!libtool' '!emptydirs')
 conflicts=('gnome-applets<2.22.0')
 url="http://www.gnome.org/"
 install=libgweather.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.29/${pkgname}-${pkgver}.tar.bz2
         01_gettext_not_xml.patch)
-sha256sums=('65fd8e4d7b617de7aac5a5d7d9bebde63ead828bcdc3e8f73f038ce03e669654'
+sha256sums=('a79fed235f6bbc3d92f175f64ffe2e1e1e6f513bfed2c3898524e882f0b53493'
             '64c181675714a411c2bc31d254cf5ad4a128fba539839b41783540e978a1de20')
 
 build() {

Modified: libgweather.install
===================================================================
--- libgweather.install	2010-02-12 23:59:19 UTC (rev 68472)
+++ libgweather.install	2010-02-13 00:14:14 UTC (rev 68473)
@@ -2,6 +2,7 @@
 
 post_install() {
   usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
 }
 
 pre_upgrade() {
@@ -15,3 +16,7 @@
 pre_remove() {
   usr/sbin/gconfpkg --uninstall ${pkgname}
 }
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+}




More information about the arch-commits mailing list