aboutsummaryrefslogtreecommitdiffstats
path: root/community/xfwm4
diff options
context:
space:
mode:
Diffstat (limited to 'community/xfwm4')
-rw-r--r--community/xfwm4/APKBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/community/xfwm4/APKBUILD b/community/xfwm4/APKBUILD
index 7de4ccb100..0585c46f1f 100644
--- a/community/xfwm4/APKBUILD
+++ b/community/xfwm4/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xfwm4
pkgver=4.13.1
-pkgrel=0
+pkgrel=1
pkgdesc="Xfce window manager, compatible with Gnome, Gnome2, KDE2, and KDE3"
url="https://xfce.org/"
arch="all"
@@ -10,7 +10,8 @@ license="GPL-2.0"
depends="hicolor-icon-theme"
subpackages="$pkgname-lang"
makedepends="libxfce4ui-dev libwnck3-dev libxrandr-dev libxcomposite-dev
- libxfixes-dev libxdamage-dev libxrender-dev libepoxy-dev dbus-glib-dev"
+ libxfixes-dev libxdamage-dev libxrender-dev libepoxy-dev dbus-glib-dev
+ libxpresent-dev"
install=
source="http://archive.xfce.org/src/xfce/xfwm4/${pkgver%.*}/xfwm4-$pkgver.tar.bz2"
@@ -25,6 +26,8 @@ build () {
--localstatedir=/var \
--disable-static \
--enable-compositor \
+ --enable-startup-notification \
+ --enable-xpresent \
--enable-xsync
make
}