summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Short2023-10-28 15:05:25 -0600
committerLuke Short2023-10-28 15:05:49 -0600
commit58977c174bc75a4969a08672649f0dd36dce5cef (patch)
treece996d341a0bde62071724328c3b23c2f1465840
parent25bd2c29c8b960e2017eeaae71d82d33c54efe99 (diff)
downloadaur-58977c174bc75a4969a08672649f0dd36dce5cef.tar.gz
Rename package
From 'vapor-steamos-theme-kde' to 'plasma5-themes-vapor-steamos'. This now uses the correct naming convention for a KDE Plasma theme.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f97b4b891587..29cfc970b956 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
-pkgbase = vapor-steamos-theme-kde
+pkgbase = plasma5-themes-vapor-steamos
pkgdesc = Vapor theme for KDE Plasma from SteamOS 3
pkgver = 0.16
- pkgrel = 2
+ pkgrel = 3
arch = any
license = GPL2
+ conflicts = vapor-steamos-theme-kde
+ replaces = vapor-steamos-theme-kde
source = https://steamdeck-packages.steamos.cloud/archlinux-mirror/jupiter-rel/os/x86_64/steamdeck-kde-presets-0.16-1-any.pkg.tar.zst
sha512sums = 780d8796a9f37d7a46fbc92f0e1aaddf05f764c9099cabc5a2c4c134ec1473c856f441e1547437cd2175e2d86e26f09f9922c9477c83ba287f7ded8adc228291
-pkgname = vapor-steamos-theme-kde
+pkgname = plasma5-themes-vapor-steamos
diff --git a/PKGBUILD b/PKGBUILD
index c5dc19edf230..6b72207970d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,17 @@
# Maintainer: Luke Short <ekultails at gmail dot com>
-pkgname=vapor-steamos-theme-kde
+pkgname=plasma5-themes-vapor-steamos
pkgver=0.16
-pkgrel=2
+pkgrel=3
pkgdesc="Vapor theme for KDE Plasma from SteamOS 3"
license=("GPL2")
arch=("any")
source=("https://steamdeck-packages.steamos.cloud/archlinux-mirror/jupiter-rel/os/x86_64/steamdeck-kde-presets-${pkgver}-1-any.pkg.tar.zst")
sha512sums=("780d8796a9f37d7a46fbc92f0e1aaddf05f764c9099cabc5a2c4c134ec1473c856f441e1547437cd2175e2d86e26f09f9922c9477c83ba287f7ded8adc228291")
+# This was the old package name using the incorrect naming convention.
+# https://wiki.archlinux.org/title/KDE_package_guidelines#KF5_package_naming
+conflicts=("vapor-steamos-theme-kde")
+replaces=("vapor-steamos-theme-kde")
package() {
echo "PKG DIR: $pkgdir"