🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728293031323334
pkgname: xfwm4
pkgver: '4.20.0'
pkgrel: '1'
pkgdesc: 'Xfce window manager'
url: 'https://www.xfce.org/'
arch: x86_64
depends:
- gtk3
- libxfce4ui
- libxfce4util
- libwnck
- 'startup-notification'
makedepends:
- gtk3
- libwnck
- 'xorg-libxres'
- libxfce4ui
- libxfce4util
- 'startup-notification'
source:
- 'https://archive.xfce.org/src/xfce/${pkgname}/4.20/${pkgname}-${pkgver}.tar.bz2'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr
make
make DESTDIR=${PKGDIR} install
package: |
true