Commit 7fc3f9c
0
plików
+0
dodanych
-0
usuniętych
@@ -1,49 +1,63 @@
1
-pkgname: xfce4
2
-pkgver: '4.20'
3
-pkgrel: '2'
4
-pkgdesc: 'Xfce – lekkie środowisko graficzne (meta-pakiet)'
5
-url: 'https://www.xfce.org'
6
-arch: x86_64
7
-license:
8
-- 'GPL-2.0-or-later'
9
-
10
-depends:
11
-- xfconf
12
-- libxfce4util
13
-- libxfce4ui
14
-- exo
15
-- garcon
16
-- xfce4-panel
17
-- xfce4-session
18
-- xfwm4
19
-- xfce4-settings
20
-- xfdesktop
21
-- thunar
22
-- tumbler
23
-- xfce4-appfinder
24
-- xfce4-terminal
25
-- xfce4-power-manager
26
-- xfce4-notifyd
27
-- xfce4-screenshooter
28
-- xfce4-taskmanager
29
-- xfce4-dict
30
-- xfce4-whiskermenu-plugin
31
-- xfce4-pulseaudio-plugin
32
-- xfce4-clipman-plugin
33
-- xfce4-sensors-plugin
34
-- lightdm
35
-- desktop-file-utils
36
-- hicolor-icon-theme
37
-- adwaita-icon-theme
38
-- polkit
39
-
40
-makedepends: []
41
-
42
-source: []
43
-sha256sums: []
44
-
45
-build: |
46
- true
47
-
48
-package: |
49
- true
1
+pkgname: xfce4
2
+pkgver: '4.20'
3
+pkgrel: '2'
4
+pkgdesc: Xfce – lekkie środowisko graficzne (meta-pakiet)
5
+url: 'https://www.xfce.org'
6
+arch: x86_64
7
+license:
8
+- GPL-2.0-or-later
9
+
10
+depends:
11
+- xfconf
12
+- libxfce4util
13
+- libxfce4ui
14
+- exo
15
+- garcon
16
+- xfce4-panel
17
+- xfce4-session
18
+- xfwm4
19
+- xfce4-settings
20
+- xfdesktop
21
+- thunar
22
+- tumbler
23
+- xfce4-appfinder
24
+- xfce4-terminal
25
+- xfce4-power-manager
26
+- xfce4-notifyd
27
+- xfce4-screenshooter
28
+- xfce4-taskmanager
29
+- xfce4-dict
30
+- xfce4-whiskermenu-plugin
31
+- xfce4-pulseaudio-plugin
32
+- xfce4-clipman-plugin
33
+- xfce4-sensors-plugin
34
+- lightdm
35
+- desktop-file-utils
36
+- hicolor-icon-theme
37
+- adwaita-icon-theme
38
+- polkit
39
+
40
+makedepends: []
41
+
42
+source: []
43
+sha256sums: []
44
+
45
+build: |
46
+ true
47
+
48
+package: |
49
+ true
50
+
51
+postinstall: |
52
+ # Odświeżenie bazy skrótów aplikacji i pamięci podręcznej ikon
53
+ if command -v update-desktop-database >/dev/null 2>&1; then
54
+ update-desktop-database -q /usr/share/applications || true
55
+ fi
56
+
57
+ if command -v gtk-update-icon-cache >/dev/null 2>&1; then
58
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor || true
59
+ fi
60
+
61
+ if command -v glib-compile-schemas >/dev/null 2>&1; then
62
+ glib-compile-schemas /usr/share/glib-2.0/schemas || true
63
+ fi