wok-6.x rev 22115
updated volumeicon (0.4.6 -> 0.5.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 02 16:43:33 2019 +0100 (2019-11-02) |
parents | 760ac98a2719 |
children | 66cb38845fb5 |
files | volumeicon/receipt |
line diff
1.1 --- a/volumeicon/receipt Sat Nov 02 16:28:17 2019 +0100 1.2 +++ b/volumeicon/receipt Sat Nov 02 16:43:33 2019 +0100 1.3 @@ -1,34 +1,43 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="volumeicon" 1.7 -VERSION="0.4.6" 1.8 +VERSION="0.5.1" 1.9 CATEGORY="multimedia" 1.10 -SHORT_DESC="Volumeicon is a lightweight volume control in your systray." 1.11 +SHORT_DESC="A lightweight volume control for the system tray." 1.12 MAINTAINER="claudinei@slitaz.org" 1.13 LICENSE="GPL3" 1.14 -WEB_SITE="http://softwarebakery.com/maato/volumeicon.html" 1.15 +WEB_SITE="http://nulwise.com/volumeicon.html" 1.16 + 1.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 -WGET_URL="http://softwarebakery.com/maato/files/$PACKAGE/$TARBALL" 1.19 +WGET_URL="http://nulwise.com/files/$PACKAGE/$TARBALL" 1.20 + 1.21 +DEPENDS="alsa-lib gtk+3 libnotify" 1.22 +BUILD_DEPENDS="alsa-lib-dev gtk+3-dev libnotify-dev" 1.23 + 1.24 #HOST_ARCH="i486 arm" 1.25 1.26 -DEPENDS="gtk+ alsa-lib libnotify" 1.27 -BUILD_DEPENDS="gtk+-dev alsa-lib-dev libnotify-dev" 1.28 - 1.29 # Rules to configure and make the package. 1.30 compile_rules() 1.31 { 1.32 - patch -p0 < $stuff/alsa_backend.patch 1.33 - ./configure --enable-notify $CONFIGURE_ARGS && 1.34 - make && make install 1.35 + # 0.4.6 1.36 +# patch -p0 < $stuff/alsa_backend.patch 1.37 + 1.38 + ./configure \ 1.39 + --enable-notify \ 1.40 + $CONFIGURE_ARGS && 1.41 + make && 1.42 + make install 1.43 } 1.44 1.45 # Rules to gen a SliTaz package suitable for Tazpkg. 1.46 genpkg_rules() 1.47 { 1.48 mkdir -p $fs/etc/xdg 1.49 - cp -rf ${stuff}/autostart $fs/etc/xdg 1.50 - cp -rf ${stuff}/skel $fs/etc 1.51 - cp -rf $install/* $fs 1.52 + 1.53 + cp -rf ${stuff}/autostart $fs/etc/xdg 1.54 + cp -rf ${stuff}/skel $fs/etc 1.55 + cp -rf $install/* $fs 1.56 + 1.57 rm -rf $fs/usr/share/${PACKAGE}/icons/*Gnone 1.58 rm -rf $fs/usr/share/${PACKAGE}/icons/tango 1.59 }