[arch-commits] Commit in ktikz/repos (8 files)

Felix Yan fyan at archlinux.org
Mon Aug 11 10:49:11 UTC 2014


    Date: Monday, August 11, 2014 @ 12:49:11
  Author: fyan
Revision: 117149

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ktikz/repos/community-i686/PKGBUILD
    (from rev 117148, ktikz/trunk/PKGBUILD)
  ktikz/repos/community-i686/ktikz.install
    (from rev 117148, ktikz/trunk/ktikz.install)
  ktikz/repos/community-x86_64/PKGBUILD
    (from rev 117148, ktikz/trunk/PKGBUILD)
  ktikz/repos/community-x86_64/ktikz.install
    (from rev 117148, ktikz/trunk/ktikz.install)
Deleted:
  ktikz/repos/community-i686/PKGBUILD
  ktikz/repos/community-i686/ktikz.install
  ktikz/repos/community-x86_64/PKGBUILD
  ktikz/repos/community-x86_64/ktikz.install

--------------------------------+
 /PKGBUILD                      |   56 +++++++++++++++++++++++++++++++++++++++
 /ktikz.install                 |   28 +++++++++++++++++++
 community-i686/PKGBUILD        |   27 ------------------
 community-i686/ktikz.install   |   14 ---------
 community-x86_64/PKGBUILD      |   28 -------------------
 community-x86_64/ktikz.install |   14 ---------
 6 files changed, 84 insertions(+), 83 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-08-11 10:45:38 UTC (rev 117148)
+++ community-i686/PKGBUILD	2014-08-11 10:49:11 UTC (rev 117149)
@@ -1,27 +0,0 @@
-# Maintainer: Peter Lewis <plewis at aur.archlinux.org>
-# Contributor: linuxSEAT <--put_my_name_here-- at 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
-}

Copied: ktikz/repos/community-i686/PKGBUILD (from rev 117148, ktikz/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-08-11 10:49:11 UTC (rev 117149)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Peter Lewis <plewis at aur.archlinux.org>
+# Contributor: linuxSEAT <--put_my_name_here-- at gmail.com>
+# Contributor: Le_J <clej37 at gmail dot com>
+
+pkgname=ktikz
+pkgver=0.10
+pkgrel=5
+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=("https://launchpad.net/ubuntu/+archive/primary/+files/ktikz_$pkgver.orig.tar.gz")
+md5sums=('e8f0826cba2447250bcdcd389a71a2ac')
+
+build() {
+  cd "$srcdir"/"$pkgname"
+
+  cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
+  make
+}
+
+package() {
+  cd "$srcdir"/"$pkgname"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/ktikz.install
===================================================================
--- community-i686/ktikz.install	2014-08-11 10:45:38 UTC (rev 117148)
+++ community-i686/ktikz.install	2014-08-11 10:49:11 UTC (rev 117149)
@@ -1,14 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor > /dev/null
-  update-mime-database /usr/share/mime > /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ktikz/repos/community-i686/ktikz.install (from rev 117148, ktikz/trunk/ktikz.install)
===================================================================
--- community-i686/ktikz.install	                        (rev 0)
+++ community-i686/ktikz.install	2014-08-11 10:49:11 UTC (rev 117149)
@@ -0,0 +1,14 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor > /dev/null
+  update-mime-database /usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-08-11 10:45:38 UTC (rev 117148)
+++ community-x86_64/PKGBUILD	2014-08-11 10:49:11 UTC (rev 117149)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Peter Lewis <plewis at aur.archlinux.org>
-# Contributor: linuxSEAT <--put_my_name_here-- at gmail.com>
-# Contributor: Le_J <clej37 at gmail dot com>
-
-pkgname=ktikz
-pkgver=0.10
-pkgrel=5
-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=("https://launchpad.net/ubuntu/+archive/primary/+files/ktikz_$pkgver.orig.tar.gz")
-md5sums=('e8f0826cba2447250bcdcd389a71a2ac')
-
-build() {
-  cd "$srcdir"/"$pkgname"
-
-  cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
-  make
-}
-
-package() {
-  cd "$srcdir"/"$pkgname"
-  make DESTDIR="$pkgdir" install
-}

Copied: ktikz/repos/community-x86_64/PKGBUILD (from rev 117148, ktikz/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-08-11 10:49:11 UTC (rev 117149)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Peter Lewis <plewis at aur.archlinux.org>
+# Contributor: linuxSEAT <--put_my_name_here-- at gmail.com>
+# Contributor: Le_J <clej37 at gmail dot com>
+
+pkgname=ktikz
+pkgver=0.10
+pkgrel=5
+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=("https://launchpad.net/ubuntu/+archive/primary/+files/ktikz_$pkgver.orig.tar.gz")
+md5sums=('e8f0826cba2447250bcdcd389a71a2ac')
+
+build() {
+  cd "$srcdir"/"$pkgname"
+
+  cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
+  make
+}
+
+package() {
+  cd "$srcdir"/"$pkgname"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/ktikz.install
===================================================================
--- community-x86_64/ktikz.install	2014-08-11 10:45:38 UTC (rev 117148)
+++ community-x86_64/ktikz.install	2014-08-11 10:49:11 UTC (rev 117149)
@@ -1,14 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor > /dev/null
-  update-mime-database /usr/share/mime > /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ktikz/repos/community-x86_64/ktikz.install (from rev 117148, ktikz/trunk/ktikz.install)
===================================================================
--- community-x86_64/ktikz.install	                        (rev 0)
+++ community-x86_64/ktikz.install	2014-08-11 10:49:11 UTC (rev 117149)
@@ -0,0 +1,14 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor > /dev/null
+  update-mime-database /usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list