diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-10 13:49:32 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-10 13:49:32 +0200 |
commit | 09dea20d0ca4b034a72f66c2bb22caa976ce1f85 (patch) | |
tree | 936d721a591ceb57c16d769ab0f755514879ed9b /community/pekwm/PKGBUILD | |
parent | cdbd7308d16cb249715cce9bedf8b809f2576804 (diff) | |
parent | fc7ee6f5a358c428577ae4e6217ff594a3e45ad3 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/gliv/PKGBUILD
community/yaml-cpp0.3/PKGBUILD
extra/ecore/PKGBUILD
extra/edje/PKGBUILD
extra/elementary/PKGBUILD
extra/embryo/PKGBUILD
extra/emotion/PKGBUILD
extra/ethumb/PKGBUILD
extra/kdepim/PKGBUILD
extra/php/PKGBUILD
extra/qtiplot/PKGBUILD
extra/xfce4-mixer/PKGBUILD
Diffstat (limited to 'community/pekwm/PKGBUILD')
-rw-r--r-- | community/pekwm/PKGBUILD | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/community/pekwm/PKGBUILD b/community/pekwm/PKGBUILD index 20374f02b..cf4e7607d 100644 --- a/community/pekwm/PKGBUILD +++ b/community/pekwm/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 90075 2013-05-06 19:38:59Z foutrelis $ +# $Id: PKGBUILD 90217 2013-05-09 09:13:19Z foutrelis $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Kevin Piche <kevin@archlinux.org> # Contributor: Eddie Lozon <almostlucky@attbi.com> pkgname=pekwm pkgver=0.1.16 -pkgrel=3 +pkgrel=5 pkgdesc='Small, fast, functional, and flexible window manager' arch=('x86_64' 'i686' 'mips64el') license=('GPL') @@ -27,16 +27,20 @@ backup=(etc/pekwm/autoproperties etc/pekwm/mouse_system etc/pekwm/start etc/pekwm/vars) -source=("http://www.pekwm.org/projects/pekwm/files/${pkgname}-${pkgver}.tar.bz2" +source=("http://www.pekwm.org/projects/pekwm/files/$pkgname-$pkgver.tar.bz2" "${pkgname}_kdm.desktop") sha256sums=('899eef35d5d1f472dd65a08c180b9719935cb1f42eda7fada6f9b8b551c79c96' '4c1817d328dad84407c9ba7219015eb3be0345be9e98fc03fa693b6b443a8dc6') -build() { +prepare() { cd "$srcdir" + gendesk +} + +build() { + cd "$srcdir/$pkgname-$pkgver" - cd "$pkgname-$pkgver" ./configure --prefix=/usr --sysconfdir=/etc make } |