wok-next view xfce4/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 690e7cc036d5
children 0efaf035ff76
line source
1 # SliTaz package receipt.
3 PACKAGE="xfce4"
4 VERSION="4.10.0"
5 CATEGORY="meta"
6 SHORT_DESC="Xfce Desktop Environment"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.xfce.org/"
11 DEPENDS="libxfce4util xfconf libxfce4ui garcon exo xfce4-panel thunar \
12 xfce4-settings xfce4-session xfwm4 xfdesktop thunar-volman \
13 thunar-archive-plugin xfce-utils"
14 SUGGESTED="xfce4-slitaz-config"
16 post_install() {
17 # Adding xfce to SLIM available sessions.
18 if ! grep -q xfce "$1/etc/slim.conf"; then
19 sed -i s/,jwm/,jwm,xfce/ "$1/etc/slim.conf"
20 fi
22 # Adding xfce support to tazx
23 }