summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiovanni Santini2024-04-03 21:45:10 +0200
committerGiovanni Santini2024-04-03 21:53:21 +0200
commit53c514caae851a6a5dde9bd6bbfc06e5cc4bb9e7 (patch)
tree7336a1eda9c641336a19ed88ddf36c7a59549737 /PKGBUILD
parent62a7026b83ef7f0740d6cec82419b771bb0050f8 (diff)
downloadaur-arc-kde.tar.gz
upgpkg: arc-kde 20220908-3
- Rename the package in order to match the KDE packaging convention. - Make the theme package a transitional package.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 11 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 56957f457987..6456e8dd5e3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Bruno Pagani <archange@archlinux.org>
pkgbase=arc-kde
-pkgname=(arc-kde kvantum-theme-arc)
+pkgname=(arc-kde plasma5-themes-arc kvantum-theme-arc)
pkgver=20220908
-pkgrel=2
+pkgrel=3
pkgdesc="Arc theme for KDE Plasma 5"
arch=(any)
url="https://github.com/PapirusDevelopmentTeam/${pkgbase}"
@@ -18,7 +18,16 @@ optdepends=(
)
package_arc-kde() {
+ pkgdesc='Arc theme for Plasma 5 - Transitional package (install "plasma5-themes-arc")'
+ depends=('plasma5-themes-arc')
+}
+
+# New package name using:
+# https://wiki.archlinux.org/title/KDE_package_guidelines#KF5_package_naming
+package_plasma5-themes-arc() {
optdepends+=('kvantum-theme-arc: Arc theme for Kvantum Qt style (recommended)')
+ provides=('arc-kde')
+ replaces=('arc-kde')
cd ${pkgbase}-${pkgver}
DESTDIR=$pkgdir IGNORE=Kvantum make install