wok-current view xfce4/receipt @ rev 24841
updated libuninameslist and libuninameslist-dev (20190701 -> 20211114)
| author | Hans-Günter Theisgen | 
|---|---|
| date | Fri Mar 25 09:32:35 2022 +0100 (2022-03-25) | 
| parents | c37ae188e486 | 
| children | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="xfce4"
     4 VERSION="4.12.0"
     5 CATEGORY="meta"
     6 SHORT_DESC="Xfce Desktop Environment"
     7 MAINTAINER="erjo@slitaz.org"
     8 LICENSE="GPL2"
     9 SUGGESTED="xfce4-slitaz-config"
    10 WEB_SITE="https://www.xfce.org"
    11 PROVIDE="xfce"
    13 DEPENDS="libxfce4util xfconf libxfce4ui garcon libexo xorg-xdpyinfo \
    14 xfce4-panel thunar xfce4-settings xfce4-session xfwm4 xfdesktop thunar-volman \
    15 thunar-archive-plugin xfce-utils"
    17 # Rules to gen a SliTaz package suitable for Tazpkg.
    18 genpkg_rules()
    19 {
    20 	mkdir -p $fs/usr
    21 }
    23 post_install()
    24 {
    25 	# Adding xfce to SLIM available sessions.
    26 	if ! grep -q xfce "$1/etc/slim.conf"; then
    27 		sed -i s/,jwm/,jwm,xfce/ "$1/etc/slim.conf"
    28 	fi
    30 	# Adding xfce support to tazx
    31 }