2019-07-19 01:31:37 +02:00
|
|
|
# Description: Xfce's window manager
|
|
|
|
# URL: https://www.xfce.org
|
2023-06-30 15:43:39 -04:00
|
|
|
# Maintainer: mac-a-r0ni, j at lngn dot net
|
2024-08-21 02:05:39 -04:00
|
|
|
# Depends on: libwnck-gtk3 libxfce4ui xorg-libxpresent
|
2019-04-24 17:15:26 +02:00
|
|
|
|
|
|
|
name=xfwm4
|
2024-12-16 01:59:34 -05:00
|
|
|
version=4.20.0
|
2023-06-30 15:43:39 -04:00
|
|
|
release=1
|
2020-04-13 17:57:41 +02:00
|
|
|
source=(https://archive.xfce.org/src/xfce/$name/${version:0:4}/$name-$version.tar.bz2)
|
2019-04-24 17:15:26 +02:00
|
|
|
|
|
|
|
build() {
|
2019-05-11 19:09:44 +02:00
|
|
|
|
2019-10-30 09:33:56 +01:00
|
|
|
cd $name-$version
|
2020-04-13 17:57:41 +02:00
|
|
|
|
2019-10-30 09:33:56 +01:00
|
|
|
./configure \
|
|
|
|
--prefix=/usr \
|
|
|
|
--libexecdir=/usr/lib/$name \
|
|
|
|
--enable-shared \
|
|
|
|
--enable-xsync \
|
|
|
|
--enable-render \
|
|
|
|
--enable-randr \
|
|
|
|
--enable-xpresent \
|
|
|
|
--enable-compositor \
|
|
|
|
--enable-epoxy \
|
2023-07-03 14:15:08 -04:00
|
|
|
--disable-nls \
|
2019-10-30 09:33:56 +01:00
|
|
|
--disable-debug
|
2019-04-24 17:15:26 +02:00
|
|
|
|
2019-10-30 09:33:56 +01:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2020-04-13 17:57:41 +02:00
|
|
|
|
2019-04-24 17:15:26 +02:00
|
|
|
}
|