summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-12-19 11:42:19 +0100
committerhaawda2020-12-19 11:42:19 +0100
commit16782c618f449aa2e4b05cd7bc99349b3fd3f880 (patch)
treee422d975a71e6dc3fdaff17e6188f0504b6052b7
parent2d3917354a4371710ef22efd40a9b33165cf4261 (diff)
downloadaur-qtikz-git.tar.gz
add ktexteditor dep to ktikz, do not spcify BUILD_TYPE
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8965847678c2..21cd6c5a5dc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qtikz-git
pkgdesc = Small application helping you to create TikZ diagrams
- pkgver = r318.207af3e
+ pkgver = r344.6157e86
pkgrel = 1
url = https://github.com/fhackenberger/ktikz
arch = i686
@@ -32,10 +32,10 @@ pkgname = qtikz-git
pkgname = ktikz-git
pkgdesc = Small application helping you to create TikZ diagrams – KDE version
- depends =
depends = kparts
depends = poppler-qt5
depends = hicolor-icon-theme
+ depends = ktexteditor
provides = ktikz
conflicts = ktikz
diff --git a/PKGBUILD b/PKGBUILD
index e99aa1b6e895..80d6f8b1f26d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Bruno Pagani <archange@archlinux.org>
pkgname=('qtikz-git' 'ktikz-git')
-pkgver=r318.207af3e
+pkgver=r344.6157e86
pkgrel=1
pkgdesc="Small application helping you to create TikZ diagrams"
arch=('i686' 'x86_64')
@@ -27,9 +27,7 @@ build() {
qmake ../qtikz.pro
make
cd ../build_k
- cmake .. \
- -DCMAKE_INSTALL_PREFIX:PATH=/usr \
- -DBUILD_TYPE=None
+ cmake .. -DCMAKE_INSTALL_PREFIX:PATH=/usr
make
}
@@ -53,7 +51,7 @@ package_ktikz-git() {
provides=('ktikz')
conflicts=('ktikz')
pkgdesc+=" – KDE version"
- depends+=('kparts' 'poppler-qt5' 'hicolor-icon-theme')
+ depends+=('kparts' 'poppler-qt5' 'hicolor-icon-theme' 'ktexteditor')
cd "${pkgbase%-git}"/build_k
make DESTDIR="${pkgdir}" install