summaryrefslogtreecommitdiffstats
path: root/arch/tde-extra/tde-krusader
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-09-22 17:25:57 +0200
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2021-09-29 06:38:41 +0000
commit08dc2d3a905752c1f405392c4f2e33ba577a9b8b (patch)
tree2e6f4dbd0bf48e8fe6bc4e41888253eef71d3f32 /arch/tde-extra/tde-krusader
parent9ef3d4a4b9fc3e366f4a169482997f5ce2fbdf4f (diff)
downloadtde-packaging-08dc2d3a905752c1f405392c4f2e33ba577a9b8b.tar.gz
tde-packaging-08dc2d3a905752c1f405392c4f2e33ba577a9b8b.zip
ArchLinux: Update remaining application in tde-extra to R14.0.10.
Switch amarok, kmplayer, ksplash-engine-moodin, tde-systemsettings, tdesudo and tdmtheme to CMake. Backport patches to tdesudo to resolve FTBFS. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'arch/tde-extra/tde-krusader')
-rw-r--r--arch/tde-extra/tde-krusader/PKGBUILD24
1 files changed, 12 insertions, 12 deletions
diff --git a/arch/tde-extra/tde-krusader/PKGBUILD b/arch/tde-extra/tde-krusader/PKGBUILD
index d00693d71..2688b1bec 100644
--- a/arch/tde-extra/tde-krusader/PKGBUILD
+++ b/arch/tde-extra/tde-krusader/PKGBUILD
@@ -1,11 +1,11 @@
# Contributor: e1z0 <justinas at eofnet dot lt>
pkgname=tde-krusader
-pkgver=14.0.5
+pkgver=14.0.10
pkgrel=1
pkgdesc="TDE Krusader"
arch=('i686' 'x86_64')
-url='http://scm.trinitydesktop.org/scm/git/applications/krusader'
+url='https://scm.trinitydesktop.org/scm/git/applications/krusader'
license=('GPL')
groups=('tde-extra')
depends=('tde-tdebase')
@@ -14,15 +14,16 @@ makedepends=('pkgconfig' 'automake')
#conflicts=('krusader')
#replaces=('krusader')
options=('staticlibs' 'libtool' '!strip')
-source=("http://mirror.ppa.trinitydesktop.org/trinity/releases/R${pkgver}/applications/krusader-R${pkgver}.tar.bz2")
-md5sums=('0787b4b4271f7a107b4d397db621b145')
+source=("https://mirror.ppa.trinitydesktop.org/trinity/releases/R${pkgver}/main/applications/krusader-trinity-${pkgver}.tar.xz")
+md5sums=('1491538ca6e616ec5bdfaa9c9f86c9b2')
# install=''
+[ -n "$TDEDIR" ] || TDEDIR=/opt/trinity
+[ -n "$QTDIR" ] || QTDIR=${TDEDIR}/tqt3
+
build() {
- # old ruby1.8 path
- export PATH=/opt/ruby1.8/bin:$PATH
## Generate config files and update with autoreconf
- cd ${srcdir}/applications/${pkgname#*-}
+ cd ${srcdir}/${pkgname#*-}-trinity-${pkgver}
msg "Copying system libtool files...."
cp /usr/share/aclocal/libtool.m4 ./admin/libtool.m4.in
@@ -45,12 +46,11 @@ build() {
--enable-closure
msg "Building - ${pkgname#*-}..."
-make $NUMJOBS
+ make $NUMJOBS
}
package() {
-msg "Packaging - $pkgname-$pkgver"
- cd ${srcdir}/applications/${pkgname#*-} # use for libtool
-
-make -j1 DESTDIR="${pkgdir}" install
+ msg "Packaging - $pkgname-$pkgver"
+ cd ${srcdir}/${pkgname#*-}-trinity-${pkgver} # use for libtool
+ make -j1 DESTDIR="${pkgdir}" install
}