wok-next annotate wbarconf/receipt @ rev 21407

updated pingus (0.7.3 -> 0.7.6)
author Hans-G?nter Theisgen
date Fri Apr 24 17:21:13 2020 +0100 (2020-04-24)
parents d5aab818505e
children
rev   line source
gokhlayeh@5968 1 # SliTaz package receipt.
gokhlayeh@5968 2
gokhlayeh@5968 3 PACKAGE="wbarconf"
gokhlayeh@5968 4 VERSION="0.7.2"
gokhlayeh@5968 5 CATEGORY="system-tools"
gokhlayeh@5968 6 SHORT_DESC="Configuration GUI for wbar written in Python and GTK"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15363 8 LICENSE="GPL3"
al@21041 9 WEB_SITE="https://store.kde.org/p/1130050/"
al@21041 10
gokhlayeh@5968 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
gokhlayeh@5968 12 WGET_URL="http://kapsi.fi/ighea/$PACKAGE/$TARBALL"
gokhlayeh@5968 13
al@20932 14 DEPENDS="wbar python python-pygtk python-pygobject2"
pascal@15363 15
al@21020 16 genpkg_rules() {
gokhlayeh@5968 17 mkdir -p $fs/usr/bin $fs/usr/share/wbarconf \
gokhlayeh@5968 18 $fs/usr/share/pixmaps
gokhlayeh@5968 19 cp -a $src/wbarconf $fs/usr/bin
gokhlayeh@5968 20 cp -a $src/locale $fs/usr/share/locale
gokhlayeh@6339 21 # Add pt_BR traduction, thanks blconde.
al@21020 22 cp -a $stuff/pt_BR $fs/usr/share/locale
gokhlayeh@5968 23 cp -a $src/messages.pot $fs/usr/share/wbarconf
gokhlayeh@5968 24 cp -a $src/wbarbacks $fs/usr/share/wbarconf
gokhlayeh@5968 25 cp -a $src/wbarconf.png $fs/usr/share/pixmaps
gokhlayeh@5968 26 }