diff options
Diffstat (limited to 'extra/pekwm')
-rw-r--r-- | extra/pekwm/PKGBUILD | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/extra/pekwm/PKGBUILD b/extra/pekwm/PKGBUILD index 9ed7695f3..6132269d2 100644 --- a/extra/pekwm/PKGBUILD +++ b/extra/pekwm/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 148872 2012-02-05 11:53:39Z ibiru $ -# Maintainer: Kevin Piche <kevin@archlinux.org> +# $Id: PKGBUILD 151921 2012-03-04 10:39:20Z andrea $ +# Maintainer: +# Contributor: Kevin Piche <kevin@archlinux.org> # Contributor: Eddie Lozon <almostlucky@attbi.com> pkgname=pekwm -pkgver=0.1.13 -pkgrel=2 +pkgver=0.1.14 +pkgrel=1 pkgdesc="A small, fast, functional, and flexible window manager" -arch=(i686 x86_64 'mips64el') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') -url="http://pekwm.org/" -depends=('gcc-libs' 'libjpeg>=7' 'libpng' 'libxft' 'libxinerama' 'libxpm' -'libxrandr') +url='https://www.pekwm.org/projects/pekwm' +depends=('gcc-libs' 'libjpeg' 'libpng' 'libxft' 'libxinerama' 'libxpm' 'libxrandr') backup=(etc/pekwm/config etc/pekwm/vars etc/pekwm/autoproperties @@ -18,14 +18,13 @@ backup=(etc/pekwm/config etc/pekwm/keys etc/pekwm/mouse etc/pekwm/menu) -source=(http://www.pekwm.org/projects/pekwm/files/${pkgname}-${pkgver}.tar.bz2 -pekwm.desktop libpng-1.4.patch) -md5sums=('51a3f9030817df0304cc1da5110e493a' '5a78fc6653fbb0b7282ecf7f1f81e2c5' - '075bf1b9d32bf94780329499e4fa40e3') +source=("http://www.pekwm.org/projects/pekwm/files/${pkgname}-${pkgver}.tar.bz2" + 'pekwm.desktop') +md5sums=('bb9c01c81fe47620bcd9be0e2e4a10e6' + '5a78fc6653fbb0b7282ecf7f1f81e2c5') build() { cd "${srcdir}/${pkgname}-${pkgver}" -# patch -p1 < ../libpng-1.4.patch || return 1 # Default settings: # --enable-shape --enable-xinerama --enable-menus \ # --enable-harbour --disable-debug --disable-pedantic \ |