Date: Monday, August 31, 2015 @ 21:56:42 Author: bisson Revision: 245117
db-move: moved ktexteditor from [staging] to [testing] (i686, x86_64) Added: ktexteditor/repos/testing-i686/ ktexteditor/repos/testing-i686/PKGBUILD (from rev 245112, ktexteditor/repos/staging-i686/PKGBUILD) ktexteditor/repos/testing-i686/pkgbuild-syntax-highlight.patch (from rev 245112, ktexteditor/repos/staging-i686/pkgbuild-syntax-highlight.patch) ktexteditor/repos/testing-x86_64/ ktexteditor/repos/testing-x86_64/PKGBUILD (from rev 245112, ktexteditor/repos/staging-x86_64/PKGBUILD) ktexteditor/repos/testing-x86_64/pkgbuild-syntax-highlight.patch (from rev 245112, ktexteditor/repos/staging-x86_64/pkgbuild-syntax-highlight.patch) Deleted: ktexteditor/repos/staging-i686/ ktexteditor/repos/staging-x86_64/ ------------------------------------------------+ testing-i686/PKGBUILD | 41 +++++++++++++++++++++++ testing-i686/pkgbuild-syntax-highlight.patch | 11 ++++++ testing-x86_64/PKGBUILD | 41 +++++++++++++++++++++++ testing-x86_64/pkgbuild-syntax-highlight.patch | 11 ++++++ 4 files changed, 104 insertions(+) Copied: ktexteditor/repos/testing-i686/PKGBUILD (from rev 245112, ktexteditor/repos/staging-i686/PKGBUILD) =================================================================== --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-08-31 19:56:42 UTC (rev 245117) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=ktexteditor +pkgver=5.13.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=('8d7b4487743292ce2a21a84867f5d519' + '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 +} Copied: ktexteditor/repos/testing-i686/pkgbuild-syntax-highlight.patch (from rev 245112, ktexteditor/repos/staging-i686/pkgbuild-syntax-highlight.patch) =================================================================== --- testing-i686/pkgbuild-syntax-highlight.patch (rev 0) +++ testing-i686/pkgbuild-syntax-highlight.patch 2015-08-31 19:56:42 UTC (rev 245117) @@ -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_@.%*?+-]|\\ )"> <!-- 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 (wilb...@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 (wilb...@kde.nl)" license="LGPL"> + + <!-- (c) 2004 by Wilbert Berendsen (wilb...@kde.nl) + Changes by Matthew Woehlke (mw_tr...@users.sourceforge.net) Copied: ktexteditor/repos/testing-x86_64/PKGBUILD (from rev 245112, ktexteditor/repos/staging-x86_64/PKGBUILD) =================================================================== --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-08-31 19:56:42 UTC (rev 245117) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=ktexteditor +pkgver=5.13.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=('8d7b4487743292ce2a21a84867f5d519' + '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 +} Copied: ktexteditor/repos/testing-x86_64/pkgbuild-syntax-highlight.patch (from rev 245112, ktexteditor/repos/staging-x86_64/pkgbuild-syntax-highlight.patch) =================================================================== --- testing-x86_64/pkgbuild-syntax-highlight.patch (rev 0) +++ testing-x86_64/pkgbuild-syntax-highlight.patch 2015-08-31 19:56:42 UTC (rev 245117) @@ -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_@.%*?+-]|\\ )"> <!-- 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 (wilb...@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 (wilb...@kde.nl)" license="LGPL"> + + <!-- (c) 2004 by Wilbert Berendsen (wilb...@kde.nl) + Changes by Matthew Woehlke (mw_tr...@users.sourceforge.net)