summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOlivier Brunel2015-03-16 22:34:21 +0100
committerOlivier Brunel2015-06-08 19:22:26 +0200
commit17467004a972fd72e0c8b85e058a2f72deae68f9 (patch)
tree2a32d6d62bfc4fb56632aba6ac2ff907315d738e /PKGBUILD
parenta3730d8f7772357f169507a4cb3f6d9eca0b8ef1 (diff)
downloadaur-17467004a972fd72e0c8b85e058a2f72deae68f9.tar.gz
xfwm4-better-smartplacement: upgrade to 4.12.2
Signed-off-by: Olivier Brunel <jjk@jjacky.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d34de054e491..23290313e3ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=xfwm4
pkgname=$_pkgname-better-smartplacement
-pkgver=4.12.1
+pkgver=4.12.2
pkgrel=1
pkgdesc="Xfce window manager w/ better smart placement of new windows"
arch=('i686' 'x86_64')
@@ -18,19 +18,16 @@ provides=($_pkgname)
conflicts=($_pkgname)
install=${pkgname}.install
source=(http://archive.xfce.org/src/xfce/${_pkgname}/4.12/${_pkgname}-${pkgver}.tar.bz2
- 0001-Fix-a-mishmash-between-width-and-height.patch
0001-Rewrote-smartPlacement.patch
0002-smartPlacement-w-snap_to_border-we-snap-to-bottom-ri.patch
0003-Fix-new-window-always-top-left-when-screen-not-full.patch)
-sha1sums=('e7470b69bba29c9c0e0bcd1471e80b73c6ccfd91'
- '2fc881cf4fbdbd7c6f55eb5d4900dc133516ee14'
+sha1sums=('fb9e9bd6f8a5e1838933355565b92cd40941b90b'
'ea46b6b9561bdd2e4f5225b4aeed811b2ed5d890'
'e179b132c8da76a6b75e51bb7364e19ba9ecf7de'
'9356911cd08c9703f356c0b7993a6392302dbcad')
prepare() {
cd ${srcdir}/${_pkgname}-${pkgver}
- patch -p1 -i ../0001-Fix-a-mishmash-between-width-and-height.patch
patch -p1 -i ../0001-Rewrote-smartPlacement.patch
patch -p1 -i ../0002-smartPlacement-w-snap_to_border-we-snap-to-bottom-ri.patch
patch -p1 -i ../0003-Fix-new-window-always-top-left-when-screen-not-full.patch