summaryrefslogtreecommitdiffstats
path: root/arch/tde-extra/tde-tdeedu
diff options
context:
space:
mode:
Diffstat (limited to 'arch/tde-extra/tde-tdeedu')
-rw-r--r--arch/tde-extra/tde-tdeedu/PKGBUILD75
-rw-r--r--arch/tde-extra/tde-tdeedu/kmplot.patch12
2 files changed, 87 insertions, 0 deletions
diff --git a/arch/tde-extra/tde-tdeedu/PKGBUILD b/arch/tde-extra/tde-tdeedu/PKGBUILD
new file mode 100644
index 000000000..e326ce774
--- /dev/null
+++ b/arch/tde-extra/tde-tdeedu/PKGBUILD
@@ -0,0 +1,75 @@
+# Maintainer: e1z0 <justinas at eofnet dot lt>
+
+pkgname=tde-tdeedu
+pkgver=14.0.5
+pkgrel=1
+pkgdesc="Educational utilities for the TDE Desktop"
+arch=('i686' 'x86_64')
+url="http://scm.trinitydesktop.org/scm/git/${pkgname#*-}"
+license=('GPL')
+groups=('tde-extra')
+depends=('tde-tdebase')
+makedepends=('pkgconfig' 'autoconf')
+optdepends=()
+provides=("${pkgname#*-}")
+conflicts=("trinity-${pkgname#*-}")
+replaces=("trinity-${pkgname#*-}")
+options=('staticlibs' 'libtool' '!emptydirs')
+# install='pkgname.install'
+source=("http://mirror.ppa.trinitydesktop.org/trinity/releases/R${pkgver}/tdeedu-R${pkgver}.tar.bz2"
+ "kmplot.patch")
+md5sums=('b6ceb82d93d19e3862dfb01c45457774'
+ '3b00bf93b77d020d69d9d92ef80041d2')
+
+build() {
+ cd ${srcdir}/${pkgname#*-}
+ ## Generate config files and update with autoreconf
+
+ msg "Patching for kmplot..."
+ patch -p1 -i ${srcdir}/kmplot.patch
+
+ msg "Copying system libtool files...."
+ cp /usr/share/aclocal/libtool.m4 ./admin/libtool.m4.in
+ cp /usr/share/libtool/build-aux/ltmain.sh ./admin/ltmain.sh
+
+ msg "Running make -f admin/Makefile.common ...."
+ make -f admin/Makefile.common
+
+ ## configure
+ msg "Configuring - ${pkgname}..."
+ ./configure \
+ --prefix=${TDEDIR} \
+ --with-qt-dir=${QTDIR} \
+ --with-extra-libs=${TDEDIR}/lib/trinity \
+ --localstatedir=/var \
+ --enable-kttsd-epos=no \
+ --enable-kttsd-festivalint=no \
+ --enable-kttsd-flite=no \
+ --enable-kttsd-freetts=no \
+ --enable-kttsd-hadifix=no \
+ --enable-debug=full \
+ --enable-closure
+
+ msg "Building - ${pkgname}..."
+
+ make $NUMJOBS
+
+}
+
+package() {
+ msg "Packaging - $pkgname-$pkgver"
+
+ cd ${srcdir}/${pkgname#*-} # use for non-out-of-source
+
+ make -j1 DESTDIR="$pkgdir" install
+
+# # remove icons that conflict with tdelibs
+# msg "Removing kttsd.png icons that conflict with tdelibs..."
+# rm ${pkgdir}/opt/trinity/share/icons/crystalsvg/16x16/apps/kttsd.png
+# rm ${pkgdir}/opt/trinity/share/icons/crystalsvg/22x22/apps/kttsd.png
+# rm ${pkgdir}/opt/trinity/share/icons/crystalsvg/32x32/apps/kttsd.png
+# rm ${pkgdir}/opt/trinity/share/icons/crystalsvg/48x48/apps/kttsd.png
+# rm ${pkgdir}/opt/trinity/share/icons/crystalsvg/64x64/apps/kttsd.png
+# rm ${pkgdir}/opt/trinity/share/icons/crystalsvg/128x128/apps/kttsd.png
+# rm ${pkgdir}/opt/trinity/share/icons/crystalsvg/scalable/apps/kttsd.svgz
+}
diff --git a/arch/tde-extra/tde-tdeedu/kmplot.patch b/arch/tde-extra/tde-tdeedu/kmplot.patch
new file mode 100644
index 000000000..486ac6724
--- /dev/null
+++ b/arch/tde-extra/tde-tdeedu/kmplot.patch
@@ -0,0 +1,12 @@
+diff -Naur tdeedu-orig/kmplot/kmplot/Makefile.am tdeedu/kmplot/kmplot/Makefile.am
+--- tdeedu-orig/kmplot/kmplot/Makefile.am 2018-08-25 10:03:05.000000000 +0000
++++ tdeedu/kmplot/kmplot/Makefile.am 2019-01-31 21:39:42.000000000 +0000
+@@ -28,6 +28,8 @@
+ kmplot_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO) $(LIB_TDEPARTS) -lDCOP
+ kmplot_LDADD = $(LIB_TDEPARTS)
+
++kmplot_COMPILE_FIRST = FktDlgData.h qminmax.h settings.h
++
+ # this is where the desktop file will go
+ appmimedir = $(kde_mimedir)/application
+ appmime_DATA = x-kmplot.desktop