wok-next diff clutter/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | 82b613cfd1e0 |
children |
line diff
1.1 --- a/clutter/receipt Fri Jan 04 17:29:48 2019 +0200 1.2 +++ b/clutter/receipt Sat Nov 21 14:32:44 2020 +0100 1.3 @@ -1,10 +1,10 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="clutter" 1.7 -VERSION="1.26.2" 1.8 +VERSION="1.26.4" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Animated graphical user interfaces library" 1.11 -MAINTAINER="devel@slitaz.org" 1.12 +MAINTAINER="maintainer@slitaz.org" 1.13 LICENSE="LGPL2.1" 1.14 WEB_SITE="https://developer.gnome.org/clutter/" 1.15 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/clutter.html" 1.16 @@ -12,14 +12,15 @@ 1.17 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.18 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.19 1.20 -BUILD_DEPENDS="glib-dev cogl-dev atk-dev json-glib-dev \ 1.21 -gobject-introspection-dev gettext-dev pango-dev" 1.22 +BUILD_DEPENDS="atk-dev cogl-dev gettext-dev glib-dev 1.23 + gobject-introspection-dev json-glib-dev pango-dev" 1.24 SPLIT="$PACKAGE-dev" 1.25 1.26 -compile_rules() { 1.27 - ./configure \ 1.28 - --enable-introspection \ 1.29 - --enable-egl-backend \ 1.30 +compile_rules() 1.31 +{ 1.32 + ./configure \ 1.33 + --enable-egl-backend \ 1.34 + --enable-introspection \ 1.35 $CONFIGURE_ARGS && 1.36 fix libtool && 1.37 make && 1.38 @@ -28,18 +29,20 @@ 1.39 ln -s clutter-1.0.pc $install/usr/lib/pkgconfig/clutter.pc 1.40 } 1.41 1.42 -genpkg_rules() { 1.43 +genpkg_rules() 1.44 +{ 1.45 case $PACKAGE in 1.46 clutter) 1.47 copy @std 1.48 - DEPENDS="atk libcairo cogl fontconfig glib json-glib pango \ 1.49 - libx11 libxcomposite libxdamage" 1.50 + 1.51 + DEPENDS="atk cogl fontconfig glib json-glib libcairo 1.52 + libx11 libxcomposite libxdamage pango" 1.53 ;; 1.54 *-dev) 1.55 copy @dev 1.56 - DEPENDS="clutter atk-dev cairo-dev cogl-dev glib-dev json-glib-dev \ 1.57 - pango-dev libx11-dev libxcomposite-dev \ 1.58 - libxdamage-dev libxext-dev" 1.59 + DEPENDS="atk-dev cairo-dev clutter cogl-dev glib-dev 1.60 + json-glib-dev libx11-dev libxcomposite-dev 1.61 + libxdamage-dev libxext-dev pango-dev" 1.62 ;; 1.63 esac 1.64 }