pkgname=xfwm4-git
pkgver=4.20.0+151+g1163ee4a9
pkgrel=1
pkgdesc="Xfce window manager (git version)"
arch=('i686' 'x86_64')
url="https://gitlab.xfce.org/xfce/xfwm4"
license=('GPL2')
groups=('xfce4')
depends=('libxfce4ui' 'libwnck3' 'libxpresent')
makedepends=('git' 'xfce4-dev-tools' 'exo')
provides=('xfwm4')
conflicts=('xfwm4')
source=("git+https://gitlab.xfce.org/xfce/xfwm4.git")
sha256sums=('SKIP')
pkgver() {
cd xfwm4
git describe --long --match 'xfwm4-*' | sed 's/xfwm4-//;s/^\([[:digit:]]\)-/\1./;s/-/+/g'
}
build() {
cd xfwm4
meson setup build --prefix=/usr
meson compile -C build
}
package() {
cd xfwm4
meson install -C build --destdir="$pkgdir"
}
# vim:set ts=2 sw=2 et:
Search Criteria
Package Details: xfwm4-git 4.20.0+151+g1163ee4a9-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/xfwm4-git.git (read-only, click to copy) |
---|---|
Package Base: | xfwm4-git |
Description: | Xfce window manager (git version) |
Upstream URL: | https://gitlab.xfce.org/xfce/xfwm4 |
Licenses: | GPL2 |
Groups: | xfce4 |
Conflicts: | xfwm4 |
Provides: | xfwm4 |
Submitter: | g33k |
Maintainer: | matthewq337 |
Last Packager: | matthewq337 |
Votes: | 25 |
Popularity: | 0.001009 |
First Submitted: | 2010-06-10 21:29 (UTC) |
Last Updated: | 2025-08-31 06:51 (UTC) |
Dependencies (6)
- libwnck3
- libxfce4ui (libxfce4ui-develAUR, libxfce4ui-gitAUR)
- libxpresent
- exo (exo-gitAUR, exo-develAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- xfce4-dev-tools (xfce4-dev-tools-gitAUR, xfce4-dev-tools-develAUR) (make)
Required by (17)
- gtk-theme-clearlooks-compact (requires xfwm4) (optional)
- jgd-fall-sunset (requires xfwm4) (optional)
- kali-undercover (requires xfwm4)
- mini-xfwm4-theme (requires xfwm4)
- omnu-champagne (requires xfwm4) (optional)
- omnu-ice (requires xfwm4) (optional)
- omnu-ice-dark (requires xfwm4) (optional)
- orbitiny-desktop-bin (requires xfwm4)
- slimmy-xfwm-theme-git (requires xfwm4)
- steam-session-git (requires xfwm4) (optional)
- theme-windows-3.11 (requires xfwm4) (optional)
- wm-switcher (requires xfwm4) (optional)
- xfce4-composite-editor (requires xfwm4)
- xfce4-git-meta
- xfwm4-theme-border-only (requires xfwm4)
- xfwm4-theme-breeze (requires xfwm4)
- xfwm4-theme-generator (requires xfwm4) (make)
Sources (1)
a.albani commented on 2025-08-31 15:46 (UTC)
fridrichgood commented on 2025-08-25 08:00 (UTC)
If you use picom compositor and have same problem https://bbs.archlinux.org/viewtopic.php?id=306908 you need edit PKBUILD for meson build instead of make. Here is guide how you can do this https://wiki.archlinux.org/title/Meson_package_guidelines
andreyv commented on 2019-06-09 13:10 (UTC) (edited on 2019-06-09 13:13 (UTC) by andreyv)
After commit e07574d6 the default vblank method is GLX again. To use the XPresent method, run
xfconf-query -c xfwm4 -p /general/vblank_mode -s xpresent
and restart the window manager.
siyia commented on 2019-02-28 19:17 (UTC)
xpresent method is crazy fast for gaming and no screen tearing!!! i wonder why it isnt the default method?to enable it globally add "XFWM4_USE_PRESENT=1" in /etc/enviroment
andreyv commented on 2018-02-10 12:03 (UTC) (edited on 2018-02-12 19:38 (UTC) by andreyv)
This package currently doesn't build after the xorgproto switch. Follow https://bugs.freedesktop.org/show_bug.cgi?id=105031 for updates.
UPDATE: Fixed in xorgproto 2018.2-1.
andreyv commented on 2017-12-09 09:22 (UTC)
@liviucmg Latest Xfwm4 added an option to select the compositing method:
--vblank=off|present|glx Set the vblank mode
andreyv commented on 2017-12-06 07:05 (UTC)
Thanks for the heads up, will update shortly.
twa022 commented on 2017-12-06 03:02 (UTC)
From git, now builds against gtk3. Please update libwnck dependency to libwnck3.
Pinned Comments
andreyv commented on 2019-06-09 13:10 (UTC) (edited on 2019-06-09 13:13 (UTC) by andreyv)
After commit e07574d6 the default vblank method is GLX again. To use the XPresent method, run
and restart the window manager.