[arch-commits] Commit in xfwm4-themes/repos (extra-i686 extra-i686/PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Feb 28 11:27:39 UTC 2009


    Date: Saturday, February 28, 2009 @ 06:27:39
  Author: andyrtr
Revision: 28216

Merged revisions 25941,28063 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/xfwm4-themes/trunk

........
  r25941 | andyrtr | 2009-02-01 16:09:48 +0000 (So, 01 Feb 2009) | 2 lines
  
  upgpkg: xfwm4-themes 4.5.99.1-1
      new verions 4.5.99.1(=4.6rc1)
........
  r28063 | andyrtr | 2009-02-27 20:44:24 +0000 (Fr, 27 Feb 2009) | 2 lines
  
  upgpkg: xfwm4-themes 4.6.0-1
      new version 4.6.0
........

Modified:
  xfwm4-themes/repos/extra-i686/	(properties)
  xfwm4-themes/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


Property changes on: xfwm4-themes/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /xfwm4-themes/trunk:1-17542
   + /xfwm4-themes/trunk:1-28215

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-02-28 11:24:11 UTC (rev 28215)
+++ extra-i686/PKGBUILD	2009-02-28 11:27:39 UTC (rev 28216)
@@ -1,8 +1,8 @@
 # $Id$
-# Maintainer: aurelien <aurelien at archlinux.org>
+# Maintainer: Tobias Kieslich <tobias funnychar archlinux.org>
 
 pkgname=xfwm4-themes
-pkgver=4.4.3
+pkgver=4.6.0
 pkgrel=1
 pkgdesc="A set of additionnal themes for the Xfce window manager"
 arch=(i686 x86_64)
@@ -13,12 +13,12 @@
 makedepends=('pkgconfig')
 options=('!libtool')
 source=(http://www.xfce.org/archive/xfce-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('0e713465f79a000958307c7f5b37185f')
+md5sums=('4dc5cb29cbd40e3b9dece12a85e20854')
 
 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
+  make DESTDIR=${pkgdir} install || return 1
 }




More information about the arch-commits mailing list