wok annotate xfce4/receipt @ rev 22802

freetype: add freetype-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 28 09:23:39 2020 +0100 (2020-01-28)
parents c37ae188e486
children
rev   line source
erjo@2077 1 # SliTaz package receipt.
erjo@2077 2
erjo@2077 3 PACKAGE="xfce4"
erkan@22419 4 VERSION="4.12.0"
erjo@2077 5 CATEGORY="meta"
erjo@2077 6 SHORT_DESC="Xfce Desktop Environment"
erjo@2077 7 MAINTAINER="erjo@slitaz.org"
pascal@15579 8 LICENSE="GPL2"
pascal@15579 9 SUGGESTED="xfce4-slitaz-config"
pascal@20671 10 WEB_SITE="https://www.xfce.org"
pascal@20190 11 PROVIDE="xfce"
pascal@15579 12
pascal@20189 13 DEPENDS="libxfce4util xfconf libxfce4ui garcon libexo xorg-xdpyinfo \
al@18734 14 xfce4-panel thunar xfce4-settings xfce4-session xfwm4 xfdesktop thunar-volman \
al@18734 15 thunar-archive-plugin xfce-utils"
erjo@2077 16
erjo@2077 17 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@2077 18 genpkg_rules()
erjo@2077 19 {
erjo@2077 20 mkdir -p $fs/usr
erjo@2077 21 }
erjo@2077 22
erjo@2077 23 post_install()
erjo@2077 24 {
erjo@2077 25 # Adding xfce to SLIM available sessions.
pascal@18730 26 if ! grep -q xfce "$1/etc/slim.conf"; then
pascal@18730 27 sed -i s/,jwm/,jwm,xfce/ "$1/etc/slim.conf"
erjo@2077 28 fi
al@18734 29
erjo@2077 30 # Adding xfce support to tazx
erjo@2077 31 }