[arch-commits] Commit in kate/repos (22 files)

Felix Yan fyan at archlinux.org
Sat Jan 17 09:00:51 UTC 2015


    Date: Saturday, January 17, 2015 @ 10:00:50
  Author: fyan
Revision: 229482

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

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

------------------------------------------------+
 /PKGBUILD                                      |  138 +++++++++++++++++++++++
 /kate.install                                  |   26 ++++
 /kdesdk-kate.install                           |   26 ++++
 /kwrite.install                                |   24 ++++
 /pkgbuild-syntax-highlight.patch               |   22 +++
 testing-i686/PKGBUILD                          |   69 -----------
 testing-i686/kate.install                      |   13 --
 testing-i686/katepart.install                  |   11 -
 testing-i686/kdesdk-kate.install               |   13 --
 testing-i686/kwrite.install                    |   12 --
 testing-i686/pkgbuild-syntax-highlight.patch   |   11 -
 testing-x86_64/PKGBUILD                        |   69 -----------
 testing-x86_64/kate.install                    |   13 --
 testing-x86_64/katepart.install                |   11 -
 testing-x86_64/kdesdk-kate.install             |   13 --
 testing-x86_64/kwrite.install                  |   12 --
 testing-x86_64/pkgbuild-syntax-highlight.patch |   11 -
 17 files changed, 236 insertions(+), 258 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2015-01-17 09:00:13 UTC (rev 229481)
+++ testing-i686/PKGBUILD	2015-01-17 09:00:50 UTC (rev 229482)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgbase=kate
-pkgname=('kwrite'
-         'kate')
-pkgver=14.12.1
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('knewstuff' 'ktexteditor' 'plasma-framework' 'threadweaver' 'kinit' 'kitemmodels')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kate-${pkgver}.tar.xz")
-sha1sums=('e7097f07f9876c44e482a88d7fdae0db92aa2359')
-
-prepare() {
-  mkdir build
-
-  cd kate-${pkgver}
-}
-
-build() {
-  cd build
-  cmake ../kate-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DSYSCONF_INSTALL_DIR=/etc \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package_kwrite() {
-  pkgdesc="Text Editor"
-  groups=('kde' 'kdebase')
-  url="http://www.kde.org/applications/utilities/kwrite/"
-  install='kwrite.install'
-  replaces=('kdebase-kwrite')
-  conflicts=('kdebase-kwrite')
-  provides=('kdebase-kwrite')
-
-  cd build/kwrite
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../build/doc/kwrite
-  make DESTDIR="${pkgdir}" install
-}
-
-package_kate() {
-  pkgdesc="Advanced Text Editor"
-  groups=('kde' 'kdesdk')
-  url="http://www.kde.org/applications/utilities/kate/"
-  install='kate.install'
-  replaces=('kdesdk-kate')
-  conflicts=('kdesdk-kate')
-  provides=('kdesdk-kate')
-  optdepends=('konsole: open a terminal in Kate')
-
-  cd build/kate
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../build/doc/kate
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../../build/addons
-  make DESTDIR="${pkgdir}" install
-}

Copied: kate/repos/testing-i686/PKGBUILD (from rev 229481, kate/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-01-17 09:00:50 UTC (rev 229482)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgbase=kate
+pkgname=('kwrite'
+         'kate')
+pkgver=14.12.1
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('knewstuff' 'ktexteditor' 'plasma-framework' 'threadweaver' 'kded' 'kitemmodels')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kate-${pkgver}.tar.xz")
+sha1sums=('e7097f07f9876c44e482a88d7fdae0db92aa2359')
+
+prepare() {
+  mkdir build
+
+  cd kate-${pkgver}
+}
+
+build() {
+  cd build
+  cmake ../kate-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DSYSCONF_INSTALL_DIR=/etc \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package_kwrite() {
+  pkgdesc="Text Editor"
+  groups=('kde' 'kdebase')
+  url="http://www.kde.org/applications/utilities/kwrite/"
+  install='kwrite.install'
+  replaces=('kdebase-kwrite')
+  conflicts=('kdebase-kwrite')
+  provides=('kdebase-kwrite')
+
+  cd build/kwrite
+  make DESTDIR="${pkgdir}" install
+
+  cd ../../build/doc/kwrite
+  make DESTDIR="${pkgdir}" install
+}
+
+package_kate() {
+  pkgdesc="Advanced Text Editor"
+  groups=('kde' 'kdesdk')
+  url="http://www.kde.org/applications/utilities/kate/"
+  install='kate.install'
+  replaces=('kdesdk-kate')
+  conflicts=('kdesdk-kate')
+  provides=('kdesdk-kate')
+  optdepends=('konsole: open a terminal in Kate')
+
+  cd build/kate
+  make DESTDIR="${pkgdir}" install
+
+  cd ../../build/doc/kate
+  make DESTDIR="${pkgdir}" install
+
+  cd ../../../build/addons
+  make DESTDIR="${pkgdir}" install
+}

Deleted: testing-i686/kate.install
===================================================================
--- testing-i686/kate.install	2015-01-17 09:00:13 UTC (rev 229481)
+++ testing-i686/kate.install	2015-01-17 09:00:50 UTC (rev 229482)
@@ -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: kate/repos/testing-i686/kate.install (from rev 229481, kate/trunk/kate.install)
===================================================================
--- testing-i686/kate.install	                        (rev 0)
+++ testing-i686/kate.install	2015-01-17 09:00:50 UTC (rev 229482)
@@ -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: testing-i686/katepart.install
===================================================================
--- testing-i686/katepart.install	2015-01-17 09:00:13 UTC (rev 229481)
+++ testing-i686/katepart.install	2015-01-17 09:00:50 UTC (rev 229482)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Deleted: testing-i686/kdesdk-kate.install
===================================================================
--- testing-i686/kdesdk-kate.install	2015-01-17 09:00:13 UTC (rev 229481)
+++ testing-i686/kdesdk-kate.install	2015-01-17 09:00:50 UTC (rev 229482)
@@ -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: kate/repos/testing-i686/kdesdk-kate.install (from rev 229481, kate/trunk/kdesdk-kate.install)
===================================================================
--- testing-i686/kdesdk-kate.install	                        (rev 0)
+++ testing-i686/kdesdk-kate.install	2015-01-17 09:00:50 UTC (rev 229482)
@@ -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: testing-i686/kwrite.install
===================================================================
--- testing-i686/kwrite.install	2015-01-17 09:00:13 UTC (rev 229481)
+++ testing-i686/kwrite.install	2015-01-17 09:00:50 UTC (rev 229482)
@@ -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: kate/repos/testing-i686/kwrite.install (from rev 229481, kate/trunk/kwrite.install)
===================================================================
--- testing-i686/kwrite.install	                        (rev 0)
+++ testing-i686/kwrite.install	2015-01-17 09:00:50 UTC (rev 229482)
@@ -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: testing-i686/pkgbuild-syntax-highlight.patch
===================================================================
--- testing-i686/pkgbuild-syntax-highlight.patch	2015-01-17 09:00:13 UTC (rev 229481)
+++ testing-i686/pkgbuild-syntax-highlight.patch	2015-01-17 09:00:50 UTC (rev 229482)
@@ -1,11 +0,0 @@
---- kate-4.10.80/part/syntax/data/bash.xml~	2013-06-13 09:46:51.569245577 +0000
-+++ kate-4.10.80/part/syntax/data/bash.xml	2013-06-13 09:47:31.745637790 +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.17" 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.17" 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: kate/repos/testing-i686/pkgbuild-syntax-highlight.patch (from rev 229481, kate/trunk/pkgbuild-syntax-highlight.patch)
===================================================================
--- testing-i686/pkgbuild-syntax-highlight.patch	                        (rev 0)
+++ testing-i686/pkgbuild-syntax-highlight.patch	2015-01-17 09:00:50 UTC (rev 229482)
@@ -0,0 +1,11 @@
+--- kate-4.10.80/part/syntax/data/bash.xml~	2013-06-13 09:46:51.569245577 +0000
++++ kate-4.10.80/part/syntax/data/bash.xml	2013-06-13 09:47:31.745637790 +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.17" 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.17" 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)

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2015-01-17 09:00:13 UTC (rev 229481)
+++ testing-x86_64/PKGBUILD	2015-01-17 09:00:50 UTC (rev 229482)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgbase=kate
-pkgname=('kwrite'
-         'kate')
-pkgver=14.12.1
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('knewstuff' 'ktexteditor' 'plasma-framework' 'threadweaver' 'kinit' 'kitemmodels')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kate-${pkgver}.tar.xz")
-sha1sums=('e7097f07f9876c44e482a88d7fdae0db92aa2359')
-
-prepare() {
-  mkdir build
-
-  cd kate-${pkgver}
-}
-
-build() {
-  cd build
-  cmake ../kate-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DSYSCONF_INSTALL_DIR=/etc \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package_kwrite() {
-  pkgdesc="Text Editor"
-  groups=('kde' 'kdebase')
-  url="http://www.kde.org/applications/utilities/kwrite/"
-  install='kwrite.install'
-  replaces=('kdebase-kwrite')
-  conflicts=('kdebase-kwrite')
-  provides=('kdebase-kwrite')
-
-  cd build/kwrite
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../build/doc/kwrite
-  make DESTDIR="${pkgdir}" install
-}
-
-package_kate() {
-  pkgdesc="Advanced Text Editor"
-  groups=('kde' 'kdesdk')
-  url="http://www.kde.org/applications/utilities/kate/"
-  install='kate.install'
-  replaces=('kdesdk-kate')
-  conflicts=('kdesdk-kate')
-  provides=('kdesdk-kate')
-  optdepends=('konsole: open a terminal in Kate')
-
-  cd build/kate
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../build/doc/kate
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../../build/addons
-  make DESTDIR="${pkgdir}" install
-}

Copied: kate/repos/testing-x86_64/PKGBUILD (from rev 229481, kate/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-01-17 09:00:50 UTC (rev 229482)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgbase=kate
+pkgname=('kwrite'
+         'kate')
+pkgver=14.12.1
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('knewstuff' 'ktexteditor' 'plasma-framework' 'threadweaver' 'kded' 'kitemmodels')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kate-${pkgver}.tar.xz")
+sha1sums=('e7097f07f9876c44e482a88d7fdae0db92aa2359')
+
+prepare() {
+  mkdir build
+
+  cd kate-${pkgver}
+}
+
+build() {
+  cd build
+  cmake ../kate-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DSYSCONF_INSTALL_DIR=/etc \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package_kwrite() {
+  pkgdesc="Text Editor"
+  groups=('kde' 'kdebase')
+  url="http://www.kde.org/applications/utilities/kwrite/"
+  install='kwrite.install'
+  replaces=('kdebase-kwrite')
+  conflicts=('kdebase-kwrite')
+  provides=('kdebase-kwrite')
+
+  cd build/kwrite
+  make DESTDIR="${pkgdir}" install
+
+  cd ../../build/doc/kwrite
+  make DESTDIR="${pkgdir}" install
+}
+
+package_kate() {
+  pkgdesc="Advanced Text Editor"
+  groups=('kde' 'kdesdk')
+  url="http://www.kde.org/applications/utilities/kate/"
+  install='kate.install'
+  replaces=('kdesdk-kate')
+  conflicts=('kdesdk-kate')
+  provides=('kdesdk-kate')
+  optdepends=('konsole: open a terminal in Kate')
+
+  cd build/kate
+  make DESTDIR="${pkgdir}" install
+
+  cd ../../build/doc/kate
+  make DESTDIR="${pkgdir}" install
+
+  cd ../../../build/addons
+  make DESTDIR="${pkgdir}" install
+}

Deleted: testing-x86_64/kate.install
===================================================================
--- testing-x86_64/kate.install	2015-01-17 09:00:13 UTC (rev 229481)
+++ testing-x86_64/kate.install	2015-01-17 09:00:50 UTC (rev 229482)
@@ -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: kate/repos/testing-x86_64/kate.install (from rev 229481, kate/trunk/kate.install)
===================================================================
--- testing-x86_64/kate.install	                        (rev 0)
+++ testing-x86_64/kate.install	2015-01-17 09:00:50 UTC (rev 229482)
@@ -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: testing-x86_64/katepart.install
===================================================================
--- testing-x86_64/katepart.install	2015-01-17 09:00:13 UTC (rev 229481)
+++ testing-x86_64/katepart.install	2015-01-17 09:00:50 UTC (rev 229482)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Deleted: testing-x86_64/kdesdk-kate.install
===================================================================
--- testing-x86_64/kdesdk-kate.install	2015-01-17 09:00:13 UTC (rev 229481)
+++ testing-x86_64/kdesdk-kate.install	2015-01-17 09:00:50 UTC (rev 229482)
@@ -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: kate/repos/testing-x86_64/kdesdk-kate.install (from rev 229481, kate/trunk/kdesdk-kate.install)
===================================================================
--- testing-x86_64/kdesdk-kate.install	                        (rev 0)
+++ testing-x86_64/kdesdk-kate.install	2015-01-17 09:00:50 UTC (rev 229482)
@@ -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: testing-x86_64/kwrite.install
===================================================================
--- testing-x86_64/kwrite.install	2015-01-17 09:00:13 UTC (rev 229481)
+++ testing-x86_64/kwrite.install	2015-01-17 09:00:50 UTC (rev 229482)
@@ -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: kate/repos/testing-x86_64/kwrite.install (from rev 229481, kate/trunk/kwrite.install)
===================================================================
--- testing-x86_64/kwrite.install	                        (rev 0)
+++ testing-x86_64/kwrite.install	2015-01-17 09:00:50 UTC (rev 229482)
@@ -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: testing-x86_64/pkgbuild-syntax-highlight.patch
===================================================================
--- testing-x86_64/pkgbuild-syntax-highlight.patch	2015-01-17 09:00:13 UTC (rev 229481)
+++ testing-x86_64/pkgbuild-syntax-highlight.patch	2015-01-17 09:00:50 UTC (rev 229482)
@@ -1,11 +0,0 @@
---- kate-4.10.80/part/syntax/data/bash.xml~	2013-06-13 09:46:51.569245577 +0000
-+++ kate-4.10.80/part/syntax/data/bash.xml	2013-06-13 09:47:31.745637790 +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.17" 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.17" 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: kate/repos/testing-x86_64/pkgbuild-syntax-highlight.patch (from rev 229481, kate/trunk/pkgbuild-syntax-highlight.patch)
===================================================================
--- testing-x86_64/pkgbuild-syntax-highlight.patch	                        (rev 0)
+++ testing-x86_64/pkgbuild-syntax-highlight.patch	2015-01-17 09:00:50 UTC (rev 229482)
@@ -0,0 +1,11 @@
+--- kate-4.10.80/part/syntax/data/bash.xml~	2013-06-13 09:46:51.569245577 +0000
++++ kate-4.10.80/part/syntax/data/bash.xml	2013-06-13 09:47:31.745637790 +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.17" 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.17" 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