🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728293031323334353637383940
pkgname: 'xfce4-session'
pkgver: '4.20.4'
pkgrel: '1'
pkgdesc: 'Xfce4 Session is a session manager for Xfce.'
url: 'https://www.xfce.org'
arch: x86_64
depends:
- udisks2
- upower
- polkit
- 'xorg-xrdb'
- 'xorg-iceauth'
- dconf
- 'gsettings-desktop-schemas'
makedepends:
- gnupg
- 'xorg-libxres'
- libwnck
- libxfce4ui
- libxfce4windowing
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 \
--disable-legacy-sm
make
make DESTDIR=${PKGDIR} install
package: |
true