Date: Thursday, March 16, 2023 @ 08:01:10 Author: bgyorgy Revision: 1420992
upgpkg: enlightenment 0.25.4-2: Make some dependencies optional Modified: enlightenment/trunk/PKGBUILD ----------+ PKGBUILD | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-16 07:53:41 UTC (rev 1420991) +++ PKGBUILD 2023-03-16 08:01:10 UTC (rev 1420992) @@ -1,22 +1,23 @@ -# Maintainer: Ronald van Haren <[email protected]> +# Contributor: Ronald van Haren <[email protected]> # Contributor: Enlightenment Developers <[email protected]>> pkgname=enlightenment pkgver=0.25.4 -pkgrel=1 +pkgrel=2 pkgdesc="Enlightenment window manager" arch=('x86_64') url="http://www.enlightenment.org" license=('BSD') -depends=('efl' 'udisks2' 'wayland' 'bluez-libs' 'libexif' - 'xorg-server-xwayland' 'bluez' 'pulseaudio' 'bc' - 'xcb-util-keysyms' 'hicolor-icon-theme' 'ttf-font' 'pam') -optdepends=('connman: network module' - 'acpid: power events on laptop lid close' - 'geoip-database: geolocation module' - 'packagekit: needed for packagekit module') -makedepends=('xorg-server-xwayland' 'meson' 'ninja') -provides=('notification-daemon') +depends=('alsa-lib' 'bc' 'bluez-libs' 'efl' 'hicolor-icon-theme' 'libexif' 'librsvg' 'libpulse' + 'libxkbcommon' 'pam' 'pulseaudio' 'ttf-font' 'udisks2' 'util-linux-libs' 'wayland' + 'xorg-server-xwayland') +optdepends=('acpid: power events on laptop lid close' + 'bluez: Bluetooth control module' + 'connman: network connection manager module' + 'fprintd: fingerprint password settings' + 'geoclue: geolocation module' + 'packagekit: package manager integration module') +makedepends=('meson' 'ninja' 'wayland-protocols') backup=('etc/enlightenment/sysactions.conf' 'etc/enlightenment/system.conf' 'etc/xdg/menus/e-applications.menu')
