summaryrefslogtreecommitdiffstats
path: root/arch/tde-core/tde-tdebase/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'arch/tde-core/tde-tdebase/PKGBUILD')
-rw-r--r--arch/tde-core/tde-tdebase/PKGBUILD25
1 files changed, 12 insertions, 13 deletions
diff --git a/arch/tde-core/tde-tdebase/PKGBUILD b/arch/tde-core/tde-tdebase/PKGBUILD
index c03d9add0..1f76515b4 100644
--- a/arch/tde-core/tde-tdebase/PKGBUILD
+++ b/arch/tde-core/tde-tdebase/PKGBUILD
@@ -6,30 +6,32 @@ _cat=core/
_kdemod="${_mod/tde/kde}"
pkgname="tde-${_mod}"
-pkgver=14.0.12
+pkgver=14.1.1
pkgrel=1
pkgdesc="Trinity Desktop Enviroment base components"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'powerpc64le')
url="https://scm.trinitydesktop.org/scm/git/${_mod}"
license=('GPL')
provides=("${_mod}")
groups=('tde-core')
-depends=('libraw1394'
- 'libxtst'
+depends=('htdig'
+ 'libraw1394'
+ 'libssh'
'libxss'
+ 'libxtst'
'lm_sensors'
- 'tde-tdelibs'
+ 'openssl'
'tde-dbus-1-tqt'
+ 'tde-tdelibs'
'ttf-dejavu'
'ttf-freefont'
'xorg-server'
- 'xorg-xinit'
- 'htdig'
- 'openssl-1.0')
+ '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'
@@ -57,7 +59,7 @@ source=("https://mirror.ppa.trinitydesktop.org/trinity/releases/R${pkgver}/main/
'tdm.service'
'xsession.patch')
-md5sums=('cea523c3144c4c22966244e9921848d4'
+md5sums=('105b7a69e0ed95af0e4ff0f141958205'
'18e8d01124b19f7df2937c06e177bf7f'
'c963ef6e37c9051119972a58c67f05fb'
'bb4c25e560fa719e8e8f49ef80bd1c99'
@@ -74,8 +76,6 @@ build() {
msg "Starting cmake..."
- export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
-
cmake ${srcdir}/${pkgname#*-}-trinity-${pkgver}/ \
-GNinja \
-DCMAKE_INSTALL_PREFIX=${TDEDIR} \
@@ -100,7 +100,6 @@ build() {
-DWITH_ARTS=ON \
-DWITH_I8K=ON \
-DWITH_SENSORS=ON \
- -DWITH_HAL=OFF \
-DWITH_TDEHWLIB=ON \
-DWITH_UPOWER=ON \
-DBUILD_ALL=ON \