summaryrefslogtreecommitdiff
path: root/community/lxappearance/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2011-12-05 15:22:16 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2011-12-05 15:22:16 +0100
commita6e4eeba56ffd555f912ac1063ed08245e3f43c1 (patch)
tree226490e881d29d63e6c81417acd2cf982f5bf132 /community/lxappearance/PKGBUILD
parent8147480b059d53d82687090fc1e08b7eaee19917 (diff)
parent392d2d86b3657d90c3954a44dd6e3e5a4d12d455 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/virtualbox/PKGBUILD
Diffstat (limited to 'community/lxappearance/PKGBUILD')
-rw-r--r--community/lxappearance/PKGBUILD17
1 files changed, 12 insertions, 5 deletions
diff --git a/community/lxappearance/PKGBUILD b/community/lxappearance/PKGBUILD
index 92b897bd2..a01cf7932 100644
--- a/community/lxappearance/PKGBUILD
+++ b/community/lxappearance/PKGBUILD
@@ -1,9 +1,11 @@
-#$Id: PKGBUILD 56899 2011-10-16 07:36:44Z bpiotrowski $
-# Maintainer: Angel Velasquez <angvp@archlinux.org>
+#$Id: PKGBUILD 60017 2011-12-03 08:38:35Z bpiotrowski $
+# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com>
+# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
+
pkgname=lxappearance
pkgver=0.5.1
-pkgrel=2
+pkgrel=3
pkgdesc="GTK+ theme switcher of the LXDE Desktop (manages icons and fonts)"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL2')
@@ -11,17 +13,22 @@ url="http://lxde.org/"
groups=('lxde')
depends=('gtk2' 'intltool')
makedepends=('pkgconfig')
-source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz)
+source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz
+ gtk-3.0.patch)
build() {
cd "$srcdir/$pkgname-$pkgver"
+
+ patch -Np0 -i ../gtk-3.0.patch
./configure --sysconfdir=/etc --prefix=/usr
make
}
package() {
cd "$srcdir/$pkgname-$pkgver"
+
make DESTDIR="$pkgdir" install
}
-md5sums=('34d157a7fe97ef0b93db8fab3f251e07')
+md5sums=('34d157a7fe97ef0b93db8fab3f251e07'
+ '58fd450329972be03181c98e7287f3ae')