summaryrefslogtreecommitdiff
path: root/community/lxappearance/PKGBUILD
blob: 37bfd344a181ed2b98e9c025faa0bd37d38cb013 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#$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=3
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
        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'
         '58fd450329972be03181c98e7287f3ae')