Date: Saturday, January 19, 2013 @ 06:29:51
  Author: andrea
Revision: 175548

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdesdk-kate/repos/kde-unstable-i686/PKGBUILD
    (from rev 175547, kdesdk-kate/kde-unstable/PKGBUILD)
  kdesdk-kate/repos/kde-unstable-i686/kdebase-katepart.install
    (from rev 175547, kdesdk-kate/kde-unstable/kdebase-katepart.install)
  kdesdk-kate/repos/kde-unstable-i686/kdebase-kwrite.install
    (from rev 175547, kdesdk-kate/kde-unstable/kdebase-kwrite.install)
  kdesdk-kate/repos/kde-unstable-i686/kdesdk-kate.install
    (from rev 175547, kdesdk-kate/kde-unstable/kdesdk-kate.install)
  kdesdk-kate/repos/kde-unstable-i686/pkgbuild-syntax-highlight.patch
    (from rev 175547, kdesdk-kate/kde-unstable/pkgbuild-syntax-highlight.patch)
  kdesdk-kate/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 175547, kdesdk-kate/kde-unstable/PKGBUILD)
  kdesdk-kate/repos/kde-unstable-x86_64/kdebase-katepart.install
    (from rev 175547, kdesdk-kate/kde-unstable/kdebase-katepart.install)
  kdesdk-kate/repos/kde-unstable-x86_64/kdebase-kwrite.install
    (from rev 175547, kdesdk-kate/kde-unstable/kdebase-kwrite.install)
  kdesdk-kate/repos/kde-unstable-x86_64/kdesdk-kate.install
    (from rev 175547, kdesdk-kate/kde-unstable/kdesdk-kate.install)
  kdesdk-kate/repos/kde-unstable-x86_64/pkgbuild-syntax-highlight.patch
    (from rev 175547, kdesdk-kate/kde-unstable/pkgbuild-syntax-highlight.patch)
Deleted:
  kdesdk-kate/repos/kde-unstable-i686/PKGBUILD
  kdesdk-kate/repos/kde-unstable-i686/kdebase-katepart.install
  kdesdk-kate/repos/kde-unstable-i686/kdebase-kwrite.install
  kdesdk-kate/repos/kde-unstable-i686/kdesdk-kate.install
  kdesdk-kate/repos/kde-unstable-i686/pkgbuild-syntax-highlight.patch
  kdesdk-kate/repos/kde-unstable-x86_64/PKGBUILD
  kdesdk-kate/repos/kde-unstable-x86_64/kdebase-katepart.install
  kdesdk-kate/repos/kde-unstable-x86_64/kdebase-kwrite.install
  kdesdk-kate/repos/kde-unstable-x86_64/kdesdk-kate.install
  kdesdk-kate/repos/kde-unstable-x86_64/pkgbuild-syntax-highlight.patch

-----------------------------------------------------+
 kde-unstable-i686/PKGBUILD                          |  145 +++++++++---------
 kde-unstable-i686/kdebase-katepart.install          |   22 +-
 kde-unstable-i686/kdebase-kwrite.install            |   24 +-
 kde-unstable-i686/kdesdk-kate.install               |   26 +--
 kde-unstable-i686/pkgbuild-syntax-highlight.patch   |   22 +-
 kde-unstable-x86_64/PKGBUILD                        |  145 +++++++++---------
 kde-unstable-x86_64/kdebase-katepart.install        |   22 +-
 kde-unstable-x86_64/kdebase-kwrite.install          |   24 +-
 kde-unstable-x86_64/kdesdk-kate.install             |   26 +--
 kde-unstable-x86_64/pkgbuild-syntax-highlight.patch |   22 +-
 10 files changed, 240 insertions(+), 238 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD  2013-01-19 11:28:38 UTC (rev 175547)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 11:29:51 UTC (rev 175548)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <[email protected]>
-
-pkgbase=kdesdk-kate
-pkgname=('kdebase-katepart'
-         'kdebase-kwrite'
-         'kdesdk-kate')
-pkgver=4.9.97
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python2')
-source=("http://download.kde.org/unstable/${pkgver}/src/kate-${pkgver}.tar.xz";
-        'pkgbuild-syntax-highlight.patch')
-sha1sums=('d0577bef64b09eadd4792c4371c127c7c4db5fff'
-          'dc70306c507083cf9b4bb1c536858742292fa1bf')
-
-build() {
-  cd kate-${pkgver}
-  patch -p1 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
-  cd ../
-
-  mkdir build
-  cd build
-  cmake ../kate-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DPYTHON_EXECUTABLE=/usr/bin/python2
-  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 ../../
-
-  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-python2: python bindings')
-
-  cd build/kate
-  make DESTDIR="${pkgdir}" install
-  cd ../../
-
-  cd build/doc/kate
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdesdk-kate/repos/kde-unstable-i686/PKGBUILD (from rev 175547, 
kdesdk-kate/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD                          (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 11:29:51 UTC (rev 175548)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Andrea Scarpino <[email protected]>
+
+pkgbase=kdesdk-kate
+pkgname=('kdebase-katepart'
+         'kdebase-kwrite'
+         'kdesdk-kate')
+pkgver=4.9.98
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python2')
+source=("http://download.kde.org/unstable/${pkgver}/src/kate-${pkgver}.tar.xz";
+        'pkgbuild-syntax-highlight.patch')
+sha1sums=('906280b4c88bcd6ee97c95a5cf457f0edaf4f4f9'
+          'dc70306c507083cf9b4bb1c536858742292fa1bf')
+
+build() {
+  cd kate-${pkgver}
+  patch -p1 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
+  cd ../
+
+  mkdir build
+  cd build
+  cmake ../kate-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DPYTHON_EXECUTABLE=/usr/bin/python2
+  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 ../../
+
+  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-python2: python bindings')
+
+  cd build/kate
+  make DESTDIR="${pkgdir}" install
+  cd ../../
+
+  cd build/doc/kate
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdebase-katepart.install
===================================================================
--- kde-unstable-i686/kdebase-katepart.install  2013-01-19 11:28:38 UTC (rev 
175547)
+++ kde-unstable-i686/kdebase-katepart.install  2013-01-19 11:29:51 UTC (rev 
175548)
@@ -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/kde-unstable-i686/kdebase-katepart.install (from rev 
175547, kdesdk-kate/kde-unstable/kdebase-katepart.install)
===================================================================
--- kde-unstable-i686/kdebase-katepart.install                          (rev 0)
+++ kde-unstable-i686/kdebase-katepart.install  2013-01-19 11:29:51 UTC (rev 
175548)
@@ -0,0 +1,11 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Deleted: kde-unstable-i686/kdebase-kwrite.install
===================================================================
--- kde-unstable-i686/kdebase-kwrite.install    2013-01-19 11:28:38 UTC (rev 
175547)
+++ kde-unstable-i686/kdebase-kwrite.install    2013-01-19 11:29:51 UTC (rev 
175548)
@@ -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/kde-unstable-i686/kdebase-kwrite.install (from rev 
175547, kdesdk-kate/kde-unstable/kdebase-kwrite.install)
===================================================================
--- kde-unstable-i686/kdebase-kwrite.install                            (rev 0)
+++ kde-unstable-i686/kdebase-kwrite.install    2013-01-19 11:29:51 UTC (rev 
175548)
@@ -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: kde-unstable-i686/kdesdk-kate.install
===================================================================
--- kde-unstable-i686/kdesdk-kate.install       2013-01-19 11:28:38 UTC (rev 
175547)
+++ kde-unstable-i686/kdesdk-kate.install       2013-01-19 11:29:51 UTC (rev 
175548)
@@ -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/kde-unstable-i686/kdesdk-kate.install (from rev 
175547, kdesdk-kate/kde-unstable/kdesdk-kate.install)
===================================================================
--- kde-unstable-i686/kdesdk-kate.install                               (rev 0)
+++ kde-unstable-i686/kdesdk-kate.install       2013-01-19 11:29:51 UTC (rev 
175548)
@@ -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: kde-unstable-i686/pkgbuild-syntax-highlight.patch
===================================================================
--- kde-unstable-i686/pkgbuild-syntax-highlight.patch   2013-01-19 11:28:38 UTC 
(rev 175547)
+++ kde-unstable-i686/pkgbuild-syntax-highlight.patch   2013-01-19 11:29:51 UTC 
(rev 175548)
@@ -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_@.&#37;*?+-]|\\ )">     <!-- 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 ([email protected])" 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 ([email protected])" license="LGPL">
- 
- <!-- (c) 2004 by Wilbert Berendsen ([email protected])
-     Changes by Matthew Woehlke ([email protected])

Copied: kdesdk-kate/repos/kde-unstable-i686/pkgbuild-syntax-highlight.patch 
(from rev 175547, kdesdk-kate/kde-unstable/pkgbuild-syntax-highlight.patch)
===================================================================
--- kde-unstable-i686/pkgbuild-syntax-highlight.patch                           
(rev 0)
+++ kde-unstable-i686/pkgbuild-syntax-highlight.patch   2013-01-19 11:29:51 UTC 
(rev 175548)
@@ -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_@.&#37;*?+-]|\\ )">     <!-- 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 ([email protected])" 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 ([email protected])" license="LGPL">
+ 
+ <!-- (c) 2004 by Wilbert Berendsen ([email protected])
+     Changes by Matthew Woehlke ([email protected])

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD        2013-01-19 11:28:38 UTC (rev 175547)
+++ kde-unstable-x86_64/PKGBUILD        2013-01-19 11:29:51 UTC (rev 175548)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <[email protected]>
-
-pkgbase=kdesdk-kate
-pkgname=('kdebase-katepart'
-         'kdebase-kwrite'
-         'kdesdk-kate')
-pkgver=4.9.97
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python2')
-source=("http://download.kde.org/unstable/${pkgver}/src/kate-${pkgver}.tar.xz";
-        'pkgbuild-syntax-highlight.patch')
-sha1sums=('d0577bef64b09eadd4792c4371c127c7c4db5fff'
-          'dc70306c507083cf9b4bb1c536858742292fa1bf')
-
-build() {
-  cd kate-${pkgver}
-  patch -p1 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
-  cd ../
-
-  mkdir build
-  cd build
-  cmake ../kate-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DPYTHON_EXECUTABLE=/usr/bin/python2
-  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 ../../
-
-  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-python2: python bindings')
-
-  cd build/kate
-  make DESTDIR="${pkgdir}" install
-  cd ../../
-
-  cd build/doc/kate
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdesdk-kate/repos/kde-unstable-x86_64/PKGBUILD (from rev 175547, 
kdesdk-kate/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2013-01-19 11:29:51 UTC (rev 175548)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Andrea Scarpino <[email protected]>
+
+pkgbase=kdesdk-kate
+pkgname=('kdebase-katepart'
+         'kdebase-kwrite'
+         'kdesdk-kate')
+pkgver=4.9.98
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python2')
+source=("http://download.kde.org/unstable/${pkgver}/src/kate-${pkgver}.tar.xz";
+        'pkgbuild-syntax-highlight.patch')
+sha1sums=('906280b4c88bcd6ee97c95a5cf457f0edaf4f4f9'
+          'dc70306c507083cf9b4bb1c536858742292fa1bf')
+
+build() {
+  cd kate-${pkgver}
+  patch -p1 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
+  cd ../
+
+  mkdir build
+  cd build
+  cmake ../kate-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DPYTHON_EXECUTABLE=/usr/bin/python2
+  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 ../../
+
+  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-python2: python bindings')
+
+  cd build/kate
+  make DESTDIR="${pkgdir}" install
+  cd ../../
+
+  cd build/doc/kate
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/kdebase-katepart.install
===================================================================
--- kde-unstable-x86_64/kdebase-katepart.install        2013-01-19 11:28:38 UTC 
(rev 175547)
+++ kde-unstable-x86_64/kdebase-katepart.install        2013-01-19 11:29:51 UTC 
(rev 175548)
@@ -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/kde-unstable-x86_64/kdebase-katepart.install (from 
rev 175547, kdesdk-kate/kde-unstable/kdebase-katepart.install)
===================================================================
--- kde-unstable-x86_64/kdebase-katepart.install                                
(rev 0)
+++ kde-unstable-x86_64/kdebase-katepart.install        2013-01-19 11:29:51 UTC 
(rev 175548)
@@ -0,0 +1,11 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Deleted: kde-unstable-x86_64/kdebase-kwrite.install
===================================================================
--- kde-unstable-x86_64/kdebase-kwrite.install  2013-01-19 11:28:38 UTC (rev 
175547)
+++ kde-unstable-x86_64/kdebase-kwrite.install  2013-01-19 11:29:51 UTC (rev 
175548)
@@ -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/kde-unstable-x86_64/kdebase-kwrite.install (from rev 
175547, kdesdk-kate/kde-unstable/kdebase-kwrite.install)
===================================================================
--- kde-unstable-x86_64/kdebase-kwrite.install                          (rev 0)
+++ kde-unstable-x86_64/kdebase-kwrite.install  2013-01-19 11:29:51 UTC (rev 
175548)
@@ -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: kde-unstable-x86_64/kdesdk-kate.install
===================================================================
--- kde-unstable-x86_64/kdesdk-kate.install     2013-01-19 11:28:38 UTC (rev 
175547)
+++ kde-unstable-x86_64/kdesdk-kate.install     2013-01-19 11:29:51 UTC (rev 
175548)
@@ -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/kde-unstable-x86_64/kdesdk-kate.install (from rev 
175547, kdesdk-kate/kde-unstable/kdesdk-kate.install)
===================================================================
--- kde-unstable-x86_64/kdesdk-kate.install                             (rev 0)
+++ kde-unstable-x86_64/kdesdk-kate.install     2013-01-19 11:29:51 UTC (rev 
175548)
@@ -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: kde-unstable-x86_64/pkgbuild-syntax-highlight.patch
===================================================================
--- kde-unstable-x86_64/pkgbuild-syntax-highlight.patch 2013-01-19 11:28:38 UTC 
(rev 175547)
+++ kde-unstable-x86_64/pkgbuild-syntax-highlight.patch 2013-01-19 11:29:51 UTC 
(rev 175548)
@@ -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_@.&#37;*?+-]|\\ )">     <!-- 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 ([email protected])" 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 ([email protected])" license="LGPL">
- 
- <!-- (c) 2004 by Wilbert Berendsen ([email protected])
-     Changes by Matthew Woehlke ([email protected])

Copied: kdesdk-kate/repos/kde-unstable-x86_64/pkgbuild-syntax-highlight.patch 
(from rev 175547, kdesdk-kate/kde-unstable/pkgbuild-syntax-highlight.patch)
===================================================================
--- kde-unstable-x86_64/pkgbuild-syntax-highlight.patch                         
(rev 0)
+++ kde-unstable-x86_64/pkgbuild-syntax-highlight.patch 2013-01-19 11:29:51 UTC 
(rev 175548)
@@ -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_@.&#37;*?+-]|\\ )">     <!-- 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 ([email protected])" 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 ([email protected])" license="LGPL">
+ 
+ <!-- (c) 2004 by Wilbert Berendsen ([email protected])
+     Changes by Matthew Woehlke ([email protected])

Reply via email to