diff options
| author | Nippy <nippy@Beller-Mac-mini.lan> | 2026-09-07 19:54:23 +0200 |
|---|---|---|
| committer | Nippy <nippy@Beller-Mac-mini.lan> | 2026-09-07 19:54:23 +0200 |
| commit | 36088dfa9a0b85710ca6a8ec801e6d34aff642a3 (patch) | |
| tree | 43f0f37f5719f8b2f1dcf0e00a8e28b12d58cc39 /raveos-plasma-theme | |
| parent | ed1c9a34738f8c60467a96a5c938ec757f65861a (diff) | |
| download | RaveOS-PKGBUILD-36088dfa9a0b85710ca6a8ec801e6d34aff642a3.tar.gz RaveOS-PKGBUILD-36088dfa9a0b85710ca6a8ec801e6d34aff642a3.zip | |
fix
Diffstat (limited to 'raveos-plasma-theme')
| -rw-r--r-- | raveos-plasma-theme/.SRCINFO | 1 | ||||
| -rw-r--r-- | raveos-plasma-theme/PKGBUILD | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/raveos-plasma-theme/.SRCINFO b/raveos-plasma-theme/.SRCINFO index 099fb91..da3c96d 100644 --- a/raveos-plasma-theme/.SRCINFO +++ b/raveos-plasma-theme/.SRCINFO @@ -11,6 +11,7 @@ pkgbase = raveos-plasma-theme conflicts = raveos-cosmic-theme depends = fastfetch depends = raveos-sddm-theme + depends = wl-clipboard options = !debug pkgname = raveos-plasma-theme diff --git a/raveos-plasma-theme/PKGBUILD b/raveos-plasma-theme/PKGBUILD index c887b80..0152a44 100644 --- a/raveos-plasma-theme/PKGBUILD +++ b/raveos-plasma-theme/PKGBUILD @@ -10,7 +10,7 @@ license=('custom') options=('!debug') conflicts=('raveos-gnome-theme' 'raveos-hyprland-theme' 'raveos-cosmic-theme') -depends=('fastfetch' 'raveos-sddm-theme') +depends=('fastfetch' 'raveos-sddm-theme' 'wl-clipboard') install="${pkgname}.install" source=() |