[arch-commits] Commit in katepart4/repos (10 files)

Felix Yan fyan at archlinux.org
Wed Apr 27 17:34:04 UTC 2016


    Date: Wednesday, April 27, 2016 @ 19:34:04
  Author: fyan
Revision: 266292

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

Added:
  katepart4/repos/extra-i686/PKGBUILD
    (from rev 266291, katepart4/trunk/PKGBUILD)
  katepart4/repos/extra-i686/pkgbuild-syntax-highlight.patch
    (from rev 266291, katepart4/trunk/pkgbuild-syntax-highlight.patch)
  katepart4/repos/extra-x86_64/PKGBUILD
    (from rev 266291, katepart4/trunk/PKGBUILD)
  katepart4/repos/extra-x86_64/pkgbuild-syntax-highlight.patch
    (from rev 266291, katepart4/trunk/pkgbuild-syntax-highlight.patch)
Deleted:
  katepart4/repos/extra-i686/PKGBUILD
  katepart4/repos/extra-i686/katepart4.install
  katepart4/repos/extra-i686/pkgbuild-syntax-highlight.patch
  katepart4/repos/extra-x86_64/PKGBUILD
  katepart4/repos/extra-x86_64/katepart4.install
  katepart4/repos/extra-x86_64/pkgbuild-syntax-highlight.patch

----------------------------------------------+
 /PKGBUILD                                    |   86 +++++++++++++++++++++++++
 /pkgbuild-syntax-highlight.patch             |   22 ++++++
 extra-i686/PKGBUILD                          |   44 ------------
 extra-i686/katepart4.install                 |   11 ---
 extra-i686/pkgbuild-syntax-highlight.patch   |   11 ---
 extra-x86_64/PKGBUILD                        |   44 ------------
 extra-x86_64/katepart4.install               |   11 ---
 extra-x86_64/pkgbuild-syntax-highlight.patch |   11 ---
 8 files changed, 108 insertions(+), 132 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-04-27 17:33:15 UTC (rev 266291)
+++ extra-i686/PKGBUILD	2016-04-27 17:34:04 UTC (rev 266292)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=katepart4
-pkgver=4.14.3
-pkgrel=4
-pkgdesc="A fast and feature-rich text editor component"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-url="http://kate-editor.org/about-katepart/"
-depends=('kdelibs')
-makedepends=('kdelibs' 'cmake' 'automoc4' 'kdebindings-python')
-install=$pkgname.install
-provides=('kdebase-katepart')
-replaces=('kdebase-katepart')
-source=("http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.xz"
-        'pkgbuild-syntax-highlight.patch')
-sha1sums=('da37195e86b5449fcdfe69a3f7df6373a5da900c'
-          '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() {
-  cd build/part
-  make DESTDIR="${pkgdir}" install
-
-  cd ../addons/ktexteditor
-  make DESTDIR="${pkgdir}" install
-}

Copied: katepart4/repos/extra-i686/PKGBUILD (from rev 266291, katepart4/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-04-27 17:34:04 UTC (rev 266292)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=katepart4
+pkgver=4.14.3
+pkgrel=5
+pkgdesc="A fast and feature-rich text editor component"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+url="http://kate-editor.org/about-katepart/"
+depends=('kdelibs')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'kdebindings-python')
+provides=('kdebase-katepart')
+replaces=('kdebase-katepart')
+source=("http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.xz"
+        'pkgbuild-syntax-highlight.patch')
+sha1sums=('da37195e86b5449fcdfe69a3f7df6373a5da900c'
+          '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() {
+  cd build/part
+  make DESTDIR="${pkgdir}" install
+
+  cd ../addons/ktexteditor
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/katepart4.install
===================================================================
--- extra-i686/katepart4.install	2016-04-27 17:33:15 UTC (rev 266291)
+++ extra-i686/katepart4.install	2016-04-27 17:34:04 UTC (rev 266292)
@@ -1,11 +0,0 @@
-post_install() {
-        xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-        post_install
-}
-
-post_remove() {
-        post_install
-}

Deleted: extra-i686/pkgbuild-syntax-highlight.patch
===================================================================
--- extra-i686/pkgbuild-syntax-highlight.patch	2016-04-27 17:33:15 UTC (rev 266291)
+++ extra-i686/pkgbuild-syntax-highlight.patch	2016-04-27 17:34:04 UTC (rev 266292)
@@ -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: katepart4/repos/extra-i686/pkgbuild-syntax-highlight.patch (from rev 266291, katepart4/trunk/pkgbuild-syntax-highlight.patch)
===================================================================
--- extra-i686/pkgbuild-syntax-highlight.patch	                        (rev 0)
+++ extra-i686/pkgbuild-syntax-highlight.patch	2016-04-27 17:34:04 UTC (rev 266292)
@@ -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: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-04-27 17:33:15 UTC (rev 266291)
+++ extra-x86_64/PKGBUILD	2016-04-27 17:34:04 UTC (rev 266292)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=katepart4
-pkgver=4.14.3
-pkgrel=4
-pkgdesc="A fast and feature-rich text editor component"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-url="http://kate-editor.org/about-katepart/"
-depends=('kdelibs')
-makedepends=('kdelibs' 'cmake' 'automoc4' 'kdebindings-python')
-install=$pkgname.install
-provides=('kdebase-katepart')
-replaces=('kdebase-katepart')
-source=("http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.xz"
-        'pkgbuild-syntax-highlight.patch')
-sha1sums=('da37195e86b5449fcdfe69a3f7df6373a5da900c'
-          '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() {
-  cd build/part
-  make DESTDIR="${pkgdir}" install
-
-  cd ../addons/ktexteditor
-  make DESTDIR="${pkgdir}" install
-}

Copied: katepart4/repos/extra-x86_64/PKGBUILD (from rev 266291, katepart4/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-04-27 17:34:04 UTC (rev 266292)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=katepart4
+pkgver=4.14.3
+pkgrel=5
+pkgdesc="A fast and feature-rich text editor component"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+url="http://kate-editor.org/about-katepart/"
+depends=('kdelibs')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'kdebindings-python')
+provides=('kdebase-katepart')
+replaces=('kdebase-katepart')
+source=("http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.xz"
+        'pkgbuild-syntax-highlight.patch')
+sha1sums=('da37195e86b5449fcdfe69a3f7df6373a5da900c'
+          '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() {
+  cd build/part
+  make DESTDIR="${pkgdir}" install
+
+  cd ../addons/ktexteditor
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/katepart4.install
===================================================================
--- extra-x86_64/katepart4.install	2016-04-27 17:33:15 UTC (rev 266291)
+++ extra-x86_64/katepart4.install	2016-04-27 17:34:04 UTC (rev 266292)
@@ -1,11 +0,0 @@
-post_install() {
-        xdg-icon-resource forceupdate --theme hicolor &> /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	2016-04-27 17:33:15 UTC (rev 266291)
+++ extra-x86_64/pkgbuild-syntax-highlight.patch	2016-04-27 17:34:04 UTC (rev 266292)
@@ -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: katepart4/repos/extra-x86_64/pkgbuild-syntax-highlight.patch (from rev 266291, katepart4/trunk/pkgbuild-syntax-highlight.patch)
===================================================================
--- extra-x86_64/pkgbuild-syntax-highlight.patch	                        (rev 0)
+++ extra-x86_64/pkgbuild-syntax-highlight.patch	2016-04-27 17:34:04 UTC (rev 266292)
@@ -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