[arch-commits] Commit in (xfconf xfconf/repos xfconf/trunk xfconf/trunk/PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Sun Feb 1 10:02:26 UTC 2009
Date: Sunday, February 1, 2009 @ 05:02:26
Author: andyrtr
Revision: 25893
add new xfconf pkg
Added:
xfconf/
xfconf/repos/
xfconf/trunk/
xfconf/trunk/PKGBUILD
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Added: xfconf/trunk/PKGBUILD
===================================================================
--- xfconf/trunk/PKGBUILD (rev 0)
+++ xfconf/trunk/PKGBUILD 2009-02-01 10:02:26 UTC (rev 25893)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
+# Maintainer: tobias <funnychar archlinux.org>
+
+pkgname=xfconf
+pkgver=4.5.99.1
+pkgrel=1
+pkgdesc="xfconf.. thingie"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://www.xfce.org/"
+groups=('xfce4')
+depends=('dbus-glib' 'libxfce4util>=4.5.99.1' 'gtk2')
+makedepends=('pkgconfig' 'perl-extutils-depends' 'perl-extutils-pkgconfig')
+options=('!libtool')
+#install=${pkgname}.install
+obsoletes=('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)
+
+build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
+ --localstatedir=/var --disable-static
+ make || return 1
+ make DESTDIR=${startdir}/pkg install
+ rm -rf ${startdir}/pkg/usr/share/gtk-doc
+ rm -f ${pkgdir}/usr/lib/perl5/core_perl/perllocal.pod
+}
More information about the arch-commits
mailing list