summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Vihrov2017-02-08 21:32:44 +0200
committerAndrey Vihrov2017-02-08 22:19:28 +0200
commitcbb8ce7aea863d391ae974053726fbc4579e7e9e (patch)
tree058c5cbe13937e8fbb16f2d44607b39ff3416caf /PKGBUILD
parentd42f3fca9e241f19abc529f2f7a5efb5021b34f7 (diff)
downloadaur-cbb8ce7aea863d391ae974053726fbc4579e7e9e.tar.gz
Remove obsolete .install file
Enable epoxy and libXpresent support
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4eeeb59013bc..eea35e88fa0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,17 @@
# Contributor: cute.tec@gmail.com
pkgname=xfwm4-git
-pkgver=4.12.0.r81.gc404635
+pkgver=4.12.0.r237.g03c4b509
pkgrel=1
pkgdesc='Xfce window manager - git checkout'
arch=('i686' 'x86_64')
license=('GPL2')
url='http://git.xfce.org/xfce/xfwm4'
groups=('xfce4')
-depends=('libxfce4ui' 'libwnck' 'libdrm' 'hicolor-icon-theme')
+depends=('libxfce4ui' 'libwnck' 'libdrm' 'hicolor-icon-theme' 'libepoxy' 'libxpresent')
makedepends=('git' 'intltool' 'xfce4-dev-tools' 'exo')
provides=('xfwm4')
conflicts=('xfwm4')
-install=xfwm4-git.install
source=('git://git.xfce.org/xfce/xfwm4')
sha256sums=('SKIP')
@@ -46,10 +45,14 @@ build() {
--localstatedir=/var \
--disable-static \
--enable-startup-notification \
+ --enable-render \
--enable-randr \
+ --enable-epoxy \
+ --enable-xpresent \
--enable-compositor \
--enable-xsync \
- --disable-debug
+ --disable-debug \
+ --disable-dependency-tracking
make
}