summaryrefslogtreecommitdiff
path: root/community-testing/ktikz/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/ktikz/PKGBUILD')
-rw-r--r--community-testing/ktikz/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/community-testing/ktikz/PKGBUILD b/community-testing/ktikz/PKGBUILD
deleted file mode 100644
index d20dfbdcb..000000000
--- a/community-testing/ktikz/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Maintainer: Peter Lewis <plewis@aur.archlinux.org>
-# Contributor: linuxSEAT <--put_my_name_here--@gmail.com>
-# Contributor: Le_J <clej37 at gmail dot com>
-
-pkgname=ktikz
-pkgver=0.10
-pkgrel=4
-pkgdesc="A small application helping you to create TikZ diagrams (from the LaTeX pgf package)"
-arch=('i686' 'x86_64')
-url="http://www.hackenberger.at/blog/ktikz-editor-for-the-tikz-language/"
-license=("GPL")
-depends=('poppler-qt' 'kdelibs')
-makedepends=('automoc4' 'cmake' 'docbook-xml')
-source=("http://www.hackenberger.at/ktikz/"$pkgname"_"$pkgver".tar.gz")
-md5sums=('e8f0826cba2447250bcdcd389a71a2ac')
-
-build() {
- cd "$srcdir"/"$pkgname"
-
- cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
- make
-}
-
-package() {
- cd "$srcdir"/"$pkgname"
- make DESTDIR="$pkgdir" install
-}