Skip to content

Commit

Permalink
upd(unicorn-{desktop,mobile}-git): ensure thunar thumbnails (#4523)
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Sep 6, 2023
1 parent f89dc27 commit 99132d0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
10 changes: 8 additions & 2 deletions packages/unicorn-desktop-git/unicorn-desktop-git.pacscript
Original file line number Diff line number Diff line change
@@ -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")
Expand Down
7 changes: 5 additions & 2 deletions packages/unicorn-mobile-git/unicorn-mobile-git.pacscript
Original file line number Diff line number Diff line change
@@ -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")
Expand Down

0 comments on commit 99132d0

Please sign in to comment.