wok-next annotate adeskbar/receipt @ rev 20607

perdition: up 2.2
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 19 15:57:59 2018 +0300 (2018-04-19)
parents a5f6371c3254
children a00b398faf9e
rev   line source
al@20500 1 # SliTaz package receipt v2.
gokhlayeh@6350 2
gokhlayeh@6350 3 PACKAGE="adeskbar"
pascal@14791 4 VERSION="0.4.3"
gokhlayeh@6350 5 CATEGORY="system-tools"
al@14789 6 SHORT_DESC="ADesk Bar - application launcher for Openbox"
gokhlayeh@7034 7 MAINTAINER="gokhlayeh@slitaz.org"
al@14789 8 LICENSE="GPL3"
al@14789 9 WEB_SITE="https://launchpad.net/adeskbar"
al@20500 10
al@14789 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@14789 12 WGET_URL="http://download.tuxfamily.org/$PACKAGE/sources/$TARBALL"
al@14789 13
al@20500 14 compile_rules() {
al@20500 15 mkdir -p \
al@20500 16 $install/usr/share/adeskbar/ \
al@20500 17 $install/usr/bin/ \
al@20500 18 $install/usr/share/pixmaps/ \
al@20500 19 $install/usr/share/applications/
al@20500 20 cp -r $src/src/* $install/usr/share/adeskbar/
al@20500 21 cp $src/src/images/adeskbar.png $install/usr/share/pixmaps/
al@20500 22 cp $src/adeskbar.desktop $install/usr/share/applications/
al@20500 23 cp $src/adeskbar.sh $install/usr/bin/adeskbar
gokhlayeh@6350 24
al@20500 25 find $install -type f -name '*.py' -exec chmod 755 '{}' \;
al@20500 26 find $install -type f -name '*.png' -exec chmod 644 '{}' \;
gokhlayeh@6350 27 }
gokhlayeh@6350 28
al@20500 29 genpkg_rules() {
al@20500 30 copy @std
al@20500 31 DEPENDS="python pygtk pycairo gnome-menus python-xdg"
al@20500 32 SUGGESTED="python-xlib dbus-python python-pyalsaaudio"
al@20500 33 }