[arch-commits] Commit in xfconf/repos (testing-x86_64 testing-x86_64/PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Feb 1 15:31:06 UTC 2009


    Date: Sunday, February 1, 2009 @ 10:31:06
  Author: andyrtr
Revision: 25926

Merged revisions 25900,25925 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/xfconf/trunk

........
  r25900 | andyrtr | 2009-02-01 10:24:19 +0000 (So, 01 Feb 2009) | 1 line
  
  add new libxfce4menu pkg
........
  r25925 | andyrtr | 2009-02-01 15:30:08 +0000 (So, 01 Feb 2009) | 2 lines
  
  upgpkg: xfconf 4.5.99.1-1
      new verions 4.5.99.1(=4.6rc1) - fix replaces array
........

Modified:
  xfconf/repos/testing-x86_64/	(properties)
  xfconf/repos/testing-x86_64/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


Property changes on: xfconf/repos/testing-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /xfconf/trunk:1-25894
   + /xfconf/trunk:1-25925

Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2009-02-01 15:30:08 UTC (rev 25925)
+++ testing-x86_64/PKGBUILD	2009-02-01 15:31:06 UTC (rev 25926)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: tobias <funnychar archlinux.org>
+# Maintainer: tobias <tobias funnychar archlinux.org>
 
 pkgname=xfconf
 pkgver=4.5.99.1
@@ -12,14 +12,14 @@
 depends=("dbus-glib>=0.78" "libxfce4util>=4.5.99.1")
 makedepends=('pkgconfig' 'perl-extutils-depends' 'perl-extutils-pkgconfig')
 options=('!libtool')
-obsoletes=('libxfce4mcs' 'xfce-mcs-manager' 'xfce-mcs-plugins')
+replaces=('libxfce4mcs' 'xfce-mcs-manager' 'xfce-mcs-plugins')
 conflicts=('libxfce4mcs' 'xfce-mcs-manager' 'xfce-mcs-plugins')
 source=(http://mocha.xfce.org/archive/xfce-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('4c22977a41a46ad11bde08ea8c03af73')
 
 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=${startdir}/pkg install




More information about the arch-commits mailing list