summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierpaolo Valerio2018-01-03 14:45:11 +0100
committerPierpaolo Valerio2018-01-03 14:45:11 +0100
commitf9d60867bde310c89756d1f07e03c0ac66984512 (patch)
treeefb04a24573419a488a172beffeeeba1f1bcafdb
parentae02ff323933fb739e5245e4ff58a2f9af9635bd (diff)
downloadaur-f9d60867bde310c89756d1f07e03c0ac66984512.tar.gz
Added kdoctools as a dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a0e4902efe9..0235ef130459 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cirkuit-kf5-git
pkgdesc = KDE interface for LaTeX graphic tools (such as TikZ, Gnuplot, Circuit Macros) to produce publication-ready pictures
pkgver = r406.d9ff4c1
- pkgrel = 2
+ pkgrel = 3
url = git://anongit.kde.org/cirkuit.git
arch = i686
arch = x86_64
@@ -21,6 +21,7 @@ pkgbase = cirkuit-kf5-git
depends = ktexteditor
depends = kdelibs4support
depends = hicolor-icon-theme
+ depends = kdoctools
optdepends = dpic: improved circuit macros support
optdepends = gnuplot: Gnuplot backend
provides = cirkuit
diff --git a/PKGBUILD b/PKGBUILD
index 4b35d9425ef1..e430dfdb53bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Pierpaolo Valerio <gondsman@techgeek.co.in>
pkgname=cirkuit-kf5-git
pkgver=r406.d9ff4c1
-pkgrel=2
+pkgrel=3
pkgdesc="KDE interface for LaTeX graphic tools (such as TikZ, Gnuplot, Circuit Macros) to produce publication-ready pictures"
arch=('i686' 'x86_64')
url="git://anongit.kde.org/cirkuit.git"
license=('GPL')
-depends=('poppler-qt5' 'm4' 'ghostscript' 'texlive-pstricks' 'netpbm' 'knewstuff' 'ktexteditor' 'kdelibs4support' 'hicolor-icon-theme')
+depends=('poppler-qt5' 'm4' 'ghostscript' 'texlive-pstricks' 'netpbm' 'knewstuff' 'ktexteditor' 'kdelibs4support' 'hicolor-icon-theme' 'kdoctools')
optdepends=('dpic: improved circuit macros support' 'gnuplot: Gnuplot backend')
makedepends=('git' 'texlive-core' 'automoc4' 'cmake' 'extra-cmake-modules' 'kdesignerplugin')
provides=('cirkuit')