aboutsummaryrefslogtreecommitdiffstats
path: root/community/nota/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/nota/APKBUILD')
-rw-r--r--community/nota/APKBUILD30
1 files changed, 21 insertions, 9 deletions
diff --git a/community/nota/APKBUILD b/community/nota/APKBUILD
index e4f507ab9c2..ba8583c9f8f 100644
--- a/community/nota/APKBUILD
+++ b/community/nota/APKBUILD
@@ -1,7 +1,14 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
+# Maintainer: team/kde <bribbers@disroot.org>
+
+# The group tag is just to easily find this APKBUILD by some scripts for automation
+# group=maui
+
+# optional dependencies:
+# * kio-extras: to enable thumbnails in the file browser
+# * udisks2: for browsing mount points
pkgname=nota
-pkgver=2.1.2
+pkgver=3.0.2
pkgrel=0
pkgdesc="Nota is a simple and convergent text editor"
# armhf blocked by qt5-qtdeclarative
@@ -12,23 +19,28 @@ license="GPL-2.0-or-later"
depends="
kde-icons
mauikit-texteditor
+ qmltermwidget
+ qt5-qtbase-sqlite
"
makedepends="
- attica-dev
+ attica5-dev
extra-cmake-modules
- kconfig-dev
- ki18n-dev
- kio-dev
- knotifications-dev
+ kconfig5-dev
+ ki18n5-dev
+ kio5-dev
+ knotifications5-dev
mauikit-dev
mauikit-filebrowsing-dev
+ mauikit-texteditor-dev
qt5-qtbase-dev
qt5-qtdeclarative-dev
qt5-qtsvg-dev
qt5-qtwebengine-dev
samurai
- syntax-highlighting-dev
+ syntax-highlighting5-dev
"
+subpackages="$pkgname-lang"
+_repo_url="https://invent.kde.org/maui/nota.git"
source="https://download.kde.org/stable/maui/nota/$pkgver/nota-$pkgver.tar.xz"
options="!check" # No tests available
@@ -45,5 +57,5 @@ package() {
}
sha512sums="
-83f98cceefd70347b7ece920de02bfc7846bf4af39f904a4e07b5ec6f565a79c574dc21ed2256e078d1ad75a814a837b6dae10e89b497a3a6260f917bad2b547 nota-2.1.2.tar.xz
+727a9e231c2dc8c2a1965fbddb3544fff9718190263a14c9f2d1266ab9ad85eda958bb791c292784117e371f2b635c6d6e6f4545381086b8a0f061baf2d40e2f nota-3.0.2.tar.xz
"