wok view xfce4-ristretto/receipt @ rev 22781

updated freetype and freetype-dev (2.6.4 -> 2.10.1)
author Hans-G?nter Theisgen
date Sun Jan 26 09:26:49 2020 +0100 (2020-01-26)
parents c86e41198e76
children 17091bc7c301
line source
1 # SliTaz package receipt.
3 PACKAGE="xfce4-ristretto"
4 VERSION="0.6.3"
5 CATEGORY="x-window"
6 SHORT_DESC="Picture-viewer for Xfce"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 SOURCE="ristretto"
10 TARBALL="$SOURCE-$VERSION.tar.bz2"
11 WEB_SITE="https://goodies.xfce.org/projects/applications/ristretto"
12 WGET_URL="http://archive.xfce.org/src/apps/$SOURCE/${VERSION%.*}/$TARBALL"
14 DEPENDS="libxfce4util libxfce4ui libexif dbus-glib thunar gamin xfconf"
15 BUILD_DEPENDS="xfce4-dev-tools intltool libexif-dev dbus-glib-dev libxfce4util-dev \
16 libxfce4ui-dev xfconf-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 ./configure && make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr \
29 $fs/usr/share/icons/hicolor \
30 $fs/usr/share/pixmaps
32 cp -a $install/usr/bin $fs/usr
33 cp -a $install/usr/share/icons/hicolor/16* $fs/usr/share/icons/hicolor
34 cp -a $install/usr/share/icons/hicolor/48* $fs/usr/share/icons/hicolor
35 ln -s /usr/share/icons/hicolor/48x48/apps/$SOURCE.png $fs/usr/share/pixmaps/$SOURCE.png
36 }
38 post_install()
39 {
40 echo
41 echo "Execute post-install command"
42 gtk-update-icon-cache -f -t -q "$1/usr/share/icons/hicolor"
43 }