diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-07-16 21:24:37 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-16 16:46:05 -0300 |
commit | adf3343e2e8c042e5f73f4e4c6c565be00e82bff (patch) | |
tree | 54cea4c15d4e68e91938255d9129f3da5a5a2e26 /testing/kde-applications/APKBUILD | |
parent | 001b5b67422eb454a8d3eb8dd955dddedc8623c1 (diff) | |
download | aports-adf3343e2e8c042e5f73f4e4c6c565be00e82bff.tar.bz2 aports-adf3343e2e8c042e5f73f4e4c6c565be00e82bff.tar.xz |
testing/kde-applications: fill -webdev and -utils depends
Diffstat (limited to 'testing/kde-applications/APKBUILD')
-rw-r--r-- | testing/kde-applications/APKBUILD | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/testing/kde-applications/APKBUILD b/testing/kde-applications/APKBUILD index 32f2aa2e00..0d27aca8c5 100644 --- a/testing/kde-applications/APKBUILD +++ b/testing/kde-applications/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kde-applications pkgver=19.04.3 -pkgrel=0 +pkgrel=1 arch="noarch !ppc64le !s390x" # Limited by edu, network and pim url="https://kde.org/applications/" pkgdesc="KDE Applications meta package" @@ -142,6 +142,15 @@ utils() { depends=" ark filelight + kbackup + kcalc + kcharseelct + kdebugsettings + kdf + kfloppy + kgpg + kteatime + ktimer kwalletmanager print-manager sweeper" @@ -150,7 +159,8 @@ utils() { } webdev() { - depends="" + depends=" + kimagemapeditor" mkdir -p "$subpkgdir" } |