description='Windowing concept abstraction library for X11 and Wayland'
url='https://docs.xfce.org/xfce/libxfce4windowing/start'

license="LGPL2.1"

packager="spiky <spiky@nutyx.org>"
contributors=""

makedepends=(gdk-pixbuf gtk3 libwnck xorg-libx11 wayland gobject-introspection gtk-doc)

name=libxfce4windowing
version=4.19.3

source=(https://archive.xfce.org/src/xfce/$name/${version%.*}/$name-$version.tar.bz2)

build() {
cd $name-$version
   
    ./configure \
    --prefix=/usr \
    --sysconfdir=/etc \
    --enable-gtk-doc \
    --enable-wayland \
    --enable-x11 \
    --disable-debug

make
make DESTDIR=$PKG install

install -Dm644 COPYING $PKG/usr/share/licenses/$name/COPYING
}
