summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO23
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD30
3 files changed, 13 insertions, 44 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f3e55adee4f..709789649528 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,24 +1,7 @@
pkgbase = cirkuit
- pkgdesc = Cirkuit is a KDE4 GUI for the Circuit macros by Dwight Aplevich, for drawing high-quality line diagrams to include in TeX, LaTeX, for similar documents.
+ pkgdesc = metapackage - broken; do not use
pkgver = 0.4.3
- pkgrel = 4
- url = http://wwwu.uni-klu.ac.at/magostin/cirkuit.html
- arch = i686
- arch = x86_64
- license = GPL
- makedepends = cmake
- makedepends = automoc4
- depends = kdebase-runtime
- depends = texlive-core
- depends = m4
- depends = ghostscript
- depends = texlive-pstricks
- depends = netpbm
- depends = poppler-qt
- optdepends = dpic: improved circuit macros support
- optdepends = gnuplot: Gnuplot backend
- source = http://wwwu.uni-klu.ac.at/magostin/src/cirkuit-0.4.3.tar.bz2
- md5sums = dccdb6bdb6f1afb99cbebe4780f96b49
+ pkgrel = 6
+ arch = any
pkgname = cirkuit
-
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..018a3de08144
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!PKGBUILD
+!.SRCINFO
+!.gitignore
diff --git a/PKGBUILD b/PKGBUILD
index 44c243b07ff9..b7f455db29d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,30 +1,12 @@
-# Maintainer: (epsilom) Xavier Corredor <xavier.corredor.llano (a) gmail.com>
+# Maintainer:
pkgname=cirkuit
pkgver=0.4.3
-pkgrel=4
-pkgdesc="Cirkuit is a KDE4 GUI for the Circuit macros by Dwight Aplevich, for drawing high-quality line diagrams to include in TeX, LaTeX, for similar documents."
-url="http://wwwu.uni-klu.ac.at/magostin/cirkuit.html"
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('kdebase-runtime' 'texlive-core' 'm4' 'ghostscript' 'texlive-pstricks' 'netpbm' 'poppler-qt')
-makedepends=('cmake' 'automoc4')
-optdepends=('dpic: improved circuit macros support' 'gnuplot: Gnuplot backend')
-source=(http://wwwu.uni-klu.ac.at/magostin/src/$pkgname-$pkgver.tar.bz2)
-md5sums=('dccdb6bdb6f1afb99cbebe4780f96b49')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- rm -rf build
- mkdir build
- cd build
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DQT_QMAKE_EXECUTABLE=qmake4
- make clean
- make
-}
+pkgrel=6
+pkgdesc="metapackage - broken; do not use"
+arch=('any')
package() {
- cd ${srcdir}/${pkgname}-${pkgver}/build
- make DESTDIR=${pkgdir} install
- rm -rf ${pkgdir}/usr/share/apps/katepart/syntax/gnuplot.xml
+ :
}
+