Date: Tuesday, January 4, 2011 @ 13:03:27 Author: andyrtr Revision: 104637
upgpkg: xfce4-settings 4.7.7-1 new upstream release - part of Xfce 4.8pre3 release candidate Modified: xfce4-settings/trunk/PKGBUILD ----------+ PKGBUILD | 34 ++++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-01-04 17:58:49 UTC (rev 104636) +++ PKGBUILD 2011-01-04 18:03:27 UTC (rev 104637) @@ -1,35 +1,45 @@ # $Id$ -# Maintainer: tobias <tobias funnychar archlinux.org> +# Maintainer: AndyRTR <[email protected]> +# Contributor: tobias <tobias funnychar archlinux.org> # Contributor: Corrado Primier <[email protected]> pkgname=xfce4-settings -pkgver=4.6.5 +pkgver=4.7.7 pkgrel=1 pkgdesc="Settings manager for xfce" arch=('i686' 'x86_64') license=('GPL2') url="http://www.xfce.org/" groups=('xfce4') -depends=('exo>=0.3.107' 'libnotify>=0.4.5' 'libxfcegui4>=4.6.4' 'libxklavier>=5.0' 'libwnck>=2.30.0' 'tango-icon-theme' 'gtk-engines' 'gtk-xfce-engine') -makedepends=('intltool') +depends=('exo>=0.5.4' 'libxfce4ui' 'libnotify' 'libxklavier' 'tango-icon-theme' 'gtk-engines' 'gtk-xfce-engine') # 'libwnck' +makedepends=('intltool') #'libcanberra') optdepends=('libcanberra: for sound control') -conflicts=('xfce-mcs-manager') -replaces=('xfce-mcs-manager') -source=(http://archive.xfce.org/src/xfce/${pkgname}/4.6/${pkgname}-${pkgver}.tar.bz2 +source=(http://archive.xfce.org/src/xfce/${pkgname}/4.7/${pkgname}-${pkgver}.tar.bz2 xfce4-settings-4.6.0.patch) -md5sums=('f988cb732913b5fbc115ad7105d2231e' +md5sums=('e18fb70781bc45d60b7ec9031fa3bf35' '3046732e5d73c9939e7674602eadb1e2') build() { cd ${srcdir}/${pkgname}-${pkgver} # enable Tango icon theme, clearlooks theme and font hinting by default(taken from Fedora) patch -Np1 -i ${srcdir}/xfce4-settings-4.6.0.patch || return 1 - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --disable-static --enable-libxklavier --enable-sound-settings || return 1 - make || return 1 + # git fixes + + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-static \ + --enable-xrandr \ + --enable-xcursor \ + --enable-libnotify \ + --enable-libxklavier \ + --enable-pluggable-dialogs \ + --enable-sound-settings \ + --disable-debug + make } package() { cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install || return 1 + make DESTDIR=${pkgdir} install }
