From f118e744072671eb4ac939b1e3bcd6d5b837d72e Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Tue, 21 Sep 2021 17:03:19 +0200 Subject: ArchLinux: Update tdeaccessibility, tdeaddons, tdeedu and tdetoys to R14.0.10. Backport patches to tdeedu to resolve FTBFS. Switch tdeaccessibility and tdeedu to CMake. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit a57aaa1cd89496d98f5a82ab85e6fc221360d95d) --- arch/tde-extra/tde-tdetoys/PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'arch/tde-extra/tde-tdetoys/PKGBUILD') diff --git a/arch/tde-extra/tde-tdetoys/PKGBUILD b/arch/tde-extra/tde-tdetoys/PKGBUILD index 2689a473c..bd4a3f0ab 100644 --- a/arch/tde-extra/tde-tdetoys/PKGBUILD +++ b/arch/tde-extra/tde-tdetoys/PKGBUILD @@ -1,10 +1,10 @@ # Contributor: e1z0 pkgname=tde-tdetoys -pkgver=14.0.5 +pkgver=14.0.10 pkgrel=1 arch=('i686' 'x86_64') -url='http://scm.trinitydesktop.org/scm/git/tdetoys' +url='https://scm.trinitydesktop.org/scm/git/tdetoys' license=('GPL') groups=('tde-extra') pkgdesc="Trinity Desktop Toys" @@ -14,10 +14,12 @@ provides=('tdetoys') conflicts=('trinity-tdetoys' 'trinity-kdetoys') replaces=('trinity-tdetoys') options=('staticlibs' 'libtool' '!strip') -source=("http://mirror.ppa.trinitydesktop.org/trinity/releases/R${pkgver}/tdetoys-R${pkgver}.tar.bz2") -md5sums=('bc2324f104aa0c9db1caf2e8419b76fb') +source=("https://mirror.ppa.trinitydesktop.org/trinity/releases/R${pkgver}/main/core/tdetoys-trinity-${pkgver}.tar.xz") +md5sums=('f91d22efed453b5053e2110782d85d93') # install='' +[ -n "$TDEDIR" ] || TDEDIR=/opt/trinity + build() { cd $srcdir msg "Creating out-of-source build directory: ${srcdir}/build" @@ -25,11 +27,9 @@ build() { cd build msg "Starting cmake..." - cmake ${srcdir}/${pkgname#*-} \ + cmake ${srcdir}/${pkgname#*-}-trinity-${pkgver} \ -DCMAKE_VERBOSE_MAKEFILE=ON \ -DCMAKE_INSTALL_PREFIX=$TDEDIR \ - -DWITH_SPEEX=ON \ - -DWITH_ARTS=ON \ -DBUILD_ALL=ON msg "Building - ${pkgname#*-}..." -- cgit v1.2.3