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

Andrea Scarpino andrea at archlinux.org
Thu Dec 11 16:10:47 UTC 2014


    Date: Thursday, December 11, 2014 @ 17:10:46
  Author: andrea
Revision: 227537

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

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

----------------------------------------------+
 /PKGBUILD                                    |   80 +++++++++++++++++++++++++
 /pkgbuild-syntax-highlight.patch             |   22 ++++++
 extra-i686/PKGBUILD                          |   41 ------------
 extra-i686/pkgbuild-syntax-highlight.patch   |   11 ---
 extra-x86_64/PKGBUILD                        |   41 ------------
 extra-x86_64/pkgbuild-syntax-highlight.patch |   11 ---
 6 files changed, 102 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-12-11 16:10:37 UTC (rev 227536)
+++ extra-i686/PKGBUILD	2014-12-11 16:10:46 UTC (rev 227537)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=ktexteditor
-pkgver=5.4.0
-pkgrel=2
-pkgdesc='Advanced embeddable text editor'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/ktexteditor'
-license=('LGPL')
-depends=('kparts' 'libgit2')
-makedepends=('extra-cmake-modules')
-groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
-        'pkgbuild-syntax-highlight.patch')
-md5sums=('7237f56db8b953f456ef0a208ef2792a'
-         'cc66f75c967dd7ac7c97375875772d69')
-
-prepare() {
-  mkdir -p build
-
-  cd ${pkgname}-${pkgver}
-  patch -p0 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DLIB_INSTALL_DIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-    -DSYSCONF_INSTALL_DIR=/etc \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ktexteditor/repos/extra-i686/PKGBUILD (from rev 227536, ktexteditor/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-12-11 16:10:46 UTC (rev 227537)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=ktexteditor
+pkgver=5.5.0
+pkgrel=1
+pkgdesc='Advanced embeddable text editor'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/ktexteditor'
+license=('LGPL')
+depends=('kparts' 'libgit2')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
+        'pkgbuild-syntax-highlight.patch')
+md5sums=('e0f30e95e0c63253c4942b10cfb9b26b'
+         'cc66f75c967dd7ac7c97375875772d69')
+
+prepare() {
+  mkdir -p build
+
+  cd ${pkgname}-${pkgver}
+  patch -p0 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/pkgbuild-syntax-highlight.patch
===================================================================
--- extra-i686/pkgbuild-syntax-highlight.patch	2014-12-11 16:10:37 UTC (rev 227536)
+++ extra-i686/pkgbuild-syntax-highlight.patch	2014-12-11 16:10:46 UTC (rev 227537)
@@ -1,11 +0,0 @@
---- src/syntax/data/bash.xml~	2013-06-13 09:46:51.569245577 +0000
-+++ src/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: ktexteditor/repos/extra-i686/pkgbuild-syntax-highlight.patch (from rev 227536, ktexteditor/trunk/pkgbuild-syntax-highlight.patch)
===================================================================
--- extra-i686/pkgbuild-syntax-highlight.patch	                        (rev 0)
+++ extra-i686/pkgbuild-syntax-highlight.patch	2014-12-11 16:10:46 UTC (rev 227537)
@@ -0,0 +1,11 @@
+--- src/syntax/data/bash.xml~	2013-06-13 09:46:51.569245577 +0000
++++ src/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	2014-12-11 16:10:37 UTC (rev 227536)
+++ extra-x86_64/PKGBUILD	2014-12-11 16:10:46 UTC (rev 227537)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=ktexteditor
-pkgver=5.4.0
-pkgrel=2
-pkgdesc='Advanced embeddable text editor'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/ktexteditor'
-license=('LGPL')
-depends=('kparts' 'libgit2')
-makedepends=('extra-cmake-modules')
-groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
-        'pkgbuild-syntax-highlight.patch')
-md5sums=('7237f56db8b953f456ef0a208ef2792a'
-         'cc66f75c967dd7ac7c97375875772d69')
-
-prepare() {
-  mkdir -p build
-
-  cd ${pkgname}-${pkgver}
-  patch -p0 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DLIB_INSTALL_DIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-    -DSYSCONF_INSTALL_DIR=/etc \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ktexteditor/repos/extra-x86_64/PKGBUILD (from rev 227536, ktexteditor/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-12-11 16:10:46 UTC (rev 227537)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=ktexteditor
+pkgver=5.5.0
+pkgrel=1
+pkgdesc='Advanced embeddable text editor'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/ktexteditor'
+license=('LGPL')
+depends=('kparts' 'libgit2')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
+        'pkgbuild-syntax-highlight.patch')
+md5sums=('e0f30e95e0c63253c4942b10cfb9b26b'
+         'cc66f75c967dd7ac7c97375875772d69')
+
+prepare() {
+  mkdir -p build
+
+  cd ${pkgname}-${pkgver}
+  patch -p0 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/pkgbuild-syntax-highlight.patch
===================================================================
--- extra-x86_64/pkgbuild-syntax-highlight.patch	2014-12-11 16:10:37 UTC (rev 227536)
+++ extra-x86_64/pkgbuild-syntax-highlight.patch	2014-12-11 16:10:46 UTC (rev 227537)
@@ -1,11 +0,0 @@
---- src/syntax/data/bash.xml~	2013-06-13 09:46:51.569245577 +0000
-+++ src/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: ktexteditor/repos/extra-x86_64/pkgbuild-syntax-highlight.patch (from rev 227536, ktexteditor/trunk/pkgbuild-syntax-highlight.patch)
===================================================================
--- extra-x86_64/pkgbuild-syntax-highlight.patch	                        (rev 0)
+++ extra-x86_64/pkgbuild-syntax-highlight.patch	2014-12-11 16:10:46 UTC (rev 227537)
@@ -0,0 +1,11 @@
+--- src/syntax/data/bash.xml~	2013-06-13 09:46:51.569245577 +0000
++++ src/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