diff options
| author | Nippy <nippy@rp1.hu> | 2026-06-24 15:16:35 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-06-24 15:16:35 +0200 |
| commit | eceef4cf3eb879f617212c2342c3e42f838c9354 (patch) | |
| tree | 5558ed3fb035b7413f1b4f361cd1eba7bffe8911 | |
| parent | 622c06d16e6ee58496115f785e4a5267094bcfa3 (diff) | |
| download | RaveOS-PKGBUILD-eceef4cf3eb879f617212c2342c3e42f838c9354.tar.gz RaveOS-PKGBUILD-eceef4cf3eb879f617212c2342c3e42f838c9354.zip | |
theme ütközés fix
| -rw-r--r-- | raveos-cosmic-theme/PKGBUILD | 3 | ||||
| -rw-r--r-- | raveos-gnome-theme/PKGBUILD | 3 | ||||
| -rw-r--r-- | raveos-hyprland-theme/PKGBUILD | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/raveos-cosmic-theme/PKGBUILD b/raveos-cosmic-theme/PKGBUILD index 51af77a..eb84501 100644 --- a/raveos-cosmic-theme/PKGBUILD +++ b/raveos-cosmic-theme/PKGBUILD @@ -11,11 +11,12 @@ pkgname=raveos-cosmic-theme pkgver=0.0.0 -pkgrel=9 +pkgrel=10 pkgdesc="RaveOS Cosmic theme payload and installer" arch=('any') url="https://raveos.local" license=('custom') +conflicts=('raveos-hyprland-theme' 'raveos-gnome-theme') depends=('fastfetch') diff --git a/raveos-gnome-theme/PKGBUILD b/raveos-gnome-theme/PKGBUILD index 631b8bd..3c9d6fa 100644 --- a/raveos-gnome-theme/PKGBUILD +++ b/raveos-gnome-theme/PKGBUILD @@ -11,11 +11,12 @@ pkgname=raveos-gnome-theme pkgver=0.0.0 -pkgrel=22 +pkgrel=23 pkgdesc="RaveOS GNOME theme payload and installer" arch=('any') url="https://raveos.local" license=('custom') +conflicts=('raveos-hyprland-theme' 'raveos-cosmic-theme') depends=('fastfetch') diff --git a/raveos-hyprland-theme/PKGBUILD b/raveos-hyprland-theme/PKGBUILD index 05cfdf1..2a1d6ea 100644 --- a/raveos-hyprland-theme/PKGBUILD +++ b/raveos-hyprland-theme/PKGBUILD @@ -15,6 +15,7 @@ pkgdesc="RaveOS Hyprland theme payload and installer (includes DankMaterialShell arch=('any') url="https://raveos.local" license=('custom') +conflicts=('raveos-cosmic-theme' 'raveos-gnome-theme') # Futáshoz szükséges csomagok depends=( |