[arch-commits] Commit in (12 files)
Antonio Rojas
arojas at archlinux.org
Fri Nov 13 23:55:00 UTC 2020
Date: Friday, November 13, 2020 @ 23:54:59
Author: arojas
Revision: 400774
Update to 20.12 beta
Added:
konversation/kde-unstable/
konversation/kde-unstable/PKGBUILD
kpmcore/kde-unstable/
kpmcore/kde-unstable/PKGBUILD
ktorrent/kde-unstable/
ktorrent/kde-unstable/PKGBUILD
libktorrent/kde-unstable/
libktorrent/kde-unstable/PKGBUILD
markdownpart/kde-unstable/
markdownpart/kde-unstable/PKGBUILD
partitionmanager/kde-unstable/
partitionmanager/kde-unstable/PKGBUILD
----------------------------------------+
konversation/kde-unstable/PKGBUILD | 33 ++++++++++++++++++++++++++
kpmcore/kde-unstable/PKGBUILD | 38 +++++++++++++++++++++++++++++++
ktorrent/kde-unstable/PKGBUILD | 31 +++++++++++++++++++++++++
libktorrent/kde-unstable/PKGBUILD | 27 ++++++++++++++++++++++
markdownpart/kde-unstable/PKGBUILD | 27 ++++++++++++++++++++++
partitionmanager/kde-unstable/PKGBUILD | 29 +++++++++++++++++++++++
6 files changed, 185 insertions(+)
Added: konversation/kde-unstable/PKGBUILD
===================================================================
--- konversation/kde-unstable/PKGBUILD (rev 0)
+++ konversation/kde-unstable/PKGBUILD 2020-11-13 23:54:59 UTC (rev 400774)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Tom Gundersen <teg at jklm.no>
+# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: James Rayner <iphitus at gmail.com>
+# Contributor: Sergio Jovani Guzman <moret at paretux.org>
+
+pkgname=konversation
+pkgver=20.11.80
+pkgrel=1
+pkgdesc="A user-friendly and fully-featured IRC client"
+arch=(x86_64)
+url="https://konversation.kde.org"
+depends=(knotifyconfig kparts kidletime knewstuff phonon-qt5 qca-qt5 hicolor-icon-theme perl)
+optdepends=('python: python scripting support' 'keditbookmarks: for managing bookmarks')
+makedepends=(extra-cmake-modules kdoctools)
+license=(GPL2 FDL)
+groups=(kde-applications kde-network)
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('797e94cbbcd562662f313a3e18580239a31288775612342b307d28eac4a895dd'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
Added: kpmcore/kde-unstable/PKGBUILD
===================================================================
--- kpmcore/kde-unstable/PKGBUILD (rev 0)
+++ kpmcore/kde-unstable/PKGBUILD 2020-11-13 23:54:59 UTC (rev 400774)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kpmcore
+pkgver=20.11.80
+pkgrel=1
+pkgdesc="Library for managing partitions"
+arch=(x86_64)
+url="https://www.kde.org/applications/system/kdepartitionmanager/"
+license=(GPL2)
+depends=(smartmontools kcoreaddons kwidgetsaddons ki18n polkit-qt5 qca)
+makedepends=(extra-cmake-modules kauth)
+optdepends=('e2fsprogs: ext2/3/4 support'
+ 'xfsprogs: XFS support'
+ 'jfsutils: JFS support'
+ 'reiserfsprogs: Reiser support'
+ 'ntfs-3g: NTFS support'
+ 'dosfstools: FAT32 support'
+ 'fatresize: FAT resize support'
+ 'f2fs-tools: F2FS support'
+ 'exfat-utils: exFAT support'
+ 'nilfs-utils: nilfs support'
+ 'udftools: UDF support')
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8f909ffde68dcc2d3d35b412157236f64debae1a0498690bba64f8ef3545d00e'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DCMAKE_INSTALL_LIBEXECDIR=lib \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
Added: ktorrent/kde-unstable/PKGBUILD
===================================================================
--- ktorrent/kde-unstable/PKGBUILD (rev 0)
+++ ktorrent/kde-unstable/PKGBUILD 2020-11-13 23:54:59 UTC (rev 400774)
@@ -0,0 +1,31 @@
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Travis Willard <travisw at wmpub.ca>
+# Contributor: Georg Grabler <ggrabler at gmail.com>
+
+pkgname=ktorrent
+pkgver=20.11.80
+pkgrel=1
+pkgdesc="A powerful BitTorrent client for KDE"
+arch=(x86_64)
+url='https://www.kde.org/applications/internet/ktorrent/'
+license=(GPL2)
+depends=(libktorrent kcmutils knotifyconfig kross phonon-qt5 qt5-webengine)
+makedepends=(extra-cmake-modules kdoctools boost plasma-workspace kdnssd taglib syndication kplotting geoip)
+optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 'taglib: mediaplayer plugin' 'geoip: info widget plugin'
+ 'syndication: syndication plugin' 'kplotting: statistics plugin')
+groups=(kde-applications kde-network)
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8b4fa4214e4d78db689b37c73cdcd1ddb7e463dfb3050526719b4111289205be'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DWITH_SYSTEM_GEOIP=ON
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
Added: libktorrent/kde-unstable/PKGBUILD
===================================================================
--- libktorrent/kde-unstable/PKGBUILD (rev 0)
+++ libktorrent/kde-unstable/PKGBUILD 2020-11-13 23:54:59 UTC (rev 400774)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libktorrent
+pkgver=20.11.80
+pkgrel=1
+pkgdesc="A BitTorrent protocol implementation"
+arch=(x86_64)
+url="https://www.kde.org/applications/internet/ktorrent/"
+license=(GPL2)
+depends=(kio qca)
+makedepends=(extra-cmake-modules boost doxygen)
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d3824da0fdb31bf5f4c8bb2ab5392cfb6098c062ee5ccb035984b0953ddb5831'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+build() {
+ cmake -B build -S $pkgname-$pkgver
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
Added: markdownpart/kde-unstable/PKGBUILD
===================================================================
--- markdownpart/kde-unstable/PKGBUILD (rev 0)
+++ markdownpart/kde-unstable/PKGBUILD 2020-11-13 23:54:59 UTC (rev 400774)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=markdownpart
+pkgver=20.11.80
+pkgrel=1
+pkgdesc='KPart for rendering Markdown content'
+arch=(x86_64)
+url='https://kde.org/'
+license=(GPL)
+depends=(kparts)
+makedepends=(extra-cmake-modules)
+groups=(kde-applications kde-utilities)
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ea96f415ab9488d7ddebc8fff636286f3ba583cb2fb2fa3e151776f4c4c72097'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
Added: partitionmanager/kde-unstable/PKGBUILD
===================================================================
--- partitionmanager/kde-unstable/PKGBUILD (rev 0)
+++ partitionmanager/kde-unstable/PKGBUILD 2020-11-13 23:54:59 UTC (rev 400774)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Nick B <Shirakawasuna at gmail _dot_com>
+
+pkgname=partitionmanager
+pkgver=20.11.80
+pkgrel=1
+pkgdesc="A KDE utility that allows you to manage disks, partitions, and file systems"
+arch=(x86_64)
+url="https://kde.org/applications/system/org.kde.partitionmanager"
+license=(GPL2)
+depends=(kpmcore hicolor-icon-theme kio)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kde-applications kde-system)
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ab26b354ca10fb43769db0f313e636e58948c29616a91965ffd8bdf672c647ac'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
More information about the arch-commits
mailing list