File PKGBUILD of Package libxfce4windowing
# Maintainer: twa022 <twa022 at gmail dot com>
pkgname=libxfce4windowing
pkgver=4.19.2
pkgrel=1
pkgdesc="Windowing concept abstraction library for X11 and Wayland (Development version)"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://docs.xfce.org/xfce/libxfce4windowing/start"
license=('LGPL2.1')
groups=('xfce4')
depends=('libwnck3' 'wayland')
makedepends=('gobject-introspection' 'xfce4-dev-tools' 'git')
source=("${pkgname}-${pkgver}.tar.xz")
md5sums=('SKIP')
build() {
cd "${pkgname}-${pkgver}"
./autogen.sh \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var \
--disable-static \
--enable-wayland \
--enable-gtk-doc \
--disable-debug
make
}
package() {
cd "${pkgname}-${pkgver}"
make DESTDIR="$pkgdir" install
}