Date: Monday, March 31, 2014 @ 12:10:16
  Author: svenstaro
Revision: 209382

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

Added:
  kdesdk-kate/repos/extra-i686/PKGBUILD
    (from rev 209381, kdesdk-kate/trunk/PKGBUILD)
  kdesdk-kate/repos/extra-i686/kdebase-katepart.install
    (from rev 209381, kdesdk-kate/trunk/kdebase-katepart.install)
  kdesdk-kate/repos/extra-i686/kdebase-kwrite.install
    (from rev 209381, kdesdk-kate/trunk/kdebase-kwrite.install)
  kdesdk-kate/repos/extra-i686/kdesdk-kate.install
    (from rev 209381, kdesdk-kate/trunk/kdesdk-kate.install)
  kdesdk-kate/repos/extra-i686/pkgbuild-syntax-highlight.patch
    (from rev 209381, kdesdk-kate/trunk/pkgbuild-syntax-highlight.patch)
  kdesdk-kate/repos/extra-x86_64/PKGBUILD
    (from rev 209381, kdesdk-kate/trunk/PKGBUILD)
  kdesdk-kate/repos/extra-x86_64/kdebase-katepart.install
    (from rev 209381, kdesdk-kate/trunk/kdebase-katepart.install)
  kdesdk-kate/repos/extra-x86_64/kdebase-kwrite.install
    (from rev 209381, kdesdk-kate/trunk/kdebase-kwrite.install)
  kdesdk-kate/repos/extra-x86_64/kdesdk-kate.install
    (from rev 209381, kdesdk-kate/trunk/kdesdk-kate.install)
  kdesdk-kate/repos/extra-x86_64/pkgbuild-syntax-highlight.patch
    (from rev 209381, kdesdk-kate/trunk/pkgbuild-syntax-highlight.patch)
Deleted:
  kdesdk-kate/repos/extra-i686/PKGBUILD
  kdesdk-kate/repos/extra-i686/kdebase-katepart.install
  kdesdk-kate/repos/extra-i686/kdebase-kwrite.install
  kdesdk-kate/repos/extra-i686/kdesdk-kate.install
  kdesdk-kate/repos/extra-i686/pkgbuild-syntax-highlight.patch
  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                                    |  150 +++++++++++++++++++++++++
 /kdebase-katepart.install                    |   22 +++
 /kdebase-kwrite.install                      |   24 ++++
 /kdesdk-kate.install                         |   26 ++++
 /pkgbuild-syntax-highlight.patch             |   22 +++
 extra-i686/PKGBUILD                          |   75 ------------
 extra-i686/kdebase-katepart.install          |   11 -
 extra-i686/kdebase-kwrite.install            |   12 --
 extra-i686/kdesdk-kate.install               |   13 --
 extra-i686/pkgbuild-syntax-highlight.patch   |   11 -
 extra-x86_64/PKGBUILD                        |   75 ------------
 extra-x86_64/kdebase-katepart.install        |   11 -
 extra-x86_64/kdebase-kwrite.install          |   12 --
 extra-x86_64/kdesdk-kate.install             |   13 --
 extra-x86_64/pkgbuild-syntax-highlight.patch |   11 -
 15 files changed, 244 insertions(+), 244 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2014-03-31 10:10:04 UTC (rev 209381)
+++ extra-i686/PKGBUILD 2014-03-31 10:10:16 UTC (rev 209382)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <[email protected]>
-
-pkgbase=kdesdk-kate
-pkgname=('kdebase-katepart'
-         'kdebase-kwrite'
-         'kdesdk-kate')
-pkgver=4.12.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=('f429a4e8447a2e53118cbc4182ff8a9d47cc00eb'
-          '80c324c9db81c07a02374e7a092d75e0bdd6b4ea')
-
-prepare() {
-  mkdir build
-
-  cd kate-${pkgver}
-  patch -p1 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
-}
-
-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
-
-  cd ../../../build/addons
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdesdk-kate/repos/extra-i686/PKGBUILD (from rev 209381, 
kdesdk-kate/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD                         (rev 0)
+++ extra-i686/PKGBUILD 2014-03-31 10:10:16 UTC (rev 209382)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Andrea Scarpino <[email protected]>
+
+pkgbase=kdesdk-kate
+pkgname=('kdebase-katepart'
+         'kdebase-kwrite'
+         'kdesdk-kate')
+pkgver=4.12.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=('f429a4e8447a2e53118cbc4182ff8a9d47cc00eb'
+          '80c324c9db81c07a02374e7a092d75e0bdd6b4ea')
+
+prepare() {
+  mkdir build
+
+  cd kate-${pkgver}
+  patch -p1 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
+}
+
+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
+
+  cd ../../../build/addons
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdebase-katepart.install
===================================================================
--- extra-i686/kdebase-katepart.install 2014-03-31 10:10:04 UTC (rev 209381)
+++ extra-i686/kdebase-katepart.install 2014-03-31 10:10:16 UTC (rev 209382)
@@ -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-i686/kdebase-katepart.install (from rev 209381, 
kdesdk-kate/trunk/kdebase-katepart.install)
===================================================================
--- extra-i686/kdebase-katepart.install                         (rev 0)
+++ extra-i686/kdebase-katepart.install 2014-03-31 10:10:16 UTC (rev 209382)
@@ -0,0 +1,11 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Deleted: extra-i686/kdebase-kwrite.install
===================================================================
--- extra-i686/kdebase-kwrite.install   2014-03-31 10:10:04 UTC (rev 209381)
+++ extra-i686/kdebase-kwrite.install   2014-03-31 10:10:16 UTC (rev 209382)
@@ -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-i686/kdebase-kwrite.install (from rev 209381, 
kdesdk-kate/trunk/kdebase-kwrite.install)
===================================================================
--- extra-i686/kdebase-kwrite.install                           (rev 0)
+++ extra-i686/kdebase-kwrite.install   2014-03-31 10:10:16 UTC (rev 209382)
@@ -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: extra-i686/kdesdk-kate.install
===================================================================
--- extra-i686/kdesdk-kate.install      2014-03-31 10:10:04 UTC (rev 209381)
+++ extra-i686/kdesdk-kate.install      2014-03-31 10:10:16 UTC (rev 209382)
@@ -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-i686/kdesdk-kate.install (from rev 209381, 
kdesdk-kate/trunk/kdesdk-kate.install)
===================================================================
--- extra-i686/kdesdk-kate.install                              (rev 0)
+++ extra-i686/kdesdk-kate.install      2014-03-31 10:10:16 UTC (rev 209382)
@@ -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: extra-i686/pkgbuild-syntax-highlight.patch
===================================================================
--- extra-i686/pkgbuild-syntax-highlight.patch  2014-03-31 10:10:04 UTC (rev 
209381)
+++ extra-i686/pkgbuild-syntax-highlight.patch  2014-03-31 10:10:16 UTC (rev 
209382)
@@ -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_@.&#37;*?+-]|\\ )">     <!-- 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 ([email protected])" 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 ([email protected])" license="LGPL">
- 
- <!-- (c) 2004 by Wilbert Berendsen ([email protected])
-     Changes by Matthew Woehlke ([email protected])

Copied: kdesdk-kate/repos/extra-i686/pkgbuild-syntax-highlight.patch (from rev 
209381, kdesdk-kate/trunk/pkgbuild-syntax-highlight.patch)
===================================================================
--- extra-i686/pkgbuild-syntax-highlight.patch                          (rev 0)
+++ extra-i686/pkgbuild-syntax-highlight.patch  2014-03-31 10:10:16 UTC (rev 
209382)
@@ -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_@.&#37;*?+-]|\\ )">     <!-- 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 ([email protected])" 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 ([email protected])" license="LGPL">
+ 
+ <!-- (c) 2004 by Wilbert Berendsen ([email protected])
+     Changes by Matthew Woehlke ([email protected])

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD       2014-03-31 10:10:04 UTC (rev 209381)
+++ extra-x86_64/PKGBUILD       2014-03-31 10:10:16 UTC (rev 209382)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <[email protected]>
-
-pkgbase=kdesdk-kate
-pkgname=('kdebase-katepart'
-         'kdebase-kwrite'
-         'kdesdk-kate')
-pkgver=4.12.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=('f429a4e8447a2e53118cbc4182ff8a9d47cc00eb'
-          '80c324c9db81c07a02374e7a092d75e0bdd6b4ea')
-
-prepare() {
-  mkdir build
-
-  cd kate-${pkgver}
-  patch -p1 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
-}
-
-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
-
-  cd ../../../build/addons
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdesdk-kate/repos/extra-x86_64/PKGBUILD (from rev 209381, 
kdesdk-kate/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD                               (rev 0)
+++ extra-x86_64/PKGBUILD       2014-03-31 10:10:16 UTC (rev 209382)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Andrea Scarpino <[email protected]>
+
+pkgbase=kdesdk-kate
+pkgname=('kdebase-katepart'
+         'kdebase-kwrite'
+         'kdesdk-kate')
+pkgver=4.12.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=('f429a4e8447a2e53118cbc4182ff8a9d47cc00eb'
+          '80c324c9db81c07a02374e7a092d75e0bdd6b4ea')
+
+prepare() {
+  mkdir build
+
+  cd kate-${pkgver}
+  patch -p1 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
+}
+
+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
+
+  cd ../../../build/addons
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/kdebase-katepart.install
===================================================================
--- extra-x86_64/kdebase-katepart.install       2014-03-31 10:10:04 UTC (rev 
209381)
+++ extra-x86_64/kdebase-katepart.install       2014-03-31 10:10:16 UTC (rev 
209382)
@@ -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 
209381, kdesdk-kate/trunk/kdebase-katepart.install)
===================================================================
--- extra-x86_64/kdebase-katepart.install                               (rev 0)
+++ extra-x86_64/kdebase-katepart.install       2014-03-31 10:10:16 UTC (rev 
209382)
@@ -0,0 +1,11 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Deleted: extra-x86_64/kdebase-kwrite.install
===================================================================
--- extra-x86_64/kdebase-kwrite.install 2014-03-31 10:10:04 UTC (rev 209381)
+++ extra-x86_64/kdebase-kwrite.install 2014-03-31 10:10:16 UTC (rev 209382)
@@ -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 209381, 
kdesdk-kate/trunk/kdebase-kwrite.install)
===================================================================
--- extra-x86_64/kdebase-kwrite.install                         (rev 0)
+++ extra-x86_64/kdebase-kwrite.install 2014-03-31 10:10:16 UTC (rev 209382)
@@ -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: extra-x86_64/kdesdk-kate.install
===================================================================
--- extra-x86_64/kdesdk-kate.install    2014-03-31 10:10:04 UTC (rev 209381)
+++ extra-x86_64/kdesdk-kate.install    2014-03-31 10:10:16 UTC (rev 209382)
@@ -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 209381, 
kdesdk-kate/trunk/kdesdk-kate.install)
===================================================================
--- extra-x86_64/kdesdk-kate.install                            (rev 0)
+++ extra-x86_64/kdesdk-kate.install    2014-03-31 10:10:16 UTC (rev 209382)
@@ -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: extra-x86_64/pkgbuild-syntax-highlight.patch
===================================================================
--- extra-x86_64/pkgbuild-syntax-highlight.patch        2014-03-31 10:10:04 UTC 
(rev 209381)
+++ extra-x86_64/pkgbuild-syntax-highlight.patch        2014-03-31 10:10:16 UTC 
(rev 209382)
@@ -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_@.&#37;*?+-]|\\ )">     <!-- 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 ([email protected])" 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 ([email protected])" license="LGPL">
- 
- <!-- (c) 2004 by Wilbert Berendsen ([email protected])
-     Changes by Matthew Woehlke ([email protected])

Copied: kdesdk-kate/repos/extra-x86_64/pkgbuild-syntax-highlight.patch (from 
rev 209381, kdesdk-kate/trunk/pkgbuild-syntax-highlight.patch)
===================================================================
--- extra-x86_64/pkgbuild-syntax-highlight.patch                                
(rev 0)
+++ extra-x86_64/pkgbuild-syntax-highlight.patch        2014-03-31 10:10:16 UTC 
(rev 209382)
@@ -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_@.&#37;*?+-]|\\ )">     <!-- 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 ([email protected])" 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 ([email protected])" license="LGPL">
+ 
+ <!-- (c) 2004 by Wilbert Berendsen ([email protected])
+     Changes by Matthew Woehlke ([email protected])

Reply via email to