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

Antonio Rojas arojas at archlinux.org
Wed Sep 21 09:13:49 UTC 2016


    Date: Wednesday, September 21, 2016 @ 09:13:49
  Author: arojas
Revision: 276794

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

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

----------------------------------------------+
 /PKGBUILD                                    |   96 +++++++++++++++++++++++++
 /pkgbuild-syntax-highlight.patch             |   22 +++++
 extra-i686/PKGBUILD                          |   43 -----------
 extra-i686/pkgbuild-syntax-highlight.patch   |   11 --
 extra-x86_64/PKGBUILD                        |   43 -----------
 extra-x86_64/pkgbuild-syntax-highlight.patch |   11 --
 6 files changed, 118 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-09-21 09:13:19 UTC (rev 276793)
+++ extra-i686/PKGBUILD	2016-09-21 09:13:49 UTC (rev 276794)
@@ -1,43 +0,0 @@
-# $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
-}

Copied: katepart4/repos/extra-i686/PKGBUILD (from rev 276793, katepart4/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-09-21 09:13:49 UTC (rev 276794)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=katepart4
+pkgver=4.14.3
+pkgrel=6
+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')
+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
+# Don't build kate and plasma addons
+  sed -e '/kate/d' -e '/plasma/d' -i addons/CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake ../kate-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_kate=OFF \
+    -DBUILD_kwrite=OFF \
+    -DBUILD_doc=OFF
+  make
+}
+
+package() {
+  cd build/part
+  make DESTDIR="${pkgdir}" install
+
+  cd ../addons/ktexteditor
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/pkgbuild-syntax-highlight.patch
===================================================================
--- extra-i686/pkgbuild-syntax-highlight.patch	2016-09-21 09:13:19 UTC (rev 276793)
+++ extra-i686/pkgbuild-syntax-highlight.patch	2016-09-21 09:13:49 UTC (rev 276794)
@@ -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 276793, katepart4/trunk/pkgbuild-syntax-highlight.patch)
===================================================================
--- extra-i686/pkgbuild-syntax-highlight.patch	                        (rev 0)
+++ extra-i686/pkgbuild-syntax-highlight.patch	2016-09-21 09:13:49 UTC (rev 276794)
@@ -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-09-21 09:13:19 UTC (rev 276793)
+++ extra-x86_64/PKGBUILD	2016-09-21 09:13:49 UTC (rev 276794)
@@ -1,43 +0,0 @@
-# $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
-}

Copied: katepart4/repos/extra-x86_64/PKGBUILD (from rev 276793, katepart4/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-09-21 09:13:49 UTC (rev 276794)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=katepart4
+pkgver=4.14.3
+pkgrel=6
+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')
+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
+# Don't build kate and plasma addons
+  sed -e '/kate/d' -e '/plasma/d' -i addons/CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake ../kate-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_kate=OFF \
+    -DBUILD_kwrite=OFF \
+    -DBUILD_doc=OFF
+  make
+}
+
+package() {
+  cd build/part
+  make DESTDIR="${pkgdir}" install
+
+  cd ../addons/ktexteditor
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/pkgbuild-syntax-highlight.patch
===================================================================
--- extra-x86_64/pkgbuild-syntax-highlight.patch	2016-09-21 09:13:19 UTC (rev 276793)
+++ extra-x86_64/pkgbuild-syntax-highlight.patch	2016-09-21 09:13:49 UTC (rev 276794)
@@ -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 276793, katepart4/trunk/pkgbuild-syntax-highlight.patch)
===================================================================
--- extra-x86_64/pkgbuild-syntax-highlight.patch	                        (rev 0)
+++ extra-x86_64/pkgbuild-syntax-highlight.patch	2016-09-21 09:13:49 UTC (rev 276794)
@@ -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