From 99132d0d36587eb3f1f936500c0543f37dc2dd50 Mon Sep 17 00:00:00 2001 From: oklopfer <104327997+oklopfer@users.noreply.github.com> Date: Wed, 6 Sep 2023 15:00:49 -0400 Subject: [PATCH] upd(unicorn-{desktop,mobile}-git): ensure thunar thumbnails (#4523) --- .../unicorn-desktop-git/unicorn-desktop-git.pacscript | 10 ++++++++-- .../unicorn-mobile-git/unicorn-mobile-git.pacscript | 7 +++++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/packages/unicorn-desktop-git/unicorn-desktop-git.pacscript b/packages/unicorn-desktop-git/unicorn-desktop-git.pacscript index 7e14b2aeef..fdb5166ca9 100644 --- a/packages/unicorn-desktop-git/unicorn-desktop-git.pacscript +++ b/packages/unicorn-desktop-git/unicorn-desktop-git.pacscript @@ -1,8 +1,14 @@ name="unicorn-desktop-git" url="https://github.com/rhino-linux/unicorn.git" pkgver="0.0.1" -pkgrel="5" -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") +pkgrel="6" +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") pacdeps=("lightpad-git" "papirus-folders" "ulauncher-deb") gives="unicorn-desktop" replace=("unicorn-mobile" "unicorn-mobile-git") diff --git a/packages/unicorn-mobile-git/unicorn-mobile-git.pacscript b/packages/unicorn-mobile-git/unicorn-mobile-git.pacscript index 09683c3873..5277048d7f 100644 --- a/packages/unicorn-mobile-git/unicorn-mobile-git.pacscript +++ b/packages/unicorn-mobile-git/unicorn-mobile-git.pacscript @@ -1,8 +1,11 @@ name="unicorn-mobile-git" url="https://github.com/rhino-linux/unicorn.git" pkgver="0.0.1" -pkgrel="2" -depends=("xfwm4" "xfdashboard" "xfdashboard-plugins" "plank" "dconf-cli" "yaru-theme-icon" "yaru-theme-gtk" "papirus-icon-theme" "onboard" "xfce4-helpers" "xiccd" "xfce4" "dbus-x11" "hardinfo" "xarchiver" "xdg-desktop-portal-gtk" "xserver-xorg-video-vesa" "xserver-xorg-video-fbdev") +pkgrel="3" +depends=("xfwm4" "xfdashboard" "xfdashboard-plugins" "plank" "dconf-cli" "yaru-theme-icon" "yaru-theme-gtk" \ +"papirus-icon-theme" "onboard" "xfce4-helpers" "xiccd" "xfce4" "dbus-x11" "hardinfo" "xarchiver" \ +"xdg-desktop-portal-gtk" "xserver-xorg-video-vesa" "xserver-xorg-video-fbdev" "tumbler" "tumbler-plugins-extra" \ +"ffmpegthumbnailer") pacdeps=("xfce4-settings-pine-git" "lightpad-git" "papirus-folders" "ulauncher-deb") gives="unicorn-mobile" replace=("unicorn-desktop" "unicorn-desktop-git")