summaryrefslogtreecommitdiff
path: root/community/lxappearance
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
commit415856bdd4f48ab4f2732996f0bae58595092bbe (patch)
treeede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/lxappearance
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/lxappearance')
-rw-r--r--community/lxappearance/PKGBUILD23
1 files changed, 23 insertions, 0 deletions
diff --git a/community/lxappearance/PKGBUILD b/community/lxappearance/PKGBUILD
new file mode 100644
index 000000000..c9803043b
--- /dev/null
+++ b/community/lxappearance/PKGBUILD
@@ -0,0 +1,23 @@
+#$Id: PKGBUILD 29697 2010-10-18 15:11:39Z angvp $
+# Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
+# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
+pkgname=lxappearance
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="GTK+ theme switcher of the LXDE Desktop (manages icons and fonts)"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://lxde.org/"
+groups=('lxde')
+depends=('gtk2' 'intltool')
+makedepends=('pkgconfig')
+source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz)
+md5sums=('7eabab6f4a358dbc6a84e260a0e7f6c2')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --sysconfdir=/etc --prefix=/usr
+ make
+ make DESTDIR="$pkgdir" install
+}
+