wok-next rev 20011

cairo-dock: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 21 18:36:22 2017 +0200 (2017-10-21)
parents bf2a0cb054c1
children acef91f07edd
files cairo-dock/receipt cinepaint/receipt
line diff
     1.1 --- a/cairo-dock/receipt	Sat Oct 21 18:08:51 2017 +0200
     1.2 +++ b/cairo-dock/receipt	Sat Oct 21 18:36:22 2017 +0200
     1.3 @@ -12,13 +12,13 @@
     1.4  
     1.5  DEPENDS="gtk+ cairo librsvg xorg-xcompmgr mesa gtkglext dbus libcurl"
     1.6  BUILD_DEPENDS="$DEPENDS cmake gtk+-dev cairo-dev librsvg-dev mesa-dev \
     1.7 -gtkglext-dev dbus-dev dbus-glib-dev curl-dev libcroco wget libxml2-dev"
     1.8 +gtkglext-dev dbus-dev dbus-glib-dev curl-dev libcroco wget libxml2-dev \
     1.9 +xorg-libXtst-dev xorg-libXcomposite-dev libglu-mesa-dev gettext-tools"
    1.10  SUGGESTED="cairo-dock-plugins"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -	cd $src
    1.16  	sed -i 's|<glib/g.*h>|<glib.h>|' src/gldit/cairo-dock-keybinder.h
    1.17  	mkdir -p build && cd build
    1.18  	cmake .. -DCMAKE_INSTALL_PREFIX=/usr &&
     2.1 --- a/cinepaint/receipt	Sat Oct 21 18:08:51 2017 +0200
     2.2 +++ b/cinepaint/receipt	Sat Oct 21 18:36:22 2017 +0200
     2.3 @@ -15,12 +15,11 @@
     2.4  BUILD_DEPENDS="python coreutils-file-summarize coreutils-file-special gettext \
     2.5  xorg-xextproto util-linux-uuid-dev lcms-dev openexr-dev fltk-dev mesa-dev \
     2.6  ilmbase-dev xorg-libXpm-dev gtk+-dev libpng-dev bash automake autoconf libtool \
     2.7 -python-dev"
     2.8 +python-dev libglu-mesa-dev"
     2.9  
    2.10  # Rules to configure and make the package.
    2.11  compile_rules()
    2.12  {
    2.13 -	cd $src
    2.14  	sh ./autogen.sh
    2.15  	./configure \
    2.16  		--prefix=/usr \
    2.17 @@ -44,4 +43,3 @@
    2.18  	cp -a $install/usr/share/applications $fs/usr/share
    2.19  	cp -a $install/usr/share/fonts $fs/usr/share
    2.20  }
    2.21 -