🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930313233343536373839404142434445
pkgname: libxfce4windowing
pkgver: '4.20.7'
pkgrel: '1'
pkgdesc: 'Windowing concept abstraction library for X11 and Wayland'
url: 'https://docs.xfce.org/xfce/libxfce4windowing/start'
arch: x86_64
license:
- 'LGPL2.1'
depends: []
makedepends:
- 'gdk-pixbuf'
- gtk3
- libwnck
- 'xorg-libx11'
- wayland
- 'gobject-introspection'
- 'gtk-doc'
- 'libdisplay-info'
- 'xfce4-dev-tools'
source:
- 'https://archive.xfce.org/src/xfce/${pkgname}/4.20/${pkgname}-${pkgver}.tar.bz2'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--enable-gtk-doc \
--enable-wayland \
--enable-x11 \
--disable-debug
make
make DESTDIR=${PKGDIR} install
install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
package: |
true