[arch-commits] Commit in pekwm/trunk (PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Sun Mar 4 10:36:03 UTC 2012
Date: Sunday, March 4, 2012 @ 05:36:02
Author: andrea
Revision: 151917
upgpkg: pekwm 0.1.14-1
Upstream release
Modified:
pekwm/trunk/PKGBUILD
----------+
PKGBUILD | 23 +++++++++++------------
1 file changed, 11 insertions(+), 12 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-03-04 09:59:30 UTC (rev 151916)
+++ PKGBUILD 2012-03-04 10:36:02 UTC (rev 151917)
@@ -1,16 +1,16 @@
# $Id$
-# Maintainer: Kevin Piche <kevin at archlinux.org>
+# Maintainer:
+# Contributor: Kevin Piche <kevin at archlinux.org>
# Contributor: Eddie Lozon <almostlucky at 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)
+arch=('i686' 'x86_64')
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 @@
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 \
More information about the arch-commits
mailing list