summaryrefslogtreecommitdiff
path: root/community/lxappearance/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-29 01:05:02 -0700
committerroot <root@rshg054.dnsready.net>2013-10-29 01:05:02 -0700
commit38b1ce25596ae456fefb3214a73c3d1005da568f (patch)
tree5cb69842c94bdd2b34b01be22f97b5949237550f /community/lxappearance/PKGBUILD
parent1a32448c2c53b0e66ce0fe14c5dd2057afd432bc (diff)
Tue Oct 29 01:04:23 PDT 2013
Diffstat (limited to 'community/lxappearance/PKGBUILD')
-rw-r--r--community/lxappearance/PKGBUILD24
1 files changed, 11 insertions, 13 deletions
diff --git a/community/lxappearance/PKGBUILD b/community/lxappearance/PKGBUILD
index 98b7c0477..8febf7adf 100644
--- a/community/lxappearance/PKGBUILD
+++ b/community/lxappearance/PKGBUILD
@@ -1,30 +1,28 @@
-#$Id: PKGBUILD 96680 2013-09-03 01:45:50Z bgyorgy $
+#$Id: PKGBUILD 99433 2013-10-28 19:01:06Z 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.2
-pkgrel=2
-pkgdesc="Feature-rich GTK+ theme switcher of the LXDE Desktop"
+pkgver=0.5.3
+pkgrel=1
+pkgdesc='Feature-rich GTK+ theme switcher of the LXDE Desktop'
arch=('i686' 'x86_64')
license=('GPL2')
-url="http://lxde.org/"
+url='http://lxde.org/'
groups=('lxde')
depends=('gtk2')
makedepends=('intltool')
source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz)
-md5sums=('a088c6ef08fd25df7dc3be5b07168bbe')
+md5sums=('9dfdc9bd45519d51b9df2ad6650c36f5')
build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure --sysconfdir=/etc --prefix=/usr
- make
+ cd $pkgname-$pkgver
+ ./configure --sysconfdir=/etc --prefix=/usr
+ make
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir" install
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
}