diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-17 20:54:31 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-17 20:54:31 -0500 |
commit | 6f0730e489e426e2f731c42cb0bdc74eb7e13c68 (patch) | |
tree | 3dcdb028b5f3aca118d0af5dc00f03adc9dac3d8 /user/kde-education | |
parent | 52fffdaba23c593510c80846eb6ce38034ae8614 (diff) | |
download | packages-6f0730e489e426e2f731c42cb0bdc74eb7e13c68.tar.gz packages-6f0730e489e426e2f731c42cb0bdc74eb7e13c68.tar.bz2 packages-6f0730e489e426e2f731c42cb0bdc74eb7e13c68.tar.xz packages-6f0730e489e426e2f731c42cb0bdc74eb7e13c68.zip |
user/[KDE Education]: finish bumping to 18.04.3, modernise
Diffstat (limited to 'user/kde-education')
-rw-r--r-- | user/kde-education/APKBUILD | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/user/kde-education/APKBUILD b/user/kde-education/APKBUILD index b4a47ac4c..10f994499 100644 --- a/user/kde-education/APKBUILD +++ b/user/kde-education/APKBUILD @@ -1,23 +1,19 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=kde-education -pkgver=18.04.1 +pkgver=18.04.3 pkgrel=0 pkgdesc="Educational software from the KDE Software Collection" url="https://www.kde.org/applications/education/" arch="noarch" -license="NCSA" options="!check" # Empty meta package, no point in testing. -depends="artikulate blinken gcompris-qt kalgebra kalzium kanagram kbruch +license="NCSA" +# gcompris-qt is removed until it works with gettext-tiny. +depends="artikulate blinken kalgebra kalzium kanagram kbruch kgeography khangman kig kiten klettres kmplot ktouch kturtle kwordquiz labplot marble rocs step" makedepends="" -install="" -subpackages="" source="org.adelie-linux.about-education.desktop" -build() { - return 0 -} package() { mkdir -p "$pkgdir"/usr/share/applications |