[arch-commits] Commit in kate/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-11-27 Thread Antonio Rojas via arch-commits
Date: Friday, November 27, 2020 @ 15:21:08
  Author: arojas
Revision: 402313

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 402312, kate/kde-unstable/PKGBUILD)
Deleted:
  kate/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |  108 ++---
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-27 15:20:54 UTC (rev 402312)
+++ PKGBUILD2020-11-27 15:21:08 UTC (rev 402313)
@@ -1,54 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=kate
-pkgname=(kwrite kate)
-pkgver=20.11.80
-pkgrel=1
-arch=(x86_64)
-license=(GPL LGPL FDL)
-makedepends=(extra-cmake-modules kdoctools plasma-framework knewstuff 
kitemmodels ktexteditor threadweaver kactivities kuserfeedback)
-source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
-sha256sums=('17fb0990ae6fb931ba93ca5d81c13fa5524607934d27c6c34908b93f321a370f'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-build() {
-  cmake -B build -S $pkgbase-$pkgver \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package_kwrite() {
-  pkgdesc="Text Editor"
-  groups=(kde-applications kde-utilities)
-  url="https://www.kde.org/applications/utilities/kwrite/";
-  depends=(ktexteditor hicolor-icon-theme)
-
-  DESTDIR="$pkgdir" cmake --install build
-
-  find "$pkgdir" -type f -name '*kate*' -exec rm {} \;
-  rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \
-"$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \
-"$pkgdir"/usr/share/katexmltools \
-
"$pkgdir"/usr/share/locale/*/LC_MESSAGES/{ktexteditorpreviewplugin,lspclient,tabswitcherplugin}.mo
 \
-"$pkgdir"/usr/share/plasma/plasmoids
-}
-
-package_kate() {
-  pkgdesc="Advanced Text Editor"
-  groups=(kde-applications kde-utilities)
-  url="https://www.kde.org/applications/utilities/kate/";
-  depends=(knewstuff ktexteditor threadweaver kactivities kuserfeedback 
hicolor-icon-theme)
-  optdepends=('konsole: open a terminal in Kate'
-  'clang: C and C++ LSP support'
-  'python-language-server: Python LSP support'
-  'texlab: LaTeX LSP support'
-  'rust: Rust LSP support')
-  DESTDIR="$pkgdir" cmake --install build
-
-  find "$pkgdir" -type f -name '*kwrite*' -exec rm {} \;
-  rm -r "$pkgdir"/usr/share/doc/HTML/*/kwrite
-}

Copied: kate/repos/kde-unstable-x86_64/PKGBUILD (from rev 402312, 
kate/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-27 15:21:08 UTC (rev 402313)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kate
+pkgname=(kwrite kate)
+pkgver=20.11.90
+pkgrel=1
+arch=(x86_64)
+license=(GPL LGPL FDL)
+makedepends=(extra-cmake-modules kdoctools plasma-framework knewstuff 
kitemmodels ktexteditor threadweaver kactivities kuserfeedback)
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
+sha256sums=('49c60ba07510c80930c6b1a8e512ffa743e4a8892a8126a1ea24cf73ba9872fb'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+build() {
+  cmake -B build -S $pkgbase-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package_kwrite() {
+  pkgdesc="Text Editor"
+  groups=(kde-applications kde-utilities)
+  url="https://www.kde.org/applications/utilities/kwrite/";
+  depends=(ktexteditor hicolor-icon-theme)
+
+  DESTDIR="$pkgdir" cmake --install build
+
+  find "$pkgdir" -type f -name '*kate*' -exec rm {} \;
+  rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \
+"$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \
+"$pkgdir"/usr/share/katexmltools \
+
"$pkgdir"/usr/share/locale/*/LC_MESSAGES/{ktexteditorpreviewplugin,lspclient,tabswitcherplugin}.mo
 \
+"$pkgdir"/usr/share/plasma/plasmoids
+}
+
+package_kate() {
+  pkgdesc="Advanced Text Editor"
+  groups=(kde-applications kde-utilities)
+  url="https://www.kde.org/applications/utilities/kate/";
+  depends=(knewstuff ktexteditor threadweaver kactivities kuserfeedback 
hicolor-icon-theme)
+  optdepends=('konsole: open a terminal in Kate'
+  'clang: C and C++ LSP support'
+  'python-language-server: Python LSP support'
+  'texlab: LaTeX LSP support'
+  'rust: Rust LSP support')
+  DESTDIR="$pkgdir" cmake --install build
+
+  find "$pkgdir" -type f -name '*kwrite*' -exec rm {} \;
+  rm -r "$pkgdir"/usr/sh

[arch-commits] Commit in kate/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-08-01 Thread Antonio Rojas via arch-commits
Date: Saturday, August 1, 2020 @ 08:55:43
  Author: arojas
Revision: 393021

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 393020, kate/kde-unstable/PKGBUILD)
Deleted:
  kate/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |  108 ++---
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-01 08:55:35 UTC (rev 393020)
+++ PKGBUILD2020-08-01 08:55:43 UTC (rev 393021)
@@ -1,54 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=kate
-pkgname=(kwrite kate)
-pkgver=20.07.80
-pkgrel=1
-arch=(x86_64)
-license=(GPL LGPL FDL)
-makedepends=(extra-cmake-modules kdoctools plasma-framework knewstuff 
kitemmodels ktexteditor threadweaver kactivities kuserfeedback)
-source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
-sha256sums=('f62710582ab5b5768a1689d0d2933db71fd7a76cd45cede6f30a27348ed4e9e1'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-build() {
-  cmake -B build -S $pkgbase-$pkgver \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package_kwrite() {
-  pkgdesc="Text Editor"
-  groups=(kde-applications kde-utilities)
-  url="https://www.kde.org/applications/utilities/kwrite/";
-  depends=(ktexteditor hicolor-icon-theme)
-
-  DESTDIR="$pkgdir" cmake --install build
-
-  find "$pkgdir" -type f -name '*kate*' -exec rm {} \;
-  rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \
-"$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \
-"$pkgdir"/usr/share/katexmltools \
-
"$pkgdir"/usr/share/locale/*/LC_MESSAGES/{ktexteditorpreviewplugin,lspclient,tabswitcherplugin}.mo
 \
-"$pkgdir"/usr/share/plasma/plasmoids
-}
-
-package_kate() {
-  pkgdesc="Advanced Text Editor"
-  groups=(kde-applications kde-utilities)
-  url="https://www.kde.org/applications/utilities/kate/";
-  depends=(knewstuff ktexteditor threadweaver kactivities kuserfeedback 
hicolor-icon-theme)
-  optdepends=('konsole: open a terminal in Kate'
-  'clang: C and C++ LSP support'
-  'python-language-server: Python LSP support'
-  'texlab: LaTeX LSP support'
-  'rust: Rust LSP support')
-  DESTDIR="$pkgdir" cmake --install build
-
-  find "$pkgdir" -type f -name '*kwrite*' -exec rm {} \;
-  rm -r "$pkgdir"/usr/share/doc/HTML/*/kwrite
-}

Copied: kate/repos/kde-unstable-x86_64/PKGBUILD (from rev 393020, 
kate/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-01 08:55:43 UTC (rev 393021)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kate
+pkgname=(kwrite kate)
+pkgver=20.07.90
+pkgrel=1
+arch=(x86_64)
+license=(GPL LGPL FDL)
+makedepends=(extra-cmake-modules kdoctools plasma-framework knewstuff 
kitemmodels ktexteditor threadweaver kactivities kuserfeedback)
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
+sha256sums=('77d9856a0ab4344043f97f8250c1504487a7f37d635ada4b9d683cc9388b47bf'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+build() {
+  cmake -B build -S $pkgbase-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package_kwrite() {
+  pkgdesc="Text Editor"
+  groups=(kde-applications kde-utilities)
+  url="https://www.kde.org/applications/utilities/kwrite/";
+  depends=(ktexteditor hicolor-icon-theme)
+
+  DESTDIR="$pkgdir" cmake --install build
+
+  find "$pkgdir" -type f -name '*kate*' -exec rm {} \;
+  rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \
+"$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \
+"$pkgdir"/usr/share/katexmltools \
+
"$pkgdir"/usr/share/locale/*/LC_MESSAGES/{ktexteditorpreviewplugin,lspclient,tabswitcherplugin}.mo
 \
+"$pkgdir"/usr/share/plasma/plasmoids
+}
+
+package_kate() {
+  pkgdesc="Advanced Text Editor"
+  groups=(kde-applications kde-utilities)
+  url="https://www.kde.org/applications/utilities/kate/";
+  depends=(knewstuff ktexteditor threadweaver kactivities kuserfeedback 
hicolor-icon-theme)
+  optdepends=('konsole: open a terminal in Kate'
+  'clang: C and C++ LSP support'
+  'python-language-server: Python LSP support'
+  'texlab: LaTeX LSP support'
+  'rust: Rust LSP support')
+  DESTDIR="$pkgdir" cmake --install build
+
+  find "$pkgdir" -type f -name '*kwrite*' -exec rm {} \;
+  rm -r "$pkgdir"/usr/sha

[arch-commits] Commit in kate/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 21:21:15
  Author: arojas
Revision: 379707

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379706, kate/kde-unstable/PKGBUILD)
Deleted:
  kate/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |  127 +++--
 1 file changed, 66 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-06 21:20:54 UTC (rev 379706)
+++ PKGBUILD2020-04-06 21:21:15 UTC (rev 379707)
@@ -1,61 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=kate
-pkgname=(kwrite kate)
-pkgver=20.03.90
-pkgrel=1
-arch=(x86_64)
-license=(GPL LGPL FDL)
-makedepends=(extra-cmake-modules kdoctools plasma-framework knewstuff 
kitemmodels ktexteditor threadweaver kactivities kuserfeedback)
-source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
-sha256sums=('408f6b7b933fa7d9f634087900532d9c7fd91a3a87860e309494c961078ec7ed'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_kwrite() {
-  pkgdesc="Text Editor"
-  groups=(kde-applications kdebase)
-  url="https://www.kde.org/applications/utilities/kwrite/";
-  depends=(ktexteditor hicolor-icon-theme)
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir" -type f -name '*kate*' -exec rm {} \;
-  rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \
-"$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \
-"$pkgdir"/usr/share/katexmltools \
-
"$pkgdir"/usr/share/locale/*/LC_MESSAGES/{ktexteditorpreviewplugin,lspclient,tabswitcherplugin}.mo
 \
-"$pkgdir"/usr/share/plasma/plasmoids
-}
-
-package_kate() {
-  pkgdesc="Advanced Text Editor"
-  groups=(kde-applications kdebase)
-  url="https://www.kde.org/applications/utilities/kate/";
-  depends=(knewstuff ktexteditor threadweaver kactivities kuserfeedback 
hicolor-icon-theme)
-  optdepends=('konsole: open a terminal in Kate'
-  'clang: C and C++ LSP support'
-  'python-language-server: Python LSP support'
-  'texlab: LaTeX LSP support'
-  'rust: Rust LSP support')
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir" -type f -name '*kwrite*' -exec rm {} \;
-  rm -r "$pkgdir"/usr/share/doc/HTML/*/kwrite
-}

Copied: kate/repos/kde-unstable-x86_64/PKGBUILD (from rev 379706, 
kate/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 21:21:15 UTC (rev 379707)
@@ -0,0 +1,66 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kate
+pkgname=(kwrite kate)
+pkgver=20.03.90
+pkgrel=2
+arch=(x86_64)
+license=(GPL LGPL FDL)
+makedepends=(extra-cmake-modules kdoctools plasma-framework knewstuff 
kitemmodels ktexteditor threadweaver kactivities kuserfeedback)
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig}
+ 
kate-revert-qt5.15-port.patch::"https://cgit.kde.org/kate.git/patch/?id=eb144cb9";)
+sha256sums=('408f6b7b933fa7d9f634087900532d9c7fd91a3a87860e309494c961078ec7ed'
+'SKIP'
+'79581243cb45d514e7d50eb951471a42c1a3548c550be0b782e331aae94f3974')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgbase-$pkgver
+  patch -p1 -i ../kate-revert-qt5.15-port.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_kwrite() {
+  pkgdesc="Text Editor"
+  groups=(kde-applications kdebase)
+  url="https://www.kde.org/applications/utilities/kwrite/";
+  depends=(ktexteditor hicolor-icon-theme)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  find "$pkgdir" -type f -name '*kate*' -exec rm {} \;
+  rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \
+"$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \
+"$pkgdir"/usr/share/katexmltools \
+
"$pkgdir"/usr/share/locale/*/LC_MESSAGES/{ktexteditorpreviewplugin,lspclient,tabswitcherplugin}.mo
 \
+"$pkgdir"/usr/share/plasma/plasmoids
+}
+
+package_kate() {
+  pkgdesc="Advanced Text Editor"
+  groups=(kde-applications kdebase)
+  url="https://www.kde.org/applications/utilities/kate/";
+  depends=(knewstuff ktexteditor threadweaver kactivities kuserfeedback 
hicolor-icon-theme)
+  optdepends=('konsole: open a terminal in Kate'
+  'clang: C and C++ LSP supp

[arch-commits] Commit in kate/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-04-03 Thread Antonio Rojas via arch-commits
Date: Friday, April 3, 2020 @ 20:29:36
  Author: arojas
Revision: 379332

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379331, kate/kde-unstable/PKGBUILD)
Deleted:
  kate/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-03 20:28:57 UTC (rev 379331)
+++ PKGBUILD2020-04-03 20:29:36 UTC (rev 379332)
@@ -1,61 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=kate
-pkgname=(kwrite kate)
-pkgver=20.03.80
-pkgrel=1
-arch=(x86_64)
-license=(GPL LGPL FDL)
-makedepends=(extra-cmake-modules kdoctools plasma-framework knewstuff 
kitemmodels ktexteditor threadweaver kactivities kuserfeedback)
-source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
-sha256sums=('8875a37d1b61382d366ea7032eff69e308035e03414e3fb0fe0cf5c89f57007e'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_kwrite() {
-  pkgdesc="Text Editor"
-  groups=(kde-applications kdebase)
-  url="https://www.kde.org/applications/utilities/kwrite/";
-  depends=(ktexteditor hicolor-icon-theme)
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir" -type f -name '*kate*' -exec rm {} \;
-  rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \
-"$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \
-"$pkgdir"/usr/share/katexmltools \
-
"$pkgdir"/usr/share/locale/*/LC_MESSAGES/{ktexteditorpreviewplugin,lspclient,tabswitcherplugin}.mo
 \
-"$pkgdir"/usr/share/plasma/plasmoids
-}
-
-package_kate() {
-  pkgdesc="Advanced Text Editor"
-  groups=(kde-applications kdebase)
-  url="https://www.kde.org/applications/utilities/kate/";
-  depends=(knewstuff ktexteditor threadweaver kactivities kuserfeedback 
hicolor-icon-theme)
-  optdepends=('konsole: open a terminal in Kate'
-  'clang: C and C++ LSP support'
-  'python-language-server: Python LSP support'
-  'texlab: LaTeX LSP support'
-  'rust: Rust LSP support')
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir" -type f -name '*kwrite*' -exec rm {} \;
-  rm -r "$pkgdir"/usr/share/doc/HTML/*/kwrite
-}

Copied: kate/repos/kde-unstable-x86_64/PKGBUILD (from rev 379331, 
kate/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-03 20:29:36 UTC (rev 379332)
@@ -0,0 +1,61 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kate
+pkgname=(kwrite kate)
+pkgver=20.03.90
+pkgrel=1
+arch=(x86_64)
+license=(GPL LGPL FDL)
+makedepends=(extra-cmake-modules kdoctools plasma-framework knewstuff 
kitemmodels ktexteditor threadweaver kactivities kuserfeedback)
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
+sha256sums=('408f6b7b933fa7d9f634087900532d9c7fd91a3a87860e309494c961078ec7ed'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_kwrite() {
+  pkgdesc="Text Editor"
+  groups=(kde-applications kdebase)
+  url="https://www.kde.org/applications/utilities/kwrite/";
+  depends=(ktexteditor hicolor-icon-theme)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  find "$pkgdir" -type f -name '*kate*' -exec rm {} \;
+  rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \
+"$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \
+"$pkgdir"/usr/share/katexmltools \
+
"$pkgdir"/usr/share/locale/*/LC_MESSAGES/{ktexteditorpreviewplugin,lspclient,tabswitcherplugin}.mo
 \
+"$pkgdir"/usr/share/plasma/plasmoids
+}
+
+package_kate() {
+  pkgdesc="Advanced Text Editor"
+  groups=(kde-applications kdebase)
+  url="https://www.kde.org/applications/utilities/kate/";
+  depends=(knewstuff ktexteditor threadweaver kactivities kuserfeedback 
hicolor-icon-theme)
+  optdepends=('konsole: open a terminal in Kate'
+  'clang: C and C++ LSP support'
+  'python-language-server: Python LSP support'
+  'texlab: LaTeX LSP support'
+  'rust: Rust LSP support')
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  find "$pkgdir" -type f -name '*kwrite*' -exec rm

[arch-commits] Commit in kate/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2019-08-02 Thread Antonio Rojas via arch-commits
Date: Friday, August 2, 2019 @ 22:12:32
  Author: arojas
Revision: 358968

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 358967, kate/kde-unstable/PKGBUILD)
Deleted:
  kate/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |  120 ++---
 1 file changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-02 22:12:08 UTC (rev 358967)
+++ PKGBUILD2019-08-02 22:12:32 UTC (rev 358968)
@@ -1,60 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=kate
-pkgname=(kwrite kate)
-pkgver=19.07.80
-pkgrel=1
-arch=(x86_64)
-license=(GPL LGPL FDL)
-makedepends=(extra-cmake-modules kdoctools plasma-framework knewstuff 
kitemmodels ktexteditor threadweaver kactivities)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
-sha256sums=('d54918a6eaf097f590c245a31d3932ed0e4f1a902d3ed96d3c709e09439ffb58'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_kwrite() {
-  pkgdesc="Text Editor"
-  groups=(kde-applications kdebase)
-  url="https://www.kde.org/applications/utilities/kwrite/";
-  depends=(ktexteditor kactivities hicolor-icon-theme)
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir" -type f -name '*kate*' -exec rm {} \;
-  rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \
-"$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \
-"$pkgdir"/usr/share/katexmltools \
-
"$pkgdir"/usr/share/locale/*/LC_MESSAGES/{kterustcompletion,tabswitcherplugin,ktexteditorpreviewplugin,lspclient}.mo
 \
-"$pkgdir"/usr/share/plasma/plasmoids
-}
-
-package_kate() {
-  pkgdesc="Advanced Text Editor"
-  groups=(kde-applications kdebase)
-  url="https://www.kde.org/applications/utilities/kate/";
-  depends=(knewstuff ktexteditor threadweaver kactivities hicolor-icon-theme)
-  optdepends=('konsole: open a terminal in Kate')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir" -type f -name '*kwrite*' -exec rm {} \;
-  rm -r "$pkgdir"/usr/share/doc/HTML/*/kwrite
-}

Copied: kate/repos/kde-unstable-x86_64/PKGBUILD (from rev 358967, 
kate/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-02 22:12:32 UTC (rev 358968)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kate
+pkgname=(kwrite kate)
+pkgver=19.07.90
+pkgrel=1
+arch=(x86_64)
+license=(GPL LGPL FDL)
+makedepends=(extra-cmake-modules kdoctools plasma-framework knewstuff 
kitemmodels ktexteditor threadweaver kactivities)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
+sha256sums=('4a28529f684fe9f6962343ba77695139d1c8d20c9ddff51f6e6168d0e7431eed'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_kwrite() {
+  pkgdesc="Text Editor"
+  groups=(kde-applications kdebase)
+  url="https://www.kde.org/applications/utilities/kwrite/";
+  depends=(ktexteditor kactivities hicolor-icon-theme)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  find "$pkgdir" -type f -name '*kate*' -exec rm {} \;
+  rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \
+"$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \
+"$pkgdir"/usr/share/katexmltools \
+
"$pkgdir"/usr/share/locale/*/LC_MESSAGES/{kterustcompletion,tabswitcherplugin,ktexteditorpreviewplugin,lspclient}.mo
 \
+"$pkgdir"/usr/share/plasma/plasmoids
+}
+
+package_kate() {
+  pkgdesc="Advanced Text Editor"
+  groups=(kde-applications kdebase)
+  url="https://www.kde.org/applications/utilities/kate/";
+  depends=(knewstuff ktexteditor threadweaver kactivities hicolor-icon-theme)
+  optdepends=('konsole: open a terminal in Kate')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  find "$pkgdir" -type f -name '*kwrite*' -exec rm {} \;
+  rm -r "$pkgdir"/usr/share/doc/HTML/*/kwrite
+}


[arch-commits] Commit in kate/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2019-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 5, 2019 @ 13:16:03
  Author: arojas
Revision: 349960

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 349959, kate/kde-unstable/PKGBUILD)
Deleted:
  kate/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |  120 ++---
 1 file changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-05 13:15:53 UTC (rev 349959)
+++ PKGBUILD2019-04-05 13:16:03 UTC (rev 349960)
@@ -1,60 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=kate
-pkgname=(kwrite kate)
-pkgver=19.03.80
-pkgrel=1
-arch=(x86_64)
-license=(GPL LGPL FDL)
-makedepends=(extra-cmake-modules kdoctools plasma-framework knewstuff 
ktexteditor threadweaver kitemmodels kactivities)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
-sha256sums=('af71451445f1d56981eadef3f30b861515d80172f02dc7cd2a880b60fc91b464'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_kwrite() {
-  pkgdesc="Text Editor"
-  groups=(kde-applications kdebase)
-  url="https://www.kde.org/applications/utilities/kwrite/";
-  depends=(ktexteditor kactivities hicolor-icon-theme)
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir" -type f -name '*kate*' -exec rm {} \;
-  rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \
-"$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \
-"$pkgdir"/usr/share/katexmltools \
-
"$pkgdir"/usr/share/locale/*/LC_MESSAGES/{kterustcompletion,tabswitcherplugin,ktexteditorpreviewplugin}.mo
 \
-"$pkgdir"/usr/share/plasma/plasmoids
-}
-
-package_kate() {
-  pkgdesc="Advanced Text Editor"
-  groups=(kde-applications kdebase)
-  url="https://www.kde.org/applications/utilities/kate/";
-  depends=(knewstuff ktexteditor threadweaver kitemmodels kactivities 
hicolor-icon-theme)
-  optdepends=('konsole: open a terminal in Kate')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir" -type f -name '*kwrite*' -exec rm {} \;
-  rm -r "$pkgdir"/usr/share/doc/HTML/*/kwrite
-}

Copied: kate/repos/kde-unstable-x86_64/PKGBUILD (from rev 349959, 
kate/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-05 13:16:03 UTC (rev 349960)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kate
+pkgname=(kwrite kate)
+pkgver=19.03.90
+pkgrel=1
+arch=(x86_64)
+license=(GPL LGPL FDL)
+makedepends=(extra-cmake-modules kdoctools plasma-framework knewstuff 
ktexteditor threadweaver kitemmodels kactivities)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
+sha256sums=('f91e25c645507d87b7e6f42e88bccce1aff76a7a39f49571005b6f4f93136b75'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_kwrite() {
+  pkgdesc="Text Editor"
+  groups=(kde-applications kdebase)
+  url="https://www.kde.org/applications/utilities/kwrite/";
+  depends=(ktexteditor kactivities hicolor-icon-theme)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  find "$pkgdir" -type f -name '*kate*' -exec rm {} \;
+  rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \
+"$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \
+"$pkgdir"/usr/share/katexmltools \
+
"$pkgdir"/usr/share/locale/*/LC_MESSAGES/{kterustcompletion,tabswitcherplugin,ktexteditorpreviewplugin}.mo
 \
+"$pkgdir"/usr/share/plasma/plasmoids
+}
+
+package_kate() {
+  pkgdesc="Advanced Text Editor"
+  groups=(kde-applications kdebase)
+  url="https://www.kde.org/applications/utilities/kate/";
+  depends=(knewstuff ktexteditor threadweaver kitemmodels kactivities 
hicolor-icon-theme)
+  optdepends=('konsole: open a terminal in Kate')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  find "$pkgdir" -type f -name '*kwrite*' -exec rm {} \;
+  rm -r "$pkgdir"/usr/share/doc/HTML/*/kwrite
+}


[arch-commits] Commit in kate/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:26:40
  Author: arojas
Revision: 340732

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340731, kate/kde-unstable/PKGBUILD)
Deleted:
  kate/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |  120 ++---
 1 file changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:26:24 UTC (rev 340731)
+++ PKGBUILD2018-11-30 15:26:40 UTC (rev 340732)
@@ -1,60 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=kate
-pkgname=(kwrite kate)
-pkgver=18.11.80
-pkgrel=1
-arch=(x86_64)
-license=(GPL LGPL FDL)
-makedepends=(extra-cmake-modules kdoctools plasma-framework knewstuff 
ktexteditor threadweaver kitemmodels kactivities)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
-sha256sums=('cdce5769cd0c428da26e8e3ac0b368eb4fc7ebcaf35ef8b065a74f6a37bc'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_kwrite() {
-  pkgdesc="Text Editor"
-  groups=(kde-applications kdebase)
-  url="https://www.kde.org/applications/utilities/kwrite/";
-  depends=(ktexteditor kactivities hicolor-icon-theme)
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir" -type f -name '*kate*' -exec rm {} \;
-  rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \
-"$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \
-"$pkgdir"/usr/share/katexmltools \
-
"$pkgdir"/usr/share/locale/*/LC_MESSAGES/{kterustcompletion,tabswitcherplugin,ktexteditorpreviewplugin}.mo
 \
-"$pkgdir"/usr/share/plasma/plasmoids
-}
-
-package_kate() {
-  pkgdesc="Advanced Text Editor"
-  groups=(kde-applications kdebase)
-  url="https://www.kde.org/applications/utilities/kate/";
-  depends=(knewstuff ktexteditor threadweaver kitemmodels kactivities 
hicolor-icon-theme)
-  optdepends=('konsole: open a terminal in Kate')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir" -type f -name '*kwrite*' -exec rm {} \;
-  rm -r "$pkgdir"/usr/share/doc/HTML/*/kwrite
-}

Copied: kate/repos/kde-unstable-x86_64/PKGBUILD (from rev 340731, 
kate/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:26:40 UTC (rev 340732)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kate
+pkgname=(kwrite kate)
+pkgver=18.11.90
+pkgrel=1
+arch=(x86_64)
+license=(GPL LGPL FDL)
+makedepends=(extra-cmake-modules kdoctools plasma-framework knewstuff 
ktexteditor threadweaver kitemmodels kactivities)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
+sha256sums=('d112c2ced4101a58dd6e24d38fc8a7249eca1ab8f5c8985038e9c39814676c90'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_kwrite() {
+  pkgdesc="Text Editor"
+  groups=(kde-applications kdebase)
+  url="https://www.kde.org/applications/utilities/kwrite/";
+  depends=(ktexteditor kactivities hicolor-icon-theme)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  find "$pkgdir" -type f -name '*kate*' -exec rm {} \;
+  rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \
+"$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \
+"$pkgdir"/usr/share/katexmltools \
+
"$pkgdir"/usr/share/locale/*/LC_MESSAGES/{kterustcompletion,tabswitcherplugin,ktexteditorpreviewplugin}.mo
 \
+"$pkgdir"/usr/share/plasma/plasmoids
+}
+
+package_kate() {
+  pkgdesc="Advanced Text Editor"
+  groups=(kde-applications kdebase)
+  url="https://www.kde.org/applications/utilities/kate/";
+  depends=(knewstuff ktexteditor threadweaver kitemmodels kactivities 
hicolor-icon-theme)
+  optdepends=('konsole: open a terminal in Kate')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  find "$pkgdir" -type f -name '*kwrite*' -exec rm {} \;
+  rm -r "$pkgdir"/usr/share/doc/HTML/*/kwrite
+}


[arch-commits] Commit in kate/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 17, 2018 @ 22:35:59
  Author: arojas
Revision: 322010

archrelease: copy trunk to kde-unstable-x86_64

Added:
  kate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 322009, kate/trunk/PKGBUILD)
Deleted:
  kate/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-17 22:35:42 UTC (rev 322009)
+++ PKGBUILD2018-04-17 22:35:59 UTC (rev 322010)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=kate
-pkgname=(kwrite kate)
-pkgver=18.03.90
-pkgrel=1
-arch=(x86_64)
-license=(GPL LGPL FDL)
-makedepends=(extra-cmake-modules kdoctools python plasma-framework knewstuff 
ktexteditor threadweaver kitemmodels kactivities)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
-sha256sums=('0a48785cdc5a7e321c430a1c663a9c625ebbf2e3cdb4d193436547d6baac5ab4'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_kwrite() {
-  pkgdesc="Text Editor"
-  groups=(kde-applications kdebase)
-  url="https://www.kde.org/applications/utilities/kwrite/";
-  depends=(ktexteditor kactivities hicolor-icon-theme)
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir" -type f -name '*kate*' -exec rm {} \;
-  rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \
-"$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \
-"$pkgdir"/usr/share/katexmltools \
-
"$pkgdir"/usr/share/locale/*/LC_MESSAGES/{kterustcompletion,tabswitcherplugin,ktexteditorpreviewplugin}.mo
 \
-"$pkgdir"/usr/share/plasma/plasmoids
-}
-
-package_kate() {
-  pkgdesc="Advanced Text Editor"
-  groups=(kde-applications kdebase)
-  url="https://www.kde.org/applications/utilities/kate/";
-  depends=(knewstuff ktexteditor threadweaver kitemmodels kactivities 
hicolor-icon-theme)
-  optdepends=('konsole: open a terminal in Kate')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir" -type f -name '*kwrite*' -exec rm {} \;
-  rm -r "$pkgdir"/usr/share/doc/HTML/*/kwrite
-}

Copied: kate/repos/kde-unstable-x86_64/PKGBUILD (from rev 322009, 
kate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-17 22:35:59 UTC (rev 322010)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kate
+pkgname=(kwrite kate)
+pkgver=18.04.0
+pkgrel=1
+arch=(x86_64)
+license=(GPL LGPL FDL)
+makedepends=(extra-cmake-modules kdoctools plasma-framework knewstuff 
ktexteditor threadweaver kitemmodels kactivities)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
+sha256sums=('05ef5b8ac74902acd1d2c61d11447e7f5c51ccfee4b99797acbc1b3cad476b12'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_kwrite() {
+  pkgdesc="Text Editor"
+  groups=(kde-applications kdebase)
+  url="https://www.kde.org/applications/utilities/kwrite/";
+  depends=(ktexteditor kactivities hicolor-icon-theme)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  find "$pkgdir" -type f -name '*kate*' -exec rm {} \;
+  rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \
+"$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \
+"$pkgdir"/usr/share/katexmltools \
+
"$pkgdir"/usr/share/locale/*/LC_MESSAGES/{kterustcompletion,tabswitcherplugin,ktexteditorpreviewplugin}.mo
 \
+"$pkgdir"/usr/share/plasma/plasmoids
+}
+
+package_kate() {
+  pkgdesc="Advanced Text Editor"
+  groups=(kde-applications kdebase)
+  url="https://www.kde.org/applications/utilities/kate/";
+  depends=(knewstuff ktexteditor threadweaver kitemmodels kactivities 
hicolor-icon-theme)
+  optdepends=('konsole: open a terminal in Kate')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  find "$pkgdir" -type f -name '*kwrite*' -exec rm {} \;
+  rm -r "$pkgdir"/usr/share/doc/HTML/*/kwrite
+}


[arch-commits] Commit in kate/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-06 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 07:04:55
  Author: arojas
Revision: 321128

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321127, kate/kde-unstable/PKGBUILD)
Deleted:
  kate/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 07:04:37 UTC (rev 321127)
+++ PKGBUILD2018-04-06 07:04:55 UTC (rev 321128)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=kate
-pkgname=(kwrite kate)
-pkgver=18.03.80
-pkgrel=1
-arch=(x86_64)
-license=(GPL LGPL FDL)
-makedepends=(extra-cmake-modules kdoctools python plasma-framework knewstuff 
ktexteditor threadweaver kitemmodels kactivities)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
-sha256sums=('3243838c98494791583238d5cfde6c793365915c6fcba78234eae411c95e06ab'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_kwrite() {
-  pkgdesc="Text Editor"
-  groups=(kde-applications kdebase)
-  url="https://www.kde.org/applications/utilities/kwrite/";
-  depends=(ktexteditor kactivities hicolor-icon-theme)
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir" -type f -name '*kate*' -exec rm {} \;
-  rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \
-"$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \
-"$pkgdir"/usr/share/katexmltools \
-
"$pkgdir"/usr/share/locale/*/LC_MESSAGES/{kterustcompletion,tabswitcherplugin,ktexteditorpreviewplugin}.mo
 \
-"$pkgdir"/usr/share/plasma/plasmoids
-}
-
-package_kate() {
-  pkgdesc="Advanced Text Editor"
-  groups=(kde-applications kdebase)
-  url="https://www.kde.org/applications/utilities/kate/";
-  depends=(knewstuff ktexteditor threadweaver kitemmodels kactivities 
hicolor-icon-theme)
-  optdepends=('konsole: open a terminal in Kate')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir" -type f -name '*kwrite*' -exec rm {} \;
-  rm -r "$pkgdir"/usr/share/doc/HTML/*/kwrite
-}

Copied: kate/repos/kde-unstable-x86_64/PKGBUILD (from rev 321127, 
kate/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 07:04:55 UTC (rev 321128)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kate
+pkgname=(kwrite kate)
+pkgver=18.03.90
+pkgrel=1
+arch=(x86_64)
+license=(GPL LGPL FDL)
+makedepends=(extra-cmake-modules kdoctools python plasma-framework knewstuff 
ktexteditor threadweaver kitemmodels kactivities)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
+sha256sums=('0a48785cdc5a7e321c430a1c663a9c625ebbf2e3cdb4d193436547d6baac5ab4'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_kwrite() {
+  pkgdesc="Text Editor"
+  groups=(kde-applications kdebase)
+  url="https://www.kde.org/applications/utilities/kwrite/";
+  depends=(ktexteditor kactivities hicolor-icon-theme)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  find "$pkgdir" -type f -name '*kate*' -exec rm {} \;
+  rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \
+"$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \
+"$pkgdir"/usr/share/katexmltools \
+
"$pkgdir"/usr/share/locale/*/LC_MESSAGES/{kterustcompletion,tabswitcherplugin,ktexteditorpreviewplugin}.mo
 \
+"$pkgdir"/usr/share/plasma/plasmoids
+}
+
+package_kate() {
+  pkgdesc="Advanced Text Editor"
+  groups=(kde-applications kdebase)
+  url="https://www.kde.org/applications/utilities/kate/";
+  depends=(knewstuff ktexteditor threadweaver kitemmodels kactivities 
hicolor-icon-theme)
+  optdepends=('konsole: open a terminal in Kate')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  find "$pkgdir" -type f -name '*kwrite*' -exec rm {} \;
+  rm -r "$pkgdir"/usr/share/doc/HTML/*/kwrite
+}


[arch-commits] Commit in kate/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-12-14 Thread Antonio Rojas via arch-commits
Date: Thursday, December 14, 2017 @ 11:58:03
  Author: arojas
Revision: 312512

archrelease: copy trunk to kde-unstable-x86_64

Added:
  kate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 312511, kate/trunk/PKGBUILD)
Deleted:
  kate/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |  124 ++---
 1 file changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-14 11:57:46 UTC (rev 312511)
+++ PKGBUILD2017-12-14 11:58:03 UTC (rev 312512)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=kate
-pkgname=(kwrite kate)
-pkgver=17.12.0
-pkgrel=1
-arch=(x86_64)
-license=(GPL LGPL FDL)
-makedepends=(extra-cmake-modules kdoctools python plasma-framework knewstuff 
ktexteditor threadweaver kitemmodels kactivities)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
-sha256sums=('7b058db1a38d031262ded02d1a230fdb6c2447629d4a82d42631f615897ddea2'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_kwrite() {
-  pkgdesc="Text Editor"
-  groups=(kde-applications kdebase)
-  url="https://www.kde.org/applications/utilities/kwrite/";
-  depends=(ktexteditor kactivities hicolor-icon-theme)
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir" -type f -name '*kate*' -exec rm {} \;
-  rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \
-"$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \
-"$pkgdir"/usr/share/katexmltools \
-
"$pkgdir"/usr/share/locale/*/LC_MESSAGES/{kterustcompletion,tabswitcherplugin,ktexteditorpreviewplugin}.mo
 \
-"$pkgdir"/usr/share/plasma/plasmoids
-}
-
-package_kate() {
-  pkgdesc="Advanced Text Editor"
-  groups=(kde-applications kdebase)
-  url="https://www.kde.org/applications/utilities/kate/";
-  depends=(knewstuff ktexteditor threadweaver kitemmodels kactivities 
hicolor-icon-theme)
-  optdepends=('konsole: open a terminal in Kate')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir" -type f -name '*kwrite*' -exec rm {} \;
-  rm -r "$pkgdir"/usr/share/doc/HTML/*/kwrite
-}

Copied: kate/repos/kde-unstable-x86_64/PKGBUILD (from rev 312511, 
kate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-14 11:58:03 UTC (rev 312512)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kate
+pkgname=(kwrite kate)
+pkgver=17.12.0
+pkgrel=1
+arch=(x86_64)
+license=(GPL LGPL FDL)
+makedepends=(extra-cmake-modules kdoctools python plasma-framework knewstuff 
ktexteditor threadweaver kitemmodels kactivities)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
+sha256sums=('7b058db1a38d031262ded02d1a230fdb6c2447629d4a82d42631f615897ddea2'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_kwrite() {
+  pkgdesc="Text Editor"
+  groups=(kde-applications kdebase)
+  url="https://www.kde.org/applications/utilities/kwrite/";
+  depends=(ktexteditor kactivities hicolor-icon-theme)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  find "$pkgdir" -type f -name '*kate*' -exec rm {} \;
+  rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \
+"$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \
+"$pkgdir"/usr/share/katexmltools \
+
"$pkgdir"/usr/share/locale/*/LC_MESSAGES/{kterustcompletion,tabswitcherplugin,ktexteditorpreviewplugin}.mo
 \
+"$pkgdir"/usr/share/plasma/plasmoids
+}
+
+package_kate() {
+  pkgdesc="Advanced Text Editor"
+  groups=(kde-applications kdebase)
+  url="https://www.kde.org/applications/utilities/kate/";
+  depends=(knewstuff ktexteditor threadweaver kitemmodels kactivities 
hicolor-icon-theme)
+  optdepends=('konsole: open a terminal in Kate')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  find "$pkgdir" -type f -name '*kwrite*' -exec rm {} \;
+  rm -r "$pkgdir"/usr/share/doc/HTML/*/kwrite
+}


[arch-commits] Commit in kate/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-12-14 Thread Antonio Rojas via arch-commits
Date: Thursday, December 14, 2017 @ 11:25:04
  Author: arojas
Revision: 312440

archrelease: copy trunk to kde-unstable-x86_64

Added:
  kate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 312439, kate/trunk/PKGBUILD)
Deleted:
  kate/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |  124 ++---
 1 file changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-14 11:24:46 UTC (rev 312439)
+++ PKGBUILD2017-12-14 11:25:04 UTC (rev 312440)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=kate
-pkgname=(kwrite kate)
-pkgver=17.11.90
-pkgrel=1
-arch=(x86_64)
-license=(GPL LGPL FDL)
-makedepends=(extra-cmake-modules kdoctools python plasma-framework knewstuff 
ktexteditor threadweaver kitemmodels kactivities)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
-sha256sums=('3f1f2eb797f769d3458926eef4beb2f2d795eec6288df2402f684d5d3c0a921e'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_kwrite() {
-  pkgdesc="Text Editor"
-  groups=(kde-applications kdebase)
-  url="https://www.kde.org/applications/utilities/kwrite/";
-  depends=(ktexteditor kactivities hicolor-icon-theme)
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir" -type f -name '*kate*' -exec rm {} \;
-  rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \
-"$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \
-"$pkgdir"/usr/share/katexmltools \
-
"$pkgdir"/usr/share/locale/*/LC_MESSAGES/{kterustcompletion,tabswitcherplugin,ktexteditorpreviewplugin}.mo
 \
-"$pkgdir"/usr/share/plasma/plasmoids
-}
-
-package_kate() {
-  pkgdesc="Advanced Text Editor"
-  groups=(kde-applications kdebase)
-  url="https://www.kde.org/applications/utilities/kate/";
-  depends=(knewstuff ktexteditor threadweaver kitemmodels kactivities 
hicolor-icon-theme)
-  optdepends=('konsole: open a terminal in Kate')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir" -type f -name '*kwrite*' -exec rm {} \;
-  rm -r "$pkgdir"/usr/share/doc/HTML/*/kwrite
-}

Copied: kate/repos/kde-unstable-x86_64/PKGBUILD (from rev 312439, 
kate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-14 11:25:04 UTC (rev 312440)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kate
+pkgname=(kwrite kate)
+pkgver=17.12.0
+pkgrel=1
+arch=(x86_64)
+license=(GPL LGPL FDL)
+makedepends=(extra-cmake-modules kdoctools python plasma-framework knewstuff 
ktexteditor threadweaver kitemmodels kactivities)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
+sha256sums=('7b058db1a38d031262ded02d1a230fdb6c2447629d4a82d42631f615897ddea2'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_kwrite() {
+  pkgdesc="Text Editor"
+  groups=(kde-applications kdebase)
+  url="https://www.kde.org/applications/utilities/kwrite/";
+  depends=(ktexteditor kactivities hicolor-icon-theme)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  find "$pkgdir" -type f -name '*kate*' -exec rm {} \;
+  rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \
+"$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \
+"$pkgdir"/usr/share/katexmltools \
+
"$pkgdir"/usr/share/locale/*/LC_MESSAGES/{kterustcompletion,tabswitcherplugin,ktexteditorpreviewplugin}.mo
 \
+"$pkgdir"/usr/share/plasma/plasmoids
+}
+
+package_kate() {
+  pkgdesc="Advanced Text Editor"
+  groups=(kde-applications kdebase)
+  url="https://www.kde.org/applications/utilities/kate/";
+  depends=(knewstuff ktexteditor threadweaver kitemmodels kactivities 
hicolor-icon-theme)
+  optdepends=('konsole: open a terminal in Kate')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  find "$pkgdir" -type f -name '*kwrite*' -exec rm {} \;
+  rm -r "$pkgdir"/usr/share/doc/HTML/*/kwrite
+}


[arch-commits] Commit in kate/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-12-01 Thread Antonio Rojas via arch-commits
Date: Friday, December 1, 2017 @ 18:25:51
  Author: arojas
Revision: 311325

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 311324, kate/kde-unstable/PKGBUILD)
Deleted:
  kate/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |  124 ++---
 1 file changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-01 18:25:32 UTC (rev 311324)
+++ PKGBUILD2017-12-01 18:25:51 UTC (rev 311325)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=kate
-pkgname=(kwrite kate)
-pkgver=17.11.80
-pkgrel=2
-arch=(x86_64)
-license=(GPL LGPL FDL)
-makedepends=(extra-cmake-modules kdoctools python plasma-framework knewstuff 
ktexteditor threadweaver kitemmodels kactivities)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
-sha256sums=('45a7655b6179294a1958e6fddcd01899f74411cc8f7afca5d958141fcca58f9e'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_kwrite() {
-  pkgdesc="Text Editor"
-  groups=(kde-applications kdebase)
-  url="https://www.kde.org/applications/utilities/kwrite/";
-  depends=(ktexteditor kactivities hicolor-icon-theme)
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir" -type f -name '*kate*' -exec rm {} \;
-  rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \
-"$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \
-"$pkgdir"/usr/share/katexmltools \
-
"$pkgdir"/usr/share/locale/*/LC_MESSAGES/{kterustcompletion,tabswitcherplugin,ktexteditorpreviewplugin}.mo
 \
-"$pkgdir"/usr/share/plasma/plasmoids
-}
-
-package_kate() {
-  pkgdesc="Advanced Text Editor"
-  groups=(kde-applications kdebase)
-  url="https://www.kde.org/applications/utilities/kate/";
-  depends=(knewstuff ktexteditor threadweaver kitemmodels kactivities 
hicolor-icon-theme)
-  optdepends=('konsole: open a terminal in Kate')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir" -type f -name '*kwrite*' -exec rm {} \;
-  rm -r "$pkgdir"/usr/share/doc/HTML/*/kwrite
-}

Copied: kate/repos/kde-unstable-x86_64/PKGBUILD (from rev 311324, 
kate/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-01 18:25:51 UTC (rev 311325)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kate
+pkgname=(kwrite kate)
+pkgver=17.11.90
+pkgrel=1
+arch=(x86_64)
+license=(GPL LGPL FDL)
+makedepends=(extra-cmake-modules kdoctools python plasma-framework knewstuff 
ktexteditor threadweaver kitemmodels kactivities)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
+sha256sums=('3f1f2eb797f769d3458926eef4beb2f2d795eec6288df2402f684d5d3c0a921e'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_kwrite() {
+  pkgdesc="Text Editor"
+  groups=(kde-applications kdebase)
+  url="https://www.kde.org/applications/utilities/kwrite/";
+  depends=(ktexteditor kactivities hicolor-icon-theme)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  find "$pkgdir" -type f -name '*kate*' -exec rm {} \;
+  rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \
+"$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \
+"$pkgdir"/usr/share/katexmltools \
+
"$pkgdir"/usr/share/locale/*/LC_MESSAGES/{kterustcompletion,tabswitcherplugin,ktexteditorpreviewplugin}.mo
 \
+"$pkgdir"/usr/share/plasma/plasmoids
+}
+
+package_kate() {
+  pkgdesc="Advanced Text Editor"
+  groups=(kde-applications kdebase)
+  url="https://www.kde.org/applications/utilities/kate/";
+  depends=(knewstuff ktexteditor threadweaver kitemmodels kactivities 
hicolor-icon-theme)
+  optdepends=('konsole: open a terminal in Kate')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  find "$pkgdir" -type f -name '*kwrite*' -exec rm {} \;
+  rm -r "$pkgdir"/usr/share/doc/HTML/*/kwrite
+}


[arch-commits] Commit in kate/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-11-17 Thread Antonio Rojas
Date: Friday, November 17, 2017 @ 19:19:55
  Author: arojas
Revision: 310302

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 310301, kate/kde-unstable/PKGBUILD)
Deleted:
  kate/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |  124 ++---
 1 file changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-17 19:19:32 UTC (rev 310301)
+++ PKGBUILD2017-11-17 19:19:55 UTC (rev 310302)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=kate
-pkgname=(kwrite kate)
-pkgver=17.11.80
-pkgrel=1
-arch=(x86_64)
-license=(GPL LGPL FDL)
-makedepends=(extra-cmake-modules kdoctools python plasma-framework knewstuff 
ktexteditor threadweaver kitemmodels kactivities)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
-sha256sums=('45a7655b6179294a1958e6fddcd01899f74411cc8f7afca5d958141fcca58f9e'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_kwrite() {
-  pkgdesc="Text Editor"
-  groups=(kde-applications kdebase)
-  url="https://www.kde.org/applications/utilities/kwrite/";
-  depends=(ktexteditor kactivities hicolor-icon-theme)
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir" -type f -name '*kate*' -exec rm {} \;
-  rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \
-"$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \
-"$pkgdir"/usr/share/katexmltools \
-
"$pkgdir"/usr/share/locale/*/LC_MESSAGES/{kterustcompletion,tabswitcherplugin}.mo
 \
-"$pkgdir"/usr/share/plasma/plasmoids
-}
-
-package_kate() {
-  pkgdesc="Advanced Text Editor"
-  groups=(kde-applications kdebase)
-  url="https://www.kde.org/applications/utilities/kate/";
-  depends=(knewstuff ktexteditor threadweaver kitemmodels kactivities 
hicolor-icon-theme)
-  optdepends=('konsole: open a terminal in Kate')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir" -type f -name '*kwrite*' -exec rm {} \;
-  rm -r "$pkgdir"/usr/share/doc/HTML/*/kwrite
-}

Copied: kate/repos/kde-unstable-x86_64/PKGBUILD (from rev 310301, 
kate/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-17 19:19:55 UTC (rev 310302)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kate
+pkgname=(kwrite kate)
+pkgver=17.11.80
+pkgrel=2
+arch=(x86_64)
+license=(GPL LGPL FDL)
+makedepends=(extra-cmake-modules kdoctools python plasma-framework knewstuff 
ktexteditor threadweaver kitemmodels kactivities)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
+sha256sums=('45a7655b6179294a1958e6fddcd01899f74411cc8f7afca5d958141fcca58f9e'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_kwrite() {
+  pkgdesc="Text Editor"
+  groups=(kde-applications kdebase)
+  url="https://www.kde.org/applications/utilities/kwrite/";
+  depends=(ktexteditor kactivities hicolor-icon-theme)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  find "$pkgdir" -type f -name '*kate*' -exec rm {} \;
+  rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \
+"$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \
+"$pkgdir"/usr/share/katexmltools \
+
"$pkgdir"/usr/share/locale/*/LC_MESSAGES/{kterustcompletion,tabswitcherplugin,ktexteditorpreviewplugin}.mo
 \
+"$pkgdir"/usr/share/plasma/plasmoids
+}
+
+package_kate() {
+  pkgdesc="Advanced Text Editor"
+  groups=(kde-applications kdebase)
+  url="https://www.kde.org/applications/utilities/kate/";
+  depends=(knewstuff ktexteditor threadweaver kitemmodels kactivities 
hicolor-icon-theme)
+  optdepends=('konsole: open a terminal in Kate')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  find "$pkgdir" -type f -name '*kwrite*' -exec rm {} \;
+  rm -r "$pkgdir"/usr/share/doc/HTML/*/kwrite
+}


[arch-commits] Commit in kate/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 23:02:47
  Author: arojas
Revision: 292499

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292498, kate/kde-unstable/PKGBUILD)
Deleted:
  kate/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |  140 ++---
 1 file changed, 71 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 23:02:20 UTC (rev 292498)
+++ PKGBUILD2017-04-07 23:02:47 UTC (rev 292499)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=kate
-pkgname=('kwrite'
- 'kate')
-pkgver=17.03.90
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework' 
'knewstuff' 'ktexteditor'
- 'threadweaver' 'kitemmodels' 'kactivities')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('44c78b31b1ae36ef38a362108882a28a24476510b2bd0746fc3095ecdc68914e'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_kwrite() {
-  pkgdesc="Text Editor"
-  groups=('kde-applications' 'kdebase')
-  url="https://www.kde.org/applications/utilities/kwrite/";
-  depends=('ktexteditor' 'kactivities' 'hicolor-icon-theme')
-  replaces=('kdebase-kwrite')
-  conflicts=('kdebase-kwrite')
-  provides=('kdebase-kwrite')
-
-  cd build/kwrite
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../build/doc/kwrite
-  make DESTDIR="${pkgdir}" install
-}
-
-package_kate() {
-  pkgdesc="Advanced Text Editor"
-  groups=('kde-applications' 'kdebase')
-  url="https://www.kde.org/applications/utilities/kate/";
-  depends=('knewstuff' 'ktexteditor' 'threadweaver' 'kitemmodels' 
'kactivities' 'hicolor-icon-theme')
-  replaces=('kdesdk-kate')
-  conflicts=('kdesdk-kate')
-  provides=('kdesdk-kate')
-  optdepends=('konsole: open a terminal in Kate')
-
-  cd build/kate
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../build/doc/kate
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../../build/addons
-  make DESTDIR="${pkgdir}" install
-}

Copied: kate/repos/kde-unstable-x86_64/PKGBUILD (from rev 292498, 
kate/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 23:02:47 UTC (rev 292499)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kate
+pkgname=('kwrite'
+ 'kate')
+pkgver=17.03.90
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework' 
'knewstuff' 'ktexteditor'
+ 'threadweaver' 'kitemmodels' 'kactivities')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('44c78b31b1ae36ef38a362108882a28a24476510b2bd0746fc3095ecdc68914e'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+options=(!emptydirs)
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_kwrite() {
+  pkgdesc="Text Editor"
+  groups=('kde-applications' 'kdebase')
+  url="https://www.kde.org/applications/utilities/kwrite/";
+  depends=('ktexteditor' 'kactivities' 'hicolor-icon-theme')
+  replaces=('kdebase-kwrite')
+  conflicts=('kdebase-kwrite')
+  provides=('kdebase-kwrite')
+
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  find "$pkgdir" -type f -name '*kate*' -exec rm {} \;
+  rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \
+"$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \
+"$pkgdir"/usr/share/katexmltools \
+
"$pkgdir"/usr/share/locale/*/LC_MESSAGES/{kterustcompletion,tabswitcherplugin}.mo
 \
+"$pkgdir"/usr/share/plasma/plasmoids
+}
+
+package_kate() {
+  pkgdesc="Advanced Text Editor"
+  groups=('kde-applications' 'kdebase')
+  url="https://www.kde.org/applications/utilities/kate/";
+  depends=('knewstuff' 'ktexteditor' 'threadweaver' 'kitemmodels' 
'kactivities' 'hicolor-icon-theme')
+  replaces=('kdesdk-kate')
+  conflicts=('kdesdk-kate')
+  provides=('kdesdk-kate')
+  optdepends=('konsole: open a terminal in Kate')
+
+  cd build
+  make DESTDIR="${pkgdir}" install

[arch-commits] Commit in kate/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:26:20
  Author: arojas
Revision: 292340

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292339, kate/kde-unstable/PKGBUILD)
Deleted:
  kate/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |  138 ++---
 1 file changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:26:03 UTC (rev 292339)
+++ PKGBUILD2017-04-07 20:26:20 UTC (rev 292340)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=kate
-pkgname=('kwrite'
- 'kate')
-pkgver=17.03.80
-pkgrel=4
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework' 
'knewstuff' 'ktexteditor'
- 'threadweaver' 'kitemmodels' 'kactivities')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('acbc6ab7a7263fdc5c2041a4a7615cab8f7ff5aed217491f0e86474b3758ace5'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_kwrite() {
-  pkgdesc="Text Editor"
-  groups=('kde-applications' 'kdebase')
-  url="https://www.kde.org/applications/utilities/kwrite/";
-  depends=('ktexteditor' 'kactivities' 'hicolor-icon-theme')
-  replaces=('kdebase-kwrite')
-  conflicts=('kdebase-kwrite')
-  provides=('kdebase-kwrite')
-
-  cd build/kwrite
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../build/doc/kwrite
-  make DESTDIR="${pkgdir}" install
-}
-
-package_kate() {
-  pkgdesc="Advanced Text Editor"
-  groups=('kde-applications' 'kdebase')
-  url="https://www.kde.org/applications/utilities/kate/";
-  depends=('knewstuff' 'ktexteditor' 'threadweaver' 'kitemmodels' 
'kactivities' 'hicolor-icon-theme')
-  replaces=('kdesdk-kate')
-  conflicts=('kdesdk-kate')
-  provides=('kdesdk-kate')
-  optdepends=('konsole: open a terminal in Kate')
-
-  cd build/kate
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../build/doc/kate
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../../build/addons
-  make DESTDIR="${pkgdir}" install
-}

Copied: kate/repos/kde-unstable-x86_64/PKGBUILD (from rev 292339, 
kate/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:26:20 UTC (rev 292340)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kate
+pkgname=('kwrite'
+ 'kate')
+pkgver=17.03.90
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework' 
'knewstuff' 'ktexteditor'
+ 'threadweaver' 'kitemmodels' 'kactivities')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('44c78b31b1ae36ef38a362108882a28a24476510b2bd0746fc3095ecdc68914e'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_kwrite() {
+  pkgdesc="Text Editor"
+  groups=('kde-applications' 'kdebase')
+  url="https://www.kde.org/applications/utilities/kwrite/";
+  depends=('ktexteditor' 'kactivities' 'hicolor-icon-theme')
+  replaces=('kdebase-kwrite')
+  conflicts=('kdebase-kwrite')
+  provides=('kdebase-kwrite')
+
+  cd build/kwrite
+  make DESTDIR="${pkgdir}" install
+
+  cd ../../build/doc/kwrite
+  make DESTDIR="${pkgdir}" install
+}
+
+package_kate() {
+  pkgdesc="Advanced Text Editor"
+  groups=('kde-applications' 'kdebase')
+  url="https://www.kde.org/applications/utilities/kate/";
+  depends=('knewstuff' 'ktexteditor' 'threadweaver' 'kitemmodels' 
'kactivities' 'hicolor-icon-theme')
+  replaces=('kdesdk-kate')
+  conflicts=('kdesdk-kate')
+  provides=('kdesdk-kate')
+  optdepends=('konsole: open a terminal in Kate')
+
+  cd build/kate
+  make DESTDIR="${pkgdir}" install
+
+  cd ../../build/doc/kate
+  make DESTDIR="${pkgdir}" install
+
+  cd ../../../build/addons
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in kate/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-05 Thread Antonio Rojas
Date: Wednesday, April 5, 2017 @ 15:06:47
  Author: arojas
Revision: 292166

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292165, kate/kde-unstable/PKGBUILD)
Deleted:
  kate/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |  138 ++---
 1 file changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-05 15:06:29 UTC (rev 292165)
+++ PKGBUILD2017-04-05 15:06:47 UTC (rev 292166)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=kate
-pkgname=('kwrite'
- 'kate')
-pkgver=17.03.80
-pkgrel=3
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework' 
'knewstuff' 'ktexteditor'
- 'threadweaver' 'kitemmodels' 'kactivities')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('acbc6ab7a7263fdc5c2041a4a7615cab8f7ff5aed217491f0e86474b3758ace5'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_kwrite() {
-  pkgdesc="Text Editor"
-  groups=('kde-applications' 'kdebase')
-  url="https://www.kde.org/applications/utilities/kwrite/";
-  depends=('ktexteditor' 'kactivities' 'hicolor-icon-theme')
-  replaces=('kdebase-kwrite')
-  conflicts=('kdebase-kwrite')
-  provides=('kdebase-kwrite')
-
-  cd build/kwrite
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../build/doc/kwrite
-  make DESTDIR="${pkgdir}" install
-}
-
-package_kate() {
-  pkgdesc="Advanced Text Editor"
-  groups=('kde-applications' 'kdebase')
-  url="https://www.kde.org/applications/utilities/kate/";
-  depends=('knewstuff' 'ktexteditor' 'threadweaver' 'kitemmodels' 
'kactivities' 'hicolor-icon-theme')
-  replaces=('kdesdk-kate')
-  conflicts=('kdesdk-kate')
-  provides=('kdesdk-kate')
-  optdepends=('konsole: open a terminal in Kate')
-
-  cd build/kate
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../build/doc/kate
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../../build/addons
-  make DESTDIR="${pkgdir}" install
-}

Copied: kate/repos/kde-unstable-x86_64/PKGBUILD (from rev 292165, 
kate/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-05 15:06:47 UTC (rev 292166)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kate
+pkgname=('kwrite'
+ 'kate')
+pkgver=17.03.80
+pkgrel=4
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework' 
'knewstuff' 'ktexteditor'
+ 'threadweaver' 'kitemmodels' 'kactivities')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('acbc6ab7a7263fdc5c2041a4a7615cab8f7ff5aed217491f0e86474b3758ace5'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_kwrite() {
+  pkgdesc="Text Editor"
+  groups=('kde-applications' 'kdebase')
+  url="https://www.kde.org/applications/utilities/kwrite/";
+  depends=('ktexteditor' 'kactivities' 'hicolor-icon-theme')
+  replaces=('kdebase-kwrite')
+  conflicts=('kdebase-kwrite')
+  provides=('kdebase-kwrite')
+
+  cd build/kwrite
+  make DESTDIR="${pkgdir}" install
+
+  cd ../../build/doc/kwrite
+  make DESTDIR="${pkgdir}" install
+}
+
+package_kate() {
+  pkgdesc="Advanced Text Editor"
+  groups=('kde-applications' 'kdebase')
+  url="https://www.kde.org/applications/utilities/kate/";
+  depends=('knewstuff' 'ktexteditor' 'threadweaver' 'kitemmodels' 
'kactivities' 'hicolor-icon-theme')
+  replaces=('kdesdk-kate')
+  conflicts=('kdesdk-kate')
+  provides=('kdesdk-kate')
+  optdepends=('konsole: open a terminal in Kate')
+
+  cd build/kate
+  make DESTDIR="${pkgdir}" install
+
+  cd ../../build/doc/kate
+  make DESTDIR="${pkgdir}" install
+
+  cd ../../../build/addons
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in kate/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-03-25 Thread Antonio Rojas
Date: Saturday, March 25, 2017 @ 17:27:33
  Author: arojas
Revision: 291623

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 291622, kate/kde-unstable/PKGBUILD)
Deleted:
  kate/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |  138 ++---
 1 file changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-25 17:26:35 UTC (rev 291622)
+++ PKGBUILD2017-03-25 17:27:33 UTC (rev 291623)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=kate
-pkgname=('kwrite'
- 'kate')
-pkgver=17.03.80
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework' 
'knewstuff' 'ktexteditor'
- 'threadweaver' 'kitemmodels' 'kactivities')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('acbc6ab7a7263fdc5c2041a4a7615cab8f7ff5aed217491f0e86474b3758ace5'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_kwrite() {
-  pkgdesc="Text Editor"
-  groups=('kde-applications' 'kdebase')
-  url="https://www.kde.org/applications/utilities/kwrite/";
-  depends=('ktexteditor' 'kded' 'kactivities' 'hicolor-icon-theme')
-  replaces=('kdebase-kwrite')
-  conflicts=('kdebase-kwrite')
-  provides=('kdebase-kwrite')
-
-  cd build/kwrite
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../build/doc/kwrite
-  make DESTDIR="${pkgdir}" install
-}
-
-package_kate() {
-  pkgdesc="Advanced Text Editor"
-  groups=('kde-applications' 'kdebase')
-  url="https://www.kde.org/applications/utilities/kate/";
-  depends=('knewstuff' 'ktexteditor' 'threadweaver' 'kded' 'kitemmodels' 
'kactivities' 'hicolor-icon-theme')
-  replaces=('kdesdk-kate')
-  conflicts=('kdesdk-kate')
-  provides=('kdesdk-kate')
-  optdepends=('konsole: open a terminal in Kate')
-
-  cd build/kate
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../build/doc/kate
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../../build/addons
-  make DESTDIR="${pkgdir}" install
-}

Copied: kate/repos/kde-unstable-x86_64/PKGBUILD (from rev 291622, 
kate/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-25 17:27:33 UTC (rev 291623)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kate
+pkgname=('kwrite'
+ 'kate')
+pkgver=17.03.80
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework' 
'knewstuff' 'ktexteditor'
+ 'threadweaver' 'kitemmodels' 'kactivities')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('acbc6ab7a7263fdc5c2041a4a7615cab8f7ff5aed217491f0e86474b3758ace5'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_kwrite() {
+  pkgdesc="Text Editor"
+  groups=('kde-applications' 'kdebase')
+  url="https://www.kde.org/applications/utilities/kwrite/";
+  depends=('ktexteditor' 'kded' 'kactivities' 'hicolor-icon-theme')
+  replaces=('kdebase-kwrite')
+  conflicts=('kdebase-kwrite')
+  provides=('kdebase-kwrite')
+
+  cd build/kwrite
+  make DESTDIR="${pkgdir}" install
+
+  cd ../../build/doc/kwrite
+  make DESTDIR="${pkgdir}" install
+}
+
+package_kate() {
+  pkgdesc="Advanced Text Editor"
+  groups=('kde-applications' 'kdebase')
+  url="https://www.kde.org/applications/utilities/kate/";
+  depends=('knewstuff' 'ktexteditor' 'threadweaver' 'kded' 'kitemmodels' 
'kactivities' 'hicolor-icon-theme')
+  replaces=('kdesdk-kate')
+  conflicts=('kdesdk-kate')
+  provides=('kdesdk-kate')
+  optdepends=('konsole: open a terminal in Kate')
+
+  cd build/kate
+  make DESTDIR="${pkgdir}" install
+
+  cd ../../build/doc/kate
+  make DESTDIR="${pkgdir}" install
+
+  cd ../../../build/addons
+  make DESTDIR="${pkgdir}" install
+}