wok rev 21690

updated pnmixer (0.5.1 -> 0.7.2)
author Hans-G?nter Theisgen
date Mon Jun 03 17:17:45 2019 +0100 (2019-06-03)
parents 33835fef1486
children 71d5f5cce188
files pnmixer/receipt pnmixer/stuff/LINGUAS
line diff
     1.1 --- a/pnmixer/receipt	Mon Jun 03 16:38:30 2019 +0100
     1.2 +++ b/pnmixer/receipt	Mon Jun 03 17:17:45 2019 +0100
     1.3 @@ -1,29 +1,35 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pnmixer"
     1.7 -VERSION="0.5.1"
     1.8 +VERSION="0.7.2"
     1.9  CATEGORY="utilities"
    1.10 -SHORT_DESC="System tray sound mixer"
    1.11 +SHORT_DESC="System tray sound mixer."
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="GPL3"
    1.14  WEB_SITE="https://github.com/nicklan/pnmixer/wiki"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WGET_URL="http://cloud.github.com/downloads/nicklan/$PACKAGE/$TARBALL"
    1.18 +WGET_URL="https://github.com/nicklan/$PACKAGE/archive/v$VERSION/$TARBALL"
    1.19  
    1.20  DEPENDS="alsa-lib atk bzlib cairo expat fontconfig freetype gcc-lib-base \
    1.21 -gdk-pixbuf glib glibc-base gtk+ libffi libgio libpng libxcb pango pixman \
    1.22 -xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage \
    1.23 -xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr \
    1.24 -xorg-libXrender zlib"
    1.25 -BUILD_DEPENDS="automake glib-dev alsa-lib-dev gettext xorg-libX11-dev gtk+-dev"
    1.26 +	gdk-pixbuf glib glibc-base gtk+3 libffi libgio libnotify libpng \
    1.27 +	libxcb pango pixman xorg-libX11 xorg-libXau xorg-libXcomposite \
    1.28 +	xorg-libXcursor xorg-libXdamage xorg-libXdmcp xorg-libXext \
    1.29 +	xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender zlib"
    1.30 +BUILD_DEPENDS="alsa-lib-dev cmake gettext glib-dev gtk+3-dev libnotify-dev \
    1.31 +	xorg-libX11-dev"
    1.32  
    1.33  # Rules to configure and make the package.
    1.34  compile_rules()
    1.35  {
    1.36 -	cp $stuff/ru.po $src/po; echo "ru" >> $src/po/LINGUAS
    1.37 -	sed -i 's|\(ALL_LINGUAS="de fr\)"|\1 ru"|' $src/configure.in
    1.38 -	cd $src
    1.39 -	./autogen.sh $CONFIGURE_ARGS && make && make install
    1.40 +	cp $stuff/LINGUAS po/LINGUAS
    1.41 +
    1.42 +	mkdir	build
    1.43 +	cd	build
    1.44 +	cmake	..				\
    1.45 +		-DCMAKE_INSTALL_PREFIX=/usr &&
    1.46 +	make &&
    1.47 +	make install
    1.48  }
    1.49  
    1.50  # Rules to gen a SliTaz package suitable for Tazpkg.
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/pnmixer/stuff/LINGUAS	Mon Jun 03 17:17:45 2019 +0100
     2.3 @@ -0,0 +1,3 @@
     2.4 +de
     2.5 +fr
     2.6 +ru