diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-04-25 02:08:58 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-04-25 03:20:10 +0200 |
commit | 183f62d73b68c294aeea5ec453fb19a7c3caed27 (patch) | |
tree | 9e29614ba3f46e6bcd2217127c8d7ceca1ec0ed5 /arch/tde-core/tde-tdebase | |
parent | fefef1b0cb5b95684809e7b3f24e67fbe25ce718 (diff) | |
download | tde-packaging-183f62d73b68c294aeea5ec453fb19a7c3caed27.tar.gz tde-packaging-183f62d73b68c294aeea5ec453fb19a7c3caed27.zip |
ArchLinux: Update for final R14.1.0.
Add pkgbuilds for several applications.
Add pkgbuilds for dependencies that
are not available on archlinuxpower.org.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'arch/tde-core/tde-tdebase')
-rw-r--r-- | arch/tde-core/tde-tdebase/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/tde-core/tde-tdebase/PKGBUILD b/arch/tde-core/tde-tdebase/PKGBUILD index b9b280fc3..fa2120a43 100644 --- a/arch/tde-core/tde-tdebase/PKGBUILD +++ b/arch/tde-core/tde-tdebase/PKGBUILD @@ -6,8 +6,8 @@ _cat=core/ _kdemod="${_mod/tde/kde}" pkgname="tde-${_mod}" -pkgver=14.0.13 -pkgrel=2 +pkgver=14.1.0 +pkgrel=1 pkgdesc="Trinity Desktop Enviroment base components" arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'powerpc64le') url="https://scm.trinitydesktop.org/scm/git/${_mod}" @@ -58,7 +58,7 @@ source=("https://mirror.ppa.trinitydesktop.org/trinity/releases/R${pkgver}/main/ 'tdm.service' 'xsession.patch') -md5sums=('33f716d80d90a12fd09ec2536b6e249a' +md5sums=('4190fe36fb22e1f18ddc86bb61bb76f2' '18e8d01124b19f7df2937c06e177bf7f' 'c963ef6e37c9051119972a58c67f05fb' 'bb4c25e560fa719e8e8f49ef80bd1c99' @@ -99,7 +99,6 @@ build() { -DWITH_ARTS=ON \ -DWITH_I8K=ON \ -DWITH_SENSORS=ON \ - -DWITH_HAL=OFF \ -DWITH_TDEHWLIB=ON \ -DWITH_UPOWER=ON \ -DBUILD_ALL=ON \ |