🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
pkgname: xfce4
pkgver: '4.20'
pkgrel: '2'
pkgdesc: Xfce – lekkie środowisko graficzne (meta-pakiet)
url: 'https://www.xfce.org'
arch: x86_64
license:
- GPL-2.0-or-later
depends:
- xfconf
- libxfce4util
- libxfce4ui
- exo
- garcon
- xfce4-panel
- xfce4-session
- xfwm4
- xfce4-settings
- xfdesktop
- thunar
- tumbler
- xfce4-appfinder
- xfce4-terminal
- xfce4-power-manager
- xfce4-notifyd
- xfce4-screenshooter
- xfce4-taskmanager
- xfce4-dict
- xfce4-whiskermenu-plugin
- xfce4-pulseaudio-plugin
- xfce4-clipman-plugin
- xfce4-sensors-plugin
- lightdm
- desktop-file-utils
- hicolor-icon-theme
- adwaita-icon-theme
- polkit
makedepends: []
source: []
sha256sums: []
build: |
true
package: |
true
postinstall: |
# Odświeżenie bazy skrótów aplikacji i pamięci podręcznej ikon
if command -v update-desktop-database >/dev/null 2>&1; then
update-desktop-database -q /usr/share/applications || true
fi
if command -v gtk-update-icon-cache >/dev/null 2>&1; then
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor || true
fi
if command -v glib-compile-schemas >/dev/null 2>&1; then
glib-compile-schemas /usr/share/glib-2.0/schemas || true
fi