wok-next annotate xfce4/receipt @ rev 21131

Update fdupes (1.6.1), jdupes (1.11.1), paper-icon-theme (1.5.0)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jan 19 14:59:09 2019 +0200 (2019-01-19)
parents d5aab818505e
children
rev   line source
erjo@2077 1 # SliTaz package receipt.
erjo@2077 2
erjo@2077 3 PACKAGE="xfce4"
erjo@14825 4 VERSION="4.10.0"
erjo@2077 5 CATEGORY="meta"
erjo@2077 6 SHORT_DESC="Xfce Desktop Environment"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15579 8 LICENSE="GPL2"
al@21006 9 WEB_SITE="https://www.xfce.org/"
pascal@15579 10
al@21117 11 DEPENDS="libxfce4util xfconf libxfce4ui garcon libexo xfce4-panel thunar \
al@21020 12 xfce4-settings xfce4-session xfwm4 xfdesktop thunar-volman \
al@18734 13 thunar-archive-plugin xfce-utils"
al@21020 14 SUGGESTED="xfce4-slitaz-config"
erjo@2077 15
al@21020 16 post_install() {
erjo@2077 17 # Adding xfce to SLIM available sessions.
pascal@18730 18 if ! grep -q xfce "$1/etc/slim.conf"; then
pascal@18730 19 sed -i s/,jwm/,jwm,xfce/ "$1/etc/slim.conf"
erjo@2077 20 fi
al@18734 21
erjo@2077 22 # Adding xfce support to tazx
erjo@2077 23 }