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

Antonio Rojas arojas at archlinux.org
Wed Apr 27 20:48:30 UTC 2016


    Date: Wednesday, April 27, 2016 @ 22:48:30
  Author: arojas
Revision: 172187

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

Added:
  ktikz/repos/community-i686/PKGBUILD
    (from rev 172186, ktikz/trunk/PKGBUILD)
  ktikz/repos/community-x86_64/PKGBUILD
    (from rev 172186, ktikz/trunk/PKGBUILD)
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                      |   68 +++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD        |   35 --------------------
 community-i686/ktikz.install   |   14 --------
 community-x86_64/PKGBUILD      |   35 --------------------
 community-x86_64/ktikz.install |   14 --------
 5 files changed, 68 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-27 20:47:53 UTC (rev 172186)
+++ community-i686/PKGBUILD	2016-04-27 20:48:30 UTC (rev 172187)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: 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=8
-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-qt4' 'kdebase-runtime')
-makedepends=('automoc4' 'cmake' 'docbook-xml')
-install=$pkgname.install
-source=("https://launchpad.net/ubuntu/+archive/primary/+files/ktikz_$pkgver.orig.tar.gz")
-md5sums=('e8f0826cba2447250bcdcd389a71a2ac')
-
-prepare() {
-# Fix build
-  sed -e 's|\\\\\\||g' -i ktikz/app/CMakeLists.txt
-}
-
-build() {
-  cd $pkgname
-
-  cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: ktikz/repos/community-i686/PKGBUILD (from rev 172186, ktikz/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-27 20:48:30 UTC (rev 172187)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: 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=9
+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-qt4' 'kdebase-runtime')
+makedepends=('automoc4' 'cmake' 'docbook-xml')
+source=("https://launchpad.net/ubuntu/+archive/primary/+files/ktikz_$pkgver.orig.tar.gz")
+md5sums=('e8f0826cba2447250bcdcd389a71a2ac')
+
+prepare() {
+# Fix build
+  sed -e 's|\\\\\\||g' -i ktikz/app/CMakeLists.txt
+}
+
+build() {
+  cd $pkgname
+
+  cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/ktikz.install
===================================================================
--- community-i686/ktikz.install	2016-04-27 20:47:53 UTC (rev 172186)
+++ community-i686/ktikz.install	2016-04-27 20:48:30 UTC (rev 172187)
@@ -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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-27 20:47:53 UTC (rev 172186)
+++ community-x86_64/PKGBUILD	2016-04-27 20:48:30 UTC (rev 172187)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: 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=8
-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-qt4' 'kdebase-runtime')
-makedepends=('automoc4' 'cmake' 'docbook-xml')
-install=$pkgname.install
-source=("https://launchpad.net/ubuntu/+archive/primary/+files/ktikz_$pkgver.orig.tar.gz")
-md5sums=('e8f0826cba2447250bcdcd389a71a2ac')
-
-prepare() {
-# Fix build
-  sed -e 's|\\\\\\||g' -i ktikz/app/CMakeLists.txt
-}
-
-build() {
-  cd $pkgname
-
-  cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: ktikz/repos/community-x86_64/PKGBUILD (from rev 172186, ktikz/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-27 20:48:30 UTC (rev 172187)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: 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=9
+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-qt4' 'kdebase-runtime')
+makedepends=('automoc4' 'cmake' 'docbook-xml')
+source=("https://launchpad.net/ubuntu/+archive/primary/+files/ktikz_$pkgver.orig.tar.gz")
+md5sums=('e8f0826cba2447250bcdcd389a71a2ac')
+
+prepare() {
+# Fix build
+  sed -e 's|\\\\\\||g' -i ktikz/app/CMakeLists.txt
+}
+
+build() {
+  cd $pkgname
+
+  cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/ktikz.install
===================================================================
--- community-x86_64/ktikz.install	2016-04-27 20:47:53 UTC (rev 172186)
+++ community-x86_64/ktikz.install	2016-04-27 20:48:30 UTC (rev 172187)
@@ -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:



More information about the arch-commits mailing list