diff options
author | Britney Fransen <brfransen@gmail.com> | 2025-06-28 15:23:20 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2025-06-28 15:23:20 (GMT) |
commit | 064535d077dbc143025aee90c03a4ca5d8a64890 (patch) | |
tree | 3656b81710b1046420d6c0d077330db3178b9043 /linhes/linhes-system | |
parent | 3fc4eab6b273c920dd7b079c678779d834da9e06 (diff) | |
download | linhes_pkgbuild-064535d077dbc143025aee90c03a4ca5d8a64890.zip linhes_pkgbuild-064535d077dbc143025aee90c03a4ca5d8a64890.tar.gz linhes_pkgbuild-064535d077dbc143025aee90c03a4ca5d8a64890.tar.bz2 |
linhes-system: add plasma-x11-session to depends
Diffstat (limited to 'linhes/linhes-system')
-rwxr-xr-x | linhes/linhes-system/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/linhes/linhes-system/PKGBUILD b/linhes/linhes-system/PKGBUILD index 96121e2..32dc6df 100755 --- a/linhes/linhes-system/PKGBUILD +++ b/linhes/linhes-system/PKGBUILD @@ -1,14 +1,15 @@ pkgname=linhes-system pkgver=9.0.0 -pkgrel=93 +pkgrel=94 arch=('x86_64') #install=$pkgname.install pkgdesc="Everything that makes LinHES a system" license=('GPL2') depends=('cronie' 'dbus-python' 'dvb-firmware' 'expect' 'flatpak' 'firefox' 'glances' 'inetutils' 'kdialog' 'kwalletmanager' 'libnotify' - 'logrotate' 'linhes-templates' 'linhes-theme' 'mlocate' 'moreutils' 'ncdu' 'python-dateutil' 'python-pytz' - 'python-tzlocal' 'openssh' 'pacman-contrib' 'rsyslog' 'ttf-overlock' 'wget' 'x11vnc' + 'logrotate' 'linhes-templates' 'linhes-theme' 'mlocate' 'moreutils' 'ncdu' 'pacman-contrib' + 'plasma-x11-session' 'python-dateutil' 'python-pytz' 'python-tzlocal' 'openssh' + 'rsyslog' 'ttf-overlock' 'wget' 'x11vnc' 'intel-media-driver' 'libva-intel-driver' 'pigz') binfiles="add_storage.py balance_storage_groups.py empty_storage_groups.py remove_storage.py checkXFSfrag.sh enableIRWake.sh idle.py lh_system_start.sh lh_notify-send |