[arch-commits] Commit in exo/trunk (PKGBUILD exo.install)
andyrtr at archlinux.org
andyrtr at archlinux.org
Sun Oct 23 16:11:47 UTC 2011
Date: Sunday, October 23, 2011 @ 12:11:47
Author: andyrtr
Revision: 141086
upgpkg: exo 0.6.2-3
remove glib2 dep for install scriptlet - it's obsolete; FS#26586
Modified:
exo/trunk/PKGBUILD
exo/trunk/exo.install
-------------+
PKGBUILD | 5 ++---
exo.install | 1 -
2 files changed, 2 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-10-23 14:30:06 UTC (rev 141085)
+++ PKGBUILD 2011-10-23 16:11:47 UTC (rev 141086)
@@ -5,13 +5,13 @@
pkgname=exo
pkgver=0.6.2
-pkgrel=2
+pkgrel=3
pkgdesc="Extensions to Xfce by os-cillation"
arch=('i686' 'x86_64')
license=('GPL2' 'LGPL')
url="http://www.xfce.org/projects/exo"
groups=('xfce4')
-depends=("libxfce4util>=4.8.1" 'gtk2' 'glib2' 'hicolor-icon-theme' )
+depends=("libxfce4util>=4.8.1" 'gtk2' 'hicolor-icon-theme' )
makedepends=('pygtk' 'perl-uri' 'intltool' 'gtk-doc' 'xorg-iceauth')
optdepends=('perl-uri: for mail-compose helper script')
options=('!libtool')
@@ -28,7 +28,6 @@
--libexecdir=/usr/lib/xfce4 \
--localstatedir=/var \
--disable-static \
- --enable-gio-unix \
--enable-python \
--enable-gtk-doc \
--disable-debug
Modified: exo.install
===================================================================
--- exo.install 2011-10-23 14:30:06 UTC (rev 141085)
+++ exo.install 2011-10-23 16:11:47 UTC (rev 141086)
@@ -1,6 +1,5 @@
post_install() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- usr/bin/gio-querymodules usr/lib/gio/modules
}
post_upgrade() {
More information about the arch-commits
mailing list