summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a3a242abbeda..4b35d9425ef1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=cirkuit-kf5-git
pkgver=r406.d9ff4c1
pkgrel=2
-pkgdesc="Small application helping you to create circuit diagrams"
+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')
-optdepends=('dpic' 'gnuplot')
+optdepends=('dpic: improved circuit macros support' 'gnuplot: Gnuplot backend')
makedepends=('git' 'texlive-core' 'automoc4' 'cmake' 'extra-cmake-modules' 'kdesignerplugin')
provides=('cirkuit')
conflicts=('cirkuit')
@@ -48,5 +48,4 @@ package() {
mv ${pkgdir}/usr/lib64/* ${pkgdir}/usr/lib
rmdir ${pkgdir}/usr/lib64
rm -rf ${pkgdir}/usr/share/apps/katepart/syntax/gnuplot.xml
-}
-
+} \ No newline at end of file