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

Felix Yan fyan at archlinux.org
Wed Feb 4 09:54:20 UTC 2015


    Date: Wednesday, February 4, 2015 @ 10:54:20
  Author: fyan
Revision: 230739

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

Added:
  katepart4/repos/extra-i686/PKGBUILD
    (from rev 230738, katepart4/trunk/PKGBUILD)
  katepart4/repos/extra-i686/katepart4.install
    (from rev 230738, katepart4/trunk/katepart4.install)
  katepart4/repos/extra-i686/pkgbuild-syntax-highlight.patch
    (from rev 230738, katepart4/trunk/pkgbuild-syntax-highlight.patch)
  katepart4/repos/extra-x86_64/PKGBUILD
    (from rev 230738, katepart4/trunk/PKGBUILD)
  katepart4/repos/extra-x86_64/katepart4.install
    (from rev 230738, katepart4/trunk/katepart4.install)
  katepart4/repos/extra-x86_64/pkgbuild-syntax-highlight.patch
    (from rev 230738, 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                                    |   88 +++++++++++++++++++++++++
 /katepart4.install                           |   22 ++++++
 /pkgbuild-syntax-highlight.patch             |   22 ++++++
 extra-i686/PKGBUILD                          |   41 -----------
 extra-i686/katepart4.install                 |   11 ---
 extra-i686/pkgbuild-syntax-highlight.patch   |   11 ---
 extra-x86_64/PKGBUILD                        |   41 -----------
 extra-x86_64/katepart4.install               |   11 ---
 extra-x86_64/pkgbuild-syntax-highlight.patch |   11 ---
 9 files changed, 132 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-02-04 09:53:35 UTC (rev 230738)
+++ extra-i686/PKGBUILD	2015-02-04 09:54:20 UTC (rev 230739)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname='katepart4'
-pkgver=4.14.3
-pkgrel=2
-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
-}
\ No newline at end of file

Copied: katepart4/repos/extra-i686/PKGBUILD (from rev 230738, katepart4/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-02-04 09:54:20 UTC (rev 230739)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=katepart4
+pkgver=4.14.3
+pkgrel=3
+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
+}

Deleted: extra-i686/katepart4.install
===================================================================
--- extra-i686/katepart4.install	2015-02-04 09:53:35 UTC (rev 230738)
+++ extra-i686/katepart4.install	2015-02-04 09:54:20 UTC (rev 230739)
@@ -1,11 +0,0 @@
-post_install() {
-        xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-        post_install
-}
-
-post_remove() {
-        post_install
-}

Copied: katepart4/repos/extra-i686/katepart4.install (from rev 230738, katepart4/trunk/katepart4.install)
===================================================================
--- extra-i686/katepart4.install	                        (rev 0)
+++ extra-i686/katepart4.install	2015-02-04 09:54:20 UTC (rev 230739)
@@ -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/pkgbuild-syntax-highlight.patch
===================================================================
--- extra-i686/pkgbuild-syntax-highlight.patch	2015-02-04 09:53:35 UTC (rev 230738)
+++ extra-i686/pkgbuild-syntax-highlight.patch	2015-02-04 09:54:20 UTC (rev 230739)
@@ -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 230738, katepart4/trunk/pkgbuild-syntax-highlight.patch)
===================================================================
--- extra-i686/pkgbuild-syntax-highlight.patch	                        (rev 0)
+++ extra-i686/pkgbuild-syntax-highlight.patch	2015-02-04 09:54:20 UTC (rev 230739)
@@ -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	2015-02-04 09:53:35 UTC (rev 230738)
+++ extra-x86_64/PKGBUILD	2015-02-04 09:54:20 UTC (rev 230739)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname='katepart4'
-pkgver=4.14.3
-pkgrel=2
-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
-}
\ No newline at end of file

Copied: katepart4/repos/extra-x86_64/PKGBUILD (from rev 230738, katepart4/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-02-04 09:54:20 UTC (rev 230739)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=katepart4
+pkgver=4.14.3
+pkgrel=3
+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
+}

Deleted: extra-x86_64/katepart4.install
===================================================================
--- extra-x86_64/katepart4.install	2015-02-04 09:53:35 UTC (rev 230738)
+++ extra-x86_64/katepart4.install	2015-02-04 09:54:20 UTC (rev 230739)
@@ -1,11 +0,0 @@
-post_install() {
-        xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-        post_install
-}
-
-post_remove() {
-        post_install
-}

Copied: katepart4/repos/extra-x86_64/katepart4.install (from rev 230738, katepart4/trunk/katepart4.install)
===================================================================
--- extra-x86_64/katepart4.install	                        (rev 0)
+++ extra-x86_64/katepart4.install	2015-02-04 09:54:20 UTC (rev 230739)
@@ -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/pkgbuild-syntax-highlight.patch
===================================================================
--- extra-x86_64/pkgbuild-syntax-highlight.patch	2015-02-04 09:53:35 UTC (rev 230738)
+++ extra-x86_64/pkgbuild-syntax-highlight.patch	2015-02-04 09:54:20 UTC (rev 230739)
@@ -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 230738, katepart4/trunk/pkgbuild-syntax-highlight.patch)
===================================================================
--- extra-x86_64/pkgbuild-syntax-highlight.patch	                        (rev 0)
+++ extra-x86_64/pkgbuild-syntax-highlight.patch	2015-02-04 09:54:20 UTC (rev 230739)
@@ -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