diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-10-27 02:40:08 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-10-27 15:02:39 +0200 |
commit | 9f8441ef267c9ebe0ad1c41aae089a5f2e0c9783 (patch) | |
tree | 9e95141ff3714803fdaef7acbe54ddc2d8d038c3 /arch/tde-core/tde-tdebase/PKGBUILD | |
parent | 7b3048f7ec62f92fb25af64ecfcfb0426261ca13 (diff) | |
download | tde-packaging-9f8441ef267c9ebe0ad1c41aae089a5f2e0c9783.tar.gz tde-packaging-9f8441ef267c9ebe0ad1c41aae089a5f2e0c9783.zip |
ArchLinux: Update for final R14.1.1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 7b8802144fc2958d82304d74f3f6b89779aceb3f)
Diffstat (limited to 'arch/tde-core/tde-tdebase/PKGBUILD')
-rw-r--r-- | arch/tde-core/tde-tdebase/PKGBUILD | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/arch/tde-core/tde-tdebase/PKGBUILD b/arch/tde-core/tde-tdebase/PKGBUILD index fa2120a43..1f76515b4 100644 --- a/arch/tde-core/tde-tdebase/PKGBUILD +++ b/arch/tde-core/tde-tdebase/PKGBUILD @@ -6,7 +6,7 @@ _cat=core/ _kdemod="${_mod/tde/kde}" pkgname="tde-${_mod}" -pkgver=14.1.0 +pkgver=14.1.1 pkgrel=1 pkgdesc="Trinity Desktop Enviroment base components" arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'powerpc64le') @@ -14,23 +14,24 @@ url="https://scm.trinitydesktop.org/scm/git/${_mod}" license=('GPL') provides=("${_mod}") groups=('tde-core') -depends=('libraw1394' +depends=('htdig' + 'libraw1394' 'libssh' - 'libxtst' 'libxss' + 'libxtst' 'lm_sensors' - 'tde-tdelibs' + 'openssl' 'tde-dbus-1-tqt' + 'tde-tdelibs' 'ttf-dejavu' 'ttf-freefont' 'xorg-server' - 'xorg-xinit' - 'htdig' - 'openssl') + 'xorg-xinit') makedepends=('tde-cmake-trinity' 'libxkbfile' - 'smbclient' 'rpcsvc-proto' + 'smbclient' + 'systemd-sysvcompat' 'xorg-bdftopcf' 'xscreensaver') optdepends=('desktop-file-utils: Command line utilities for working with desktop entries' @@ -58,7 +59,7 @@ source=("https://mirror.ppa.trinitydesktop.org/trinity/releases/R${pkgver}/main/ 'tdm.service' 'xsession.patch') -md5sums=('4190fe36fb22e1f18ddc86bb61bb76f2' +md5sums=('105b7a69e0ed95af0e4ff0f141958205' '18e8d01124b19f7df2937c06e177bf7f' 'c963ef6e37c9051119972a58c67f05fb' 'bb4c25e560fa719e8e8f49ef80bd1c99' |