summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd76c7609be2..9a0e4902efe9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cirkuit-kf5-git
- 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
pkgver = r406.d9ff4c1
- pkgrel = 1
+ pkgrel = 2
url = git://anongit.kde.org/cirkuit.git
arch = i686
arch = x86_64
@@ -21,8 +21,8 @@ pkgbase = cirkuit-kf5-git
depends = ktexteditor
depends = kdelibs4support
depends = hicolor-icon-theme
- optdepends = dpic
- optdepends = gnuplot
+ optdepends = dpic: improved circuit macros support
+ optdepends = gnuplot: Gnuplot backend
provides = cirkuit
conflicts = cirkuit
options = !makeflags
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