summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierpaolo Valerio2018-03-21 11:02:49 +0100
committerPierpaolo Valerio2018-03-21 11:02:49 +0100
commit962459ef26b0c6a02738467073068db2c9d0d1d6 (patch)
tree34cc01067dd6faa9e470762ba199130b60bf2055
parentf9d60867bde310c89756d1f07e03c0ac66984512 (diff)
downloadaur-962459ef26b0c6a02738467073068db2c9d0d1d6.tar.gz
Updated for the latest git release
-rw-r--r--PKGBUILD12
1 files changed, 3 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e430dfdb53bd..e1c730268347 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pierpaolo Valerio <gondsman@techgeek.co.in>
pkgname=cirkuit-kf5-git
-pkgver=r406.d9ff4c1
-pkgrel=3
+pkgver=r407.c75e966
+pkgrel=1
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"
@@ -22,13 +22,7 @@ pkgver() {
}
prepare() {
- cd "$_gitname"/src/backends
- sed -i 's/SERVICE_TYPES cirkuit_backend.desktop/DEFAULT_SERVICE_TYPE/g' circuitmacros/CMakeLists.txt
- sed -i 's/SERVICE_TYPES cirkuit_backend.desktop/DEFAULT_SERVICE_TYPE/g' gnuplot/CMakeLists.txt
- sed -i 's/SERVICE_TYPES cirkuit_backend.desktop/DEFAULT_SERVICE_TYPE/g' null/CMakeLists.txt
- sed -i 's/SERVICE_TYPES cirkuit_backend.desktop/DEFAULT_SERVICE_TYPE/g' pstricks/CMakeLists.txt
- sed -i 's/SERVICE_TYPES cirkuit_backend.desktop/DEFAULT_SERVICE_TYPE/g' tikz/CMakeLists.txt
- cd ..
+ cd "$_gitname"/src/
sed -i 's/loadFile(filename)/loadFile(KUrl(filename))/g' mainwindow.cpp
}