summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD11
-rw-r--r--xfwm4-git.install12
3 files changed, 12 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c627c0337f37..7e4f0ff6e3c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Wed Feb 8 19:42:52 UTC 2017
pkgbase = xfwm4-git
pkgdesc = Xfce window manager - git checkout
- pkgver = 4.12.0.r81.gc404635
+ pkgver = 4.12.0.r237.g03c4b509
pkgrel = 1
url = http://git.xfce.org/xfce/xfwm4
- install = xfwm4-git.install
arch = i686
arch = x86_64
groups = xfce4
@@ -16,6 +17,8 @@ pkgbase = xfwm4-git
depends = libwnck
depends = libdrm
depends = hicolor-icon-theme
+ depends = libepoxy
+ depends = libxpresent
provides = xfwm4
conflicts = xfwm4
source = git://git.xfce.org/xfce/xfwm4
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
}
diff --git a/xfwm4-git.install b/xfwm4-git.install
deleted file mode 100644
index 6204edafc8f6..000000000000
--- a/xfwm4-git.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-