summaryrefslogtreecommitdiff
path: root/community/lxappearance
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-05-24 00:02:45 +0000
committerroot <root@rshg054.dnsready.net>2012-05-24 00:02:45 +0000
commit6553825d7281900890db91a21ac601d7aee9c55e (patch)
treef1840f9e4603c9fb5573f6984627dd089a678afc /community/lxappearance
parentbd614ac21d2754d778a796cd5e92d1568ec8baec (diff)
Thu May 24 00:02:45 UTC 2012
Diffstat (limited to 'community/lxappearance')
-rw-r--r--community/lxappearance/PKGBUILD16
1 files changed, 6 insertions, 10 deletions
diff --git a/community/lxappearance/PKGBUILD b/community/lxappearance/PKGBUILD
index 37bfd344a..322e4c7d6 100644
--- a/community/lxappearance/PKGBUILD
+++ b/community/lxappearance/PKGBUILD
@@ -1,25 +1,24 @@
-#$Id: PKGBUILD 60017 2011-12-03 08:38:35Z bpiotrowski $
+#$Id: PKGBUILD 71027 2012-05-22 05:49:29Z 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=3
-pkgdesc="GTK+ theme switcher of the LXDE Desktop (manages icons and fonts)"
+pkgver=0.5.2
+pkgrel=1
+pkgdesc="Feature-rich GTK+ theme switcher of the LXDE Desktop"
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
- gtk-3.0.patch)
+source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz)
+md5sums=('a088c6ef08fd25df7dc3be5b07168bbe')
build() {
cd "$srcdir/$pkgname-$pkgver"
- patch -Np0 -i ../gtk-3.0.patch
./configure --sysconfdir=/etc --prefix=/usr
make
}
@@ -29,6 +28,3 @@ package() {
make DESTDIR="$pkgdir" install
}
-
-md5sums=('34d157a7fe97ef0b93db8fab3f251e07'
- '58fd450329972be03181c98e7287f3ae')