wok-next view mate-sensors-applet/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents 342b30daff76
children 9102678083fb
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mate-sensors-applet"
4 VERSION="1.18.3"
5 CATEGORY="x-window"
6 SHORT_DESC="Display readings from hardware sensors in your MATE panel"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/mate-desktop/mate-sensors-applet"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/mate-desktop/mate-sensors-applet/archive/v$VERSION.tar.gz"
14 BUILD_DEPENDS="mate-common yelp-tools gtk+3-dev mate-panel-dev dbus-glib-dev \
15 libatasmart-dev libnotify-dev lm-sensors-dev libxslt-dev itstool"
16 SPLIT="mate-sensors-applet-dev"
18 compile_rules() {
19 ./autogen.sh \
20 $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 mate-sensors-applet)
29 copy @std
30 DEPENDS="cairo dbus-glib gdk-pixbuf glib gtk+3 libatasmart \
31 libnotify lm-sensors mate-panel"
32 ;;
33 *-dev)
34 copy @dev
35 ;;
36 esac
37 TAGS="MATE"
38 }