wok diff cbatticon/receipt @ rev 22719
updated ffmpeg-compat and ffmpeg-compat-dev (0.10.12 -> 4.1.3)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jan 22 17:06:31 2020 +0100 (2020-01-22) |
parents | 47d354ec6e62 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/cbatticon/receipt Tue Feb 19 18:31:58 2019 +0100 1.2 +++ b/cbatticon/receipt Wed Jan 22 17:06:31 2020 +0100 1.3 @@ -1,17 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="cbatticon" 1.7 -VERSION="1.6.8" 1.8 +VERSION="1.6.10" 1.9 CATEGORY="multimedia" 1.10 -SHORT_DESC="A lightweight and fast battery icon that sits in your system tray" 1.11 +SHORT_DESC="A lightweight and fast battery icon for the system tray." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL2" 1.14 +WEB_SITE="https://github.com/valr/cbatticon" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WEB_SITE="https://github.com/valr/cbatticon" 1.18 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 1.19 1.20 -DEPENDS="gtk+ glib libnotify" 1.21 -BUILD_DEPENDS="gtk+-dev glib-dev libnotify-dev" 1.22 +DEPENDS="glib gtk+ libnotify" 1.23 +BUILD_DEPENDS="glib-dev gtk+-dev libnotify-dev" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 @@ -23,6 +24,7 @@ 1.28 genpkg_rules() 1.29 { 1.30 mkdir -p $fs/usr/share 1.31 - cp -a $install/usr/bin $fs/usr 1.32 - cp -a $install/usr/share/locale $fs/usr/share 1.33 + 1.34 + cp -a $install/usr/bin $fs/usr 1.35 + cp -a $install/usr/share/locale $fs/usr/share 1.36 }