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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Feb 1 09:49:31 UTC 2009


    Date: Sunday, February 1, 2009 @ 04:49:31
  Author: andyrtr
Revision: 25887

upgpkg: libxfce4util 4.5.99.1-1
    new verions 4.5.99.1(=4.6rc1)

Modified:
  libxfce4util/trunk/PKGBUILD
Deleted:
  libxfce4util/trunk/libxfce4util.install

----------------------+
 PKGBUILD             |   14 +++++++-------
 libxfce4util.install |   33 ---------------------------------
 2 files changed, 7 insertions(+), 40 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-01 08:51:54 UTC (rev 25886)
+++ PKGBUILD	2009-02-01 09:49:31 UTC (rev 25887)
@@ -1,23 +1,23 @@
 # $Id$
-# Maintainer: aurelien <aurelien at archlinux.org>
+# Maintainer: tobias <funnychar archlinux.org>
+
 pkgname=libxfce4util
-pkgver=4.4.3
+pkgver=4.5.99.1
 pkgrel=1
 pkgdesc="Basic utility non-GUI functions for Xfce"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://www.xfce.org/"
 groups=('xfce4')
-depends=('glib2>=2.18.2')
+depends=("glib2>=2.18.4")
 makedepends=('pkgconfig')
 options=('!libtool')
-install=${pkgname}.install
 source=(http://www.xfce.org/archive/xfce-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('0a4d887b84c8b79ae09a1c6b20626c95')
+md5sums=('03f9edc7dad7f17dae248cbe51c65d0d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
     --localstatedir=/var --disable-static
   make || return 1
   make DESTDIR=${pkgdir} install

Deleted: libxfce4util.install
===================================================================
--- libxfce4util.install	2009-02-01 08:51:54 UTC (rev 25886)
+++ libxfce4util.install	2009-02-01 09:49:31 UTC (rev 25887)
@@ -1,33 +0,0 @@
-post_install() {
-  sed -i "/opt\/xfce4/d" etc/ld.so.conf
-  chmod 644 etc/ld.so.conf
-}
-
-post_upgrade() {
-  if [ "`vercmp $2 4.4.1`" -lt 0 ]; then
-    cat << _EOF
-    ==> ATTENTION:
-    ==>
-    ==> Xfce location changed with 4.4.1 release
-    ==> now we build it with prefix=/usr
-    ==> ----------------------------------------
-    ==> check you display manager entry and
-    ==> grep -r /opt ~/.config/xf*
-    ==> for changes you need to make to your local config
-_EOF
-  fi
-
-  sed -i "/opt\/xfce4/d" etc/ld.so.conf
-  chmod 644 etc/ld.so.conf
-}
-
-post_remove() {
-  sed -i "/opt\/xfce4/d" etc/ld.so.conf
-  chmod 644 etc/ld.so.conf
-}
-
-op=$1
-shift
-
-$op $*
-




More information about the arch-commits mailing list