summaryrefslogtreecommitdiff
path: root/community/awesome
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-06-13 00:01:51 +0000
committerroot <root@rshg054.dnsready.net>2012-06-13 00:01:51 +0000
commitf46e734fbcd0b4cbae2cff1a017b95e4e8e02d53 (patch)
tree155102fee24f637e46976eb759175c3c2fbc1f40 /community/awesome
parentfd4cd23b679e620a51c42e87a0655d55704fdba8 (diff)
Wed Jun 13 00:01:51 UTC 2012
Diffstat (limited to 'community/awesome')
-rw-r--r--community/awesome/PKGBUILD16
1 files changed, 6 insertions, 10 deletions
diff --git a/community/awesome/PKGBUILD b/community/awesome/PKGBUILD
index ee6427335..27db062b5 100644
--- a/community/awesome/PKGBUILD
+++ b/community/awesome/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 71885 2012-06-02 21:17:08Z heftig $
+# $Id: PKGBUILD 72334 2012-06-12 00:36:49Z seblu $
# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
# Contributor: xduugu
# Contributor: Ronald van Haren <ronald.archlinux.org>
# Contributor: Vesa Kaihlavirta
pkgname=awesome
-pkgver=3.4.11
-pkgrel=5
+pkgver=3.4.12
+pkgrel=1
pkgdesc='Highly configurable framework window manager'
arch=('i686' 'x86_64')
url='http://awesome.naquadah.org/'
@@ -41,16 +41,12 @@ optdepends=(
)
provides=('notification-daemon')
source=("$url/download/$pkgname-$pkgver.tar.xz"
- "$pkgname.desktop"
- '01-fix_glib2_build.patch')
-md5sums=('d6aa71334b5cd4ef63ce69d6c612ecf2'
- '0fdbeec43d211c6750041d7e37611a6a'
- 'baa179074c36e26ef156ebb2060bfd5c')
+ "$pkgname.desktop")
+md5sums=('2c3490b820a19c044290027e6f2eb6c8'
+ '0fdbeec43d211c6750041d7e37611a6a')
build() {
cd $pkgname-$pkgver
- # to remove in 3.4.12
- patch -N -p1 -i ../01-fix_glib2_build.patch
make CMAKE_ARGS=' -DPREFIX=/usr -DSYSCONFDIR=/etc -DCMAKE_BUILD_TYPE=RELEASE'
}