wok-current rev 17571
Up: cairo 1.14.0
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sat Feb 07 20:39:53 2015 +0000 (2015-02-07) |
parents | 252c0d4e5dfd |
children | 35676b050f78 |
files | cairo-dev/receipt cairo/receipt |
line diff
1.1 --- a/cairo-dev/receipt Sat Feb 07 20:27:18 2015 +0000 1.2 +++ b/cairo-dev/receipt Sat Feb 07 20:39:53 2015 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="cairo-dev" 1.7 -VERSION="1.12.18" 1.8 +VERSION="1.14.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="2D graphics library devel files." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -16,8 +16,9 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - mkdir -p $fs/usr/lib 1.17 + mkdir -p $fs/usr/lib/cairo 1.18 cp -a $install/usr/lib/*.*a $fs/usr/lib 1.19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.20 + cp -a $install/usr/lib/cairo/*.*a $fs/usr/lib/cairo 1.21 cp -a $install/usr/include $fs/usr 1.22 }
2.1 --- a/cairo/receipt Sat Feb 07 20:27:18 2015 +0000 2.2 +++ b/cairo/receipt Sat Feb 07 20:39:53 2015 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="cairo" 2.7 -VERSION="1.12.18" 2.8 +VERSION="1.14.0" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="2D graphics library." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 @@ -26,9 +26,6 @@ 2.13 compile_rules() 2.14 { 2.15 cd $src 2.16 - patch -Np1 -i $stuff/cairo-1.10.0-buggy_gradients.patch 2.17 - # https://bugs.freedesktop.org/show_bug.cgi?id=50852 2.18 - patch -Np1 -i $stuff/cairo-1.12.2-reduce-broken-stopped-edge-continuation.patch 2.19 ./configure \ 2.20 --prefix=/usr \ 2.21 --mandir=/usr/share/man \ 2.22 @@ -45,6 +42,8 @@ 2.23 # Rules to gen a SliTaz package suitable for Tazpkg. 2.24 genpkg_rules() 2.25 { 2.26 - mkdir -p $fs/usr/lib 2.27 + mkdir -p $fs/usr/lib/cairo 2.28 + cp -a $install/usr/bin $fs/usr 2.29 cp -a $install/usr/lib/*.so* $fs/usr/lib 2.30 + cp -a $install/usr/lib/cairo/*.so* $fs/usr/lib/cairo 2.31 }