[arch-commits] Commit in (4 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Feb 1 10:48:31 UTC 2009


    Date: Sunday, February 1, 2009 @ 05:48:30
  Author: andyrtr
Revision: 25907

add new xfce4-settings pkg

Added:
  xfce4-settings/
  xfce4-settings/repos/
  xfce4-settings/trunk/
  xfce4-settings/trunk/PKGBUILD

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Added: xfce4-settings/trunk/PKGBUILD
===================================================================
--- xfce4-settings/trunk/PKGBUILD	                        (rev 0)
+++ xfce4-settings/trunk/PKGBUILD	2009-02-01 10:48:30 UTC (rev 25907)
@@ -0,0 +1,24 @@
+# Maintainer: tobias <funnychar archlinux.org>
+# Contributor: Corrado Primier <bardo at aur.archlinux.org>
+
+pkgname=xfce4-settings
+pkgver=4.5.99.1
+pkgrel=1
+pkgdesc="Settings manager for xfce"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://www.xfce.org/"
+groups=('xfce4-svn')
+depends=('exo>=0.3.99.1' 'libnotify' 'libxfcegui4>=4.5.99.1' \
+         'libxklavier' 'libwnck')
+conflicts=('xfce-mcs-manager')
+obsoletes=('xfce-mcs-manager')
+source=(http://mocha.xfce.org/archive/xfce-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
+  make || return 1
+  make DESTDIR=${pkgdir} install
+}
+


Property changes on: xfce4-settings/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list