wok view adeskbar/receipt @ rev 20698

updated adeskbar (0.4.3 -> 0.5.1)
author Hans-G?nter Theisgen
date Tue Feb 05 16:34:44 2019 +0100 (2019-02-05)
parents a5f6371c3254
children 3e2a0347b2f1
line source
1 # SliTaz package receipt.
3 PACKAGE="adeskbar"
4 VERSION="0.5.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="ADesk Bar - application launcher for Openbox"
7 MAINTAINER="gokhlayeh@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://launchpad.net/adeskbar"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="http://download.tuxfamily.org/$PACKAGE/sources/$TARBALL"
13 DEPENDS="python pygtk pycairo gnome-menus python-xdg"
14 SUGGESTED="python-xlib dbus-python python-pyalsaaudio"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p \
20 $fs/usr/share/adeskbar \
21 $fs/usr/bin \
22 $fs/usr/share/pixmaps \
23 $fs/usr/share/applications
24 cp -a $src/src/* $fs/usr/share/adeskbar
25 cp $src/src/images/adeskbar.png $fs/usr/share/pixmaps
26 cp $src/adeskbar.desktop $fs/usr/share/applications
27 cp $src/adeskbar.sh $fs/usr/bin/adeskbar
28 chown -R root:root $fs
29 find $fs -type f -name '*.png' -exec chmod 644 \{\} \;
30 }