wok annotate adeskbar/receipt @ rev 21717

updated protobuf, protobuf-dev and protobuf-python again (2.4.1 -> 3.8.0)
author Hans-G?nter Theisgen
date Wed Jun 12 13:36:14 2019 +0100 (2019-06-12)
parents a5f6371c3254
children 3e2a0347b2f1
rev   line source
gokhlayeh@6350 1 # SliTaz package receipt.
gokhlayeh@6350 2
gokhlayeh@6350 3 PACKAGE="adeskbar"
Hans-G?nter@20698 4 VERSION="0.5.1"
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"
Hans-G?nter@20698 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@14789 11 WGET_URL="http://download.tuxfamily.org/$PACKAGE/sources/$TARBALL"
al@14789 12
rocky@10897 13 DEPENDS="python pygtk pycairo gnome-menus python-xdg"
al@14789 14 SUGGESTED="python-xlib dbus-python python-pyalsaaudio"
gokhlayeh@6350 15
gokhlayeh@6350 16 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@6350 17 genpkg_rules()
gokhlayeh@6350 18 {
al@14789 19 mkdir -p \
al@14789 20 $fs/usr/share/adeskbar \
al@14789 21 $fs/usr/bin \
al@14789 22 $fs/usr/share/pixmaps \
al@14789 23 $fs/usr/share/applications
gokhlayeh@6350 24 cp -a $src/src/* $fs/usr/share/adeskbar
gokhlayeh@6350 25 cp $src/src/images/adeskbar.png $fs/usr/share/pixmaps
gokhlayeh@6350 26 cp $src/adeskbar.desktop $fs/usr/share/applications
gokhlayeh@6350 27 cp $src/adeskbar.sh $fs/usr/bin/adeskbar
al@14789 28 chown -R root:root $fs
al@14792 29 find $fs -type f -name '*.png' -exec chmod 644 \{\} \;
gokhlayeh@6350 30 }
gokhlayeh@6350 31