wok view thunar-volman/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 6135577f4d08
children 669f61f44760
line source
1 # SliTaz package receipt.
3 PACKAGE="thunar-volman"
4 VERSION="0.8.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Thunar Volume Manager plugin"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="https://www.xfce.org/"
11 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION:0:3}/$TARBALL"
13 DEPENDS="thunar libxfce4ui startup-notification"
14 BUILD_DEPENDS="thunar-dev glibc-locale intltool libexo-dev libgudev-dev libxfce4ui-dev \
15 xfconf-dev startup-notification-dev util-linux-uuid-dev libxml2-dev libnotify-dev
16 libxfce4util-dev xcb-util-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 ./configure \
23 --prefix=/usr \
24 --disable-debug \
25 --enable-notifications \
26 --libexecdir=/usr/lib/$PACKAGE $CONFIGURE_ARGS && \
27 make && make install
28 }
30 # Rules to gen a SliTaz package suitable for Tazpkg.
31 genpkg_rules()
32 {
33 mkdir -p $fs/usr/share/locale $fs/usr/lib
35 cp -a $install/usr/bin $fs/usr
36 cp -a $install/usr/share/applications $fs/usr/share
37 cp -a $install/usr/share/icons $fs/usr/share
38 cp -a $install/usr/share/locale/fr $fs/usr/share/locale
40 #gtk-update-icon-cache -f -t $fs/usr/share/icons/hicolor
41 }