[arch-commits] Commit in kate/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Thu Sep 7 17:57:11 UTC 2017
Date: Thursday, September 7, 2017 @ 17:57:10
Author: arojas
Revision: 304846
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
kate/repos/extra-i686/PKGBUILD
(from rev 304845, kate/trunk/PKGBUILD)
kate/repos/extra-x86_64/PKGBUILD
(from rev 304845, kate/trunk/PKGBUILD)
Deleted:
kate/repos/extra-i686/PKGBUILD
kate/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 124 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 62 ------------------------
extra-x86_64/PKGBUILD | 62 ------------------------
3 files changed, 124 insertions(+), 124 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2017-09-07 17:56:47 UTC (rev 304845)
+++ extra-i686/PKGBUILD 2017-09-07 17:57:10 UTC (rev 304846)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgbase=kate
-pkgname=(kwrite kate)
-pkgver=17.08.0
-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=('f25a39c7e272713940e82d53c1e8b266cf1d7acad3eeb7dd229f166fc8e0667d'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
- F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgbase-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DKDE_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/extra-i686/PKGBUILD (from rev 304845, kate/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-07 17:57:10 UTC (rev 304846)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgbase=kate
+pkgname=(kwrite kate)
+pkgver=17.08.1
+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=('14b4efb33e5acaa908f00411cd8f9f564e164d90435fd132646b47635ed2e17c'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgbase-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DKDE_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
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2017-09-07 17:56:47 UTC (rev 304845)
+++ extra-x86_64/PKGBUILD 2017-09-07 17:57:10 UTC (rev 304846)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgbase=kate
-pkgname=(kwrite kate)
-pkgver=17.08.0
-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=('f25a39c7e272713940e82d53c1e8b266cf1d7acad3eeb7dd229f166fc8e0667d'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
- F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgbase-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DKDE_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/extra-x86_64/PKGBUILD (from rev 304845, kate/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2017-09-07 17:57:10 UTC (rev 304846)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgbase=kate
+pkgname=(kwrite kate)
+pkgver=17.08.1
+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=('14b4efb33e5acaa908f00411cd8f9f564e164d90435fd132646b47635ed2e17c'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgbase-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DKDE_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
+}
More information about the arch-commits
mailing list