Skip to content

Commit

Permalink
fix(unicorn-desktop-git): dep not on arm64 (#6807)
Browse files Browse the repository at this point in the history
Co-authored-by: ook37 <[email protected]>
  • Loading branch information
oklopfer and ook37 authored Dec 31, 2024
1 parent 6bd9485 commit fee7be1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
7 changes: 4 additions & 3 deletions packages/unicorn-desktop-git/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
pkgbase = unicorn-desktop-git
gives = unicorn-desktop
pkgver = 0.0.1
pkgrel = 8
pkgrel = 9
pkgdesc = Unicorn Desktop by the Rhino Linux Team
priority = required
arch = all
arch = amd64
arch = arm64
depends = xfwm4
depends = xfdashboard
depends = xfdashboard-plugins
Expand Down Expand Up @@ -44,7 +45,6 @@ pkgbase = unicorn-desktop-git
depends = libxfce4ui-utils
depends = at-spi2-core
depends = alsa-ucm-conf
depends = xserver-xorg-video-intel
pacdeps = lightpad-git
pacdeps = papirus-folders
pacdeps = ulauncher-deb
Expand All @@ -58,5 +58,6 @@ pkgbase = unicorn-desktop-git
incompatible = debian:*
maintainer = Oren Klopfer <[email protected]>
source = https://github.com/rhino-linux/unicorn.git
depends_amd64 = xserver-xorg-video-intel

pkgname = unicorn-desktop-git
7 changes: 4 additions & 3 deletions packages/unicorn-desktop-git/unicorn-desktop-git.pacscript
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
pkgname="unicorn-desktop-git"
source=("https://github.com/rhino-linux/unicorn.git")
arch=("all")
arch=("amd64" "arm64")
pkgver="0.0.1"
pkgrel="8"
pkgrel="9"
depends=("xfwm4" "xfdashboard" "xfdashboard-plugins" "xfce4-appmenu-plugin" "vala-panel-plugins-wnck"
"vala-panel-appmenu" "appmenu-gtk2-module" "appmenu-gtk3-module" "xfce4-power-manager"
"xfce4-power-manager-plugins" "xfce4-pulseaudio-plugin" "xfce4-helpers" "pavucontrol"
"plank" "dconf-cli" "yaru-theme-icon" "yaru-theme-gtk" "papirus-icon-theme" "firmware-sof-signed"
"dbus-x11" "hardinfo" "xarchiver" "xdg-desktop-portal-gtk" "xserver-xorg-video-vesa"
"xserver-xorg-video-fbdev" "light-locker" "light-locker-settings" "tumbler" "tumbler-plugins-extra"
"ffmpegthumbnailer" "bluez-firmware" "xserver-xorg-input-multitouch" "xserver-xorg-input-synaptics"
"ukui-touchpadserver" "pipewire-audio | pulseaudio-module-bluetooth" "bluetooth" "libxfce4ui-utils" "at-spi2-core" "alsa-ucm-conf" "xserver-xorg-video-intel")
"ukui-touchpadserver" "pipewire-audio | pulseaudio-module-bluetooth" "bluetooth" "libxfce4ui-utils" "at-spi2-core" "alsa-ucm-conf")
depends_amd64=("xserver-xorg-video-intel")
pacdeps=("lightpad-git" "papirus-folders" "ulauncher-deb" "cortile" "adw-gtk-theme" "rhino-xfwm4-theme-git" "appmenu-registrar-backport" "xfce4-dynamic-workspaces-plugin-git")
gives="unicorn-desktop"
replaces=("unicorn-mobile" "unicorn-mobile-git")
Expand Down
7 changes: 4 additions & 3 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -11725,10 +11725,11 @@ pkgname = unicons-git
pkgbase = unicorn-desktop-git
gives = unicorn-desktop
pkgver = 0.0.1
pkgrel = 8
pkgrel = 9
pkgdesc = Unicorn Desktop by the Rhino Linux Team
priority = required
arch = all
arch = amd64
arch = arm64
depends = xfwm4
depends = xfdashboard
depends = xfdashboard-plugins
Expand Down Expand Up @@ -11768,7 +11769,6 @@ pkgbase = unicorn-desktop-git
depends = libxfce4ui-utils
depends = at-spi2-core
depends = alsa-ucm-conf
depends = xserver-xorg-video-intel
pacdeps = lightpad-git
pacdeps = papirus-folders
pacdeps = ulauncher-deb
Expand All @@ -11782,6 +11782,7 @@ pkgbase = unicorn-desktop-git
incompatible = debian:*
maintainer = Oren Klopfer <[email protected]>
source = https://github.com/rhino-linux/unicorn.git
depends_amd64 = xserver-xorg-video-intel

pkgname = unicorn-desktop-git
---
Expand Down

0 comments on commit fee7be1

Please sign in to comment.