[arch-commits] Commit in kdesdk-kate/repos/extra-x86_64 (10 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Tue Jun 18 14:21:00 UTC 2013


    Date: Tuesday, June 18, 2013 @ 16:20:59
  Author: andrea
Revision: 188716

archrelease: copy trunk to extra-x86_64

Added:
  kdesdk-kate/repos/extra-x86_64/PKGBUILD
    (from rev 188715, kdesdk-kate/trunk/PKGBUILD)
  kdesdk-kate/repos/extra-x86_64/kdebase-katepart.install
    (from rev 188715, kdesdk-kate/trunk/kdebase-katepart.install)
  kdesdk-kate/repos/extra-x86_64/kdebase-kwrite.install
    (from rev 188715, kdesdk-kate/trunk/kdebase-kwrite.install)
  kdesdk-kate/repos/extra-x86_64/kdesdk-kate.install
    (from rev 188715, kdesdk-kate/trunk/kdesdk-kate.install)
  kdesdk-kate/repos/extra-x86_64/pkgbuild-syntax-highlight.patch
    (from rev 188715, kdesdk-kate/trunk/pkgbuild-syntax-highlight.patch)
Deleted:
  kdesdk-kate/repos/extra-x86_64/PKGBUILD
  kdesdk-kate/repos/extra-x86_64/kdebase-katepart.install
  kdesdk-kate/repos/extra-x86_64/kdebase-kwrite.install
  kdesdk-kate/repos/extra-x86_64/kdesdk-kate.install
  kdesdk-kate/repos/extra-x86_64/pkgbuild-syntax-highlight.patch

---------------------------------+
 PKGBUILD                        |  142 +++++++++++++++++++-------------------
 kdebase-katepart.install        |   22 ++---
 kdebase-kwrite.install          |   24 +++---
 kdesdk-kate.install             |   26 +++---
 pkgbuild-syntax-highlight.patch |   22 ++---
 5 files changed, 118 insertions(+), 118 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-18 14:00:23 UTC (rev 188715)
+++ PKGBUILD	2013-06-18 14:20:59 UTC (rev 188716)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgbase=kdesdk-kate
-pkgname=('kdebase-katepart'
-         'kdebase-kwrite'
-         'kdesdk-kate')
-pkgver=4.10.4
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python')
-source=("http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.xz"
-        'pkgbuild-syntax-highlight.patch')
-sha1sums=('167c7bc7f9f83f4017f006e2b4c2a3ec24eb6c9d'
-          'dc70306c507083cf9b4bb1c536858742292fa1bf')
-
-prepare() {
-  cd kate-${pkgver}
-  patch -p1 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
-}
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kate-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package_kdebase-katepart() {
-  pkgdesc="A fast and feature-rich text editor component"
-  depends=('kdelibs')
-  url="http://kate-editor.org/about-katepart/"
-  install='kdebase-katepart.install'
-
-  cd build/part
-  make DESTDIR="${pkgdir}" install
-}
-
-package_kdebase-kwrite() {
-  pkgdesc="Text Editor"
-  depends=('kdebase-runtime' 'kdebase-katepart')
-  groups=('kde' 'kdebase')
-  url="http://www.kde.org/applications/utilities/kwrite/"
-  install='kdebase-kwrite.install'
-
-  cd build/kwrite
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../build/doc/kwrite
-  make DESTDIR="${pkgdir}" install
-}
-
-package_kdesdk-kate() {
-  pkgdesc="Advanced Text Editor"
-  depends=('kdebase-runtime' 'kdebase-katepart' 'qjson')
-  groups=('kde' 'kdesdk')
-  url="http://www.kde.org/applications/utilities/kate/"
-  install='kdesdk-kate.install'
-  optdepends=('kdebase-konsole: open a terminal in Kate'
-              'kdebindings-python: python bindings')
-
-  cd build/kate
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../build/doc/kate
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdesdk-kate/repos/extra-x86_64/PKGBUILD (from rev 188715, kdesdk-kate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-06-18 14:20:59 UTC (rev 188716)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgbase=kdesdk-kate
+pkgname=('kdebase-katepart'
+         'kdebase-kwrite'
+         'kdesdk-kate')
+pkgver=4.10.4
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python')
+source=("http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.xz"
+        'pkgbuild-syntax-highlight.patch')
+sha1sums=('167c7bc7f9f83f4017f006e2b4c2a3ec24eb6c9d'
+          'dc70306c507083cf9b4bb1c536858742292fa1bf')
+
+prepare() {
+  cd kate-${pkgver}
+  patch -p1 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
+}
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kate-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_kdebase-katepart() {
+  pkgdesc="A fast and feature-rich text editor component"
+  depends=('kdelibs')
+  url="http://kate-editor.org/about-katepart/"
+  install='kdebase-katepart.install'
+
+  cd build/part
+  make DESTDIR="${pkgdir}" install
+}
+
+package_kdebase-kwrite() {
+  pkgdesc="Text Editor"
+  depends=('kdebase-runtime' 'kdebase-katepart')
+  groups=('kde' 'kdebase')
+  url="http://www.kde.org/applications/utilities/kwrite/"
+  install='kdebase-kwrite.install'
+
+  cd build/kwrite
+  make DESTDIR="${pkgdir}" install
+
+  cd ../../build/doc/kwrite
+  make DESTDIR="${pkgdir}" install
+}
+
+package_kdesdk-kate() {
+  pkgdesc="Advanced Text Editor"
+  depends=('kdebase-runtime' 'kdebase-katepart' 'qjson')
+  groups=('kde' 'kdesdk')
+  url="http://www.kde.org/applications/utilities/kate/"
+  install='kdesdk-kate.install'
+  optdepends=('kdebase-konsole: open a terminal in Kate'
+              'kdebindings-python: python bindings')
+
+  cd build/kate
+  make DESTDIR="${pkgdir}" install
+
+  cd ../../build/doc/kate
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kdebase-katepart.install
===================================================================
--- kdebase-katepart.install	2013-06-18 14:00:23 UTC (rev 188715)
+++ kdebase-katepart.install	2013-06-18 14:20:59 UTC (rev 188716)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kdesdk-kate/repos/extra-x86_64/kdebase-katepart.install (from rev 188715, kdesdk-kate/trunk/kdebase-katepart.install)
===================================================================
--- kdebase-katepart.install	                        (rev 0)
+++ kdebase-katepart.install	2013-06-18 14:20:59 UTC (rev 188716)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: kdebase-kwrite.install
===================================================================
--- kdebase-kwrite.install	2013-06-18 14:00:23 UTC (rev 188715)
+++ kdebase-kwrite.install	2013-06-18 14:20:59 UTC (rev 188716)
@@ -1,12 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-    update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kdesdk-kate/repos/extra-x86_64/kdebase-kwrite.install (from rev 188715, kdesdk-kate/trunk/kdebase-kwrite.install)
===================================================================
--- kdebase-kwrite.install	                        (rev 0)
+++ kdebase-kwrite.install	2013-06-18 14:20:59 UTC (rev 188716)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: kdesdk-kate.install
===================================================================
--- kdesdk-kate.install	2013-06-18 14:00:23 UTC (rev 188715)
+++ kdesdk-kate.install	2013-06-18 14:20:59 UTC (rev 188716)
@@ -1,13 +0,0 @@
-post_install() {
-    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-    update-desktop-database -q
-    update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: kdesdk-kate/repos/extra-x86_64/kdesdk-kate.install (from rev 188715, kdesdk-kate/trunk/kdesdk-kate.install)
===================================================================
--- kdesdk-kate.install	                        (rev 0)
+++ kdesdk-kate.install	2013-06-18 14:20:59 UTC (rev 188716)
@@ -0,0 +1,13 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+    update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: pkgbuild-syntax-highlight.patch
===================================================================
--- pkgbuild-syntax-highlight.patch	2013-06-18 14:00:23 UTC (rev 188715)
+++ pkgbuild-syntax-highlight.patch	2013-06-18 14:20:59 UTC (rev 188716)
@@ -1,11 +0,0 @@
---- kate-4.9.97/part/syntax/data/bash.xml~	2013-01-04 08:47:46.157286867 +0000
-+++ kate-4.9.97/part/syntax/data/bash.xml	2013-01-04 08:48:06.097144127 +0000
-@@ -8,7 +8,7 @@
-         <!ENTITY noword   "(?![\w$+-])">                <!-- no word, $, + or - following -->
-         <!ENTITY pathpart "([\w_ at .%*?+-]|\\ )">     <!-- valid character in a file name -->
- ]>
--<language name="Bash" version="2.16" kateversion="2.4" section="Scripts" extensions="*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile" mimetype="application/x-shellscript" casesensitive="1" author="Wilbert Berendsen (wilbert at kde.nl)" license="LGPL">
-+<language name="Bash" version="2.16" kateversion="2.4" section="Scripts" extensions="*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile;PKGBUILD" mimetype="application/x-shellscript" casesensitive="1" author="Wilbert Berendsen (wilbert at kde.nl)" license="LGPL">
- 
- <!-- (c) 2004 by Wilbert Berendsen (wilbert at kde.nl)
-     Changes by Matthew Woehlke (mw_triad at users.sourceforge.net)

Copied: kdesdk-kate/repos/extra-x86_64/pkgbuild-syntax-highlight.patch (from rev 188715, kdesdk-kate/trunk/pkgbuild-syntax-highlight.patch)
===================================================================
--- pkgbuild-syntax-highlight.patch	                        (rev 0)
+++ pkgbuild-syntax-highlight.patch	2013-06-18 14:20:59 UTC (rev 188716)
@@ -0,0 +1,11 @@
+--- kate-4.9.97/part/syntax/data/bash.xml~	2013-01-04 08:47:46.157286867 +0000
++++ kate-4.9.97/part/syntax/data/bash.xml	2013-01-04 08:48:06.097144127 +0000
+@@ -8,7 +8,7 @@
+         <!ENTITY noword   "(?![\w$+-])">                <!-- no word, $, + or - following -->
+         <!ENTITY pathpart "([\w_ at .%*?+-]|\\ )">     <!-- valid character in a file name -->
+ ]>
+-<language name="Bash" version="2.16" kateversion="2.4" section="Scripts" extensions="*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile" mimetype="application/x-shellscript" casesensitive="1" author="Wilbert Berendsen (wilbert at kde.nl)" license="LGPL">
++<language name="Bash" version="2.16" kateversion="2.4" section="Scripts" extensions="*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile;PKGBUILD" mimetype="application/x-shellscript" casesensitive="1" author="Wilbert Berendsen (wilbert at kde.nl)" license="LGPL">
+ 
+ <!-- (c) 2004 by Wilbert Berendsen (wilbert at kde.nl)
+     Changes by Matthew Woehlke (mw_triad at users.sourceforge.net)




More information about the arch-commits mailing list