[arch-commits] Commit in kate (trunk trunk trunk/PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Aug 20 08:38:11 UTC 2019
Date: Tuesday, August 20, 2019 @ 08:38:10
Author: felixonmars
Revision: 360183
upgpkg: kate 19.08.0-1
KDE Applications 19.08.0
Added:
kate/trunk/
kate/trunk/PKGBUILD
Deleted:
kate/trunk/
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 60 insertions(+)
Added: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD (rev 0)
+++ trunk/PKGBUILD 2019-08-20 08:38:10 UTC (rev 360183)
@@ -0,0 +1,60 @@
+# 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=19.08.0
+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/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
+sha256sums=('79fbda36a0c80e2838d3d882e9546732403320bbd343cec4a984cdb0e8131582'
+ '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_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
+}
Property changes on: kate/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list