wok view xfdesktop-extras/receipt @ rev 25801

created recipe for xfce4-calculator-plugin
author Hans-G?nter Theisgen
date Sat Nov 02 14:21:07 2024 +0100 (3 months ago)
parents cfb29dc98daa
children
line source
1 # SliTaz package receipt.
3 PACKAGE="xfdesktop-extras"
4 VERSION="4.12.5"
5 CATEGORY="x-window"
6 SHORT_DESC="Xfce Desktop - icons and stuff."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.xfce.org/"
11 DEPENDS="libxfce4util thunar libexo"
12 WANTED="xfdesktop"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cook_copy_folders icons
18 cook_copy_folders pixmaps
19 cook_copy_folders backgrounds
20 #~ cp -a $install/usr/share/xfce4/backdrops $fs/usr/share/xfce4
21 #~ cp -a $install/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4
22 }