wok-next diff mate-terminal/receipt @ rev 20096

Move existing MATE receipts to mate116/stuff (for those who need to update them to v.1.16 w/GTK+2). Update/add whole MATE desktop to current stable v.1.18.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Oct 28 17:50:52 2017 +0300 (2017-10-28)
parents d6ca18366f41
children b278b2018965
line diff
     1.1 --- a/mate-terminal/receipt	Mon Dec 21 02:53:09 2015 +0200
     1.2 +++ b/mate-terminal/receipt	Sat Oct 28 17:50:52 2017 +0300
     1.3 @@ -1,42 +1,35 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="mate-terminal"
     1.8 -VERSION="1.9.0"
     1.9 -CATEGORY="utilities"
    1.10 +VERSION="1.18.1"
    1.11 +CATEGORY="system-tools"
    1.12 +SHORT_DESC="The MATE Terminal Emulator"
    1.13 +MAINTAINER="yuripourre@gmail.com"
    1.14  LICENSE="GPL3"
    1.15 -SHORT_DESC="MATE Terminal is a terminal emulator for the MATE desktop."
    1.16 -MAINTAINER="yuripourre@gmail.com"
    1.17 +WEB_SITE="https://github.com/mate-desktop/mate-terminal"
    1.18 +
    1.19  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.20 -WEB_SITE="http://www.mate-desktop.org/"
    1.21 -WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL"
    1.22 -TAGS="MATE"
    1.23 -DEPENDS="gtk+ dconf util-linux-uuid vte mate-desktop harfbuzz"
    1.24 -BUILD_DEPENDS="wget cacerts dconf-dev gtk+-dev util-linux-uuid-dev \
    1.25 -vte-dev mate-common-dev mate-desktop-dev yelp-tools autoconf automake libtool \
    1.26 -itstool harfbuzz-dev"
    1.27 +WGET_URL="https://github.com/mate-desktop/mate-terminal/archive/v$VERSION.tar.gz"
    1.28  
    1.29 -# Rules to configure and make the package.
    1.30 -compile_rules()
    1.31 -{
    1.32 -	./autogen.sh               \
    1.33 -		--prefix=/usr          \
    1.34 -		--sysconfdir=/etc      \
    1.35 -		--localstatedir=/var   \
    1.36 -		--disable-static       \
    1.37 -		--disable-scrollkeeper \
    1.38 -		--with-gnu-ld          \
    1.39 +BUILD_DEPENDS="mate-common yelp-tools vte-dev gtk+3-dev dconf-dev \
    1.40 +xorg-libX11-dev itstool"
    1.41 +
    1.42 +compile_rules() {
    1.43 +	./autogen.sh \
    1.44 +		--sysconfdir=/etc \
    1.45 +		--localstatedir=/var \
    1.46  		$CONFIGURE_ARGS &&
    1.47  	make &&
    1.48 -	make DESTDIR=$DESTDIR install
    1.49 +	make install
    1.50  }
    1.51  
    1.52 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.53 -genpkg_rules()
    1.54 -{
    1.55 -	# Saving some space
    1.56 -	rm -rf $install/usr/share/man
    1.57 -	rm -rf $install/usr/share/help
    1.58 -
    1.59 -	mkdir -p $fs/usr
    1.60 -	cp -a $install/usr $fs
    1.61 +genpkg_rules() {
    1.62 +	copy @std
    1.63 +	DEPENDS="atk bzlib cairo dconf fontconfig freetype gdk-pixbuf glib gmp \
    1.64 +	gtk+3 libffi libgnutls libharfbuzz libidn liblzma libpng16 libtasn1 \
    1.65 +	libunistring libxml2 nettle p11-kit pango pcre pcre2 util-linux-blkid \
    1.66 +	util-linux-mount util-linux-uuid vte xorg-libICE xorg-libSM xorg-libX11 \
    1.67 +	xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXrender xorg-libxcb \
    1.68 +	xorg-pixman zlib"
    1.69 +	TAGS="MATE"
    1.70  }