wok diff pnmixer/receipt @ rev 24031

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
parents 2b9f96603415
children 5ea0ce1cecc0
line diff
     1.1 --- a/pnmixer/receipt	Sat Aug 10 13:52:56 2013 +0000
     1.2 +++ b/pnmixer/receipt	Tue Apr 06 13:52:57 2021 +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.