diff options
author | root <root@rshg054.dnsready.net> | 2012-05-02 00:01:22 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-02 00:01:22 +0000 |
commit | defe74c9cba07c321ad2869d8f6872e64a167324 (patch) | |
tree | 22377a98049a863983b9a28d9d79fc737f665cc3 /extra/libxfce4ui | |
parent | 752015395fc8b95cc4a86b68189cb747fe9a8499 (diff) |
Wed May 2 00:01:22 UTC 2012
Diffstat (limited to 'extra/libxfce4ui')
-rw-r--r-- | extra/libxfce4ui/PKGBUILD | 18 | ||||
-rw-r--r-- | extra/libxfce4ui/libxfce4ui.install | 13 |
2 files changed, 23 insertions, 8 deletions
diff --git a/extra/libxfce4ui/PKGBUILD b/extra/libxfce4ui/PKGBUILD index be1939c7b..bc35925b8 100644 --- a/extra/libxfce4ui/PKGBUILD +++ b/extra/libxfce4ui/PKGBUILD @@ -1,21 +1,22 @@ -# $Id: PKGBUILD 145607 2011-12-23 17:37:26Z foutrelis $ +# $Id: PKGBUILD 157819 2012-04-30 04:19:30Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: Xavier Devlamynck <magicrhesus@ouranos.be> pkgname=libxfce4ui -pkgver=4.8.1 +pkgver=4.10.0 pkgrel=1 pkgdesc="Commonly used Xfce widgets among Xfce applications" arch=('i686' 'x86_64') url="http://www.xfce.org/" license=('GPL2') -depends=('libxfce4util' 'gtk2' 'xfconf' 'libsm' 'startup-notification') -makedepends=('intltool' 'gtk-doc' 'glade') -optdepends=('glade: for using the included glade module') +depends=('libxfce4util' 'gtk2' 'xfconf' 'libsm' 'startup-notification' + 'hicolor-icon-theme') +makedepends=('intltool' 'gtk-doc') #replaces=('libxfcegui4') - later when all is ported options=('!libtool') -source=(http://archive.xfce.org/src/xfce/$pkgname/4.8/$pkgname-$pkgver.tar.bz2) -sha256sums=('39cbed29da06960074014b74abc2ba57db49dc81ab8995fb2160579c51669956') +install=libxfce4ui.install +source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2) +sha256sums=('a2b9fa288ccb5f16fa13264e507ba3f7b8da0176da259a11239f21538c0ea3e2') build() { cd "$srcdir/$pkgname-$pkgver" @@ -27,7 +28,8 @@ build() { --localstatedir=/var \ --disable-static \ --enable-gtk-doc \ - --disable-debug + --disable-debug \ + --with-vendor-info='Arch Linux' make } diff --git a/extra/libxfce4ui/libxfce4ui.install b/extra/libxfce4ui/libxfce4ui.install new file mode 100644 index 000000000..e4f8fd06c --- /dev/null +++ b/extra/libxfce4ui/libxfce4ui.install @@ -0,0 +1,13 @@ +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} + +# vim:set ts=2 sw=2 et: |