wok-6.x rev 19469
cairo-gl, compiz: update depends
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Thu Oct 27 16:11:49 2016 +0200 (2016-10-27) |
parents | 5174648ec8d5 |
children | dfd47bf5561b |
files | cairo-gl/receipt compiz/receipt get-palemoon/receipt get-palemoon/stuff/get-palemoon |
line diff
1.1 --- a/cairo-gl/receipt Tue Oct 25 02:07:03 2016 +0300 1.2 +++ b/cairo-gl/receipt Thu Oct 27 16:11:49 2016 +0200 1.3 @@ -10,31 +10,24 @@ 1.4 TARBALL="$SOURCE-$VERSION.tar.xz" 1.5 WEB_SITE="https://www.cairographics.org/" 1.6 WGET_URL="${WEB_SITE}releases/$TARBALL" 1.7 -#HOST_ARCH="arm i486" 1.8 1.9 DEPENDS="bzlib fontconfig freetype glib glibc-base harfbuzz libdrm libffi \ 1.10 -libpng libxcb libxml2 mesa mesa-wayland pcre pixman udev xorg-libX11 \ 1.11 +libpng libxcb libxml2 mesa libegl-mesa pcre pixman udev xorg-libX11 \ 1.12 xorg-libXau xorg-libXdamage xorg-libXdmcp xorg-libXext xorg-libXfixes \ 1.13 xorg-libXrender xorg-libXxf86vm zlib" 1.14 BUILD_DEPENDS="pkg-config glib-dev libpng-dev zlib-dev fontconfig-dev \ 1.15 freetype-dev xorg-libX11-dev pixman-dev xorg-libXau-dev xorg-libXdmcp-dev \ 1.16 xorg-libXrender-dev xcb-util-dev libxcb-dev expat-dev libxml2-dev \ 1.17 -mesa-wayland-dev wayland-dev udev-dev xorg-libXxf86vm-dev libdrm-dev" 1.18 +mesa-dev udev-dev xorg-libXxf86vm-dev libdrm-dev libegl-mesa" 1.19 SPLIT="cairo-gl-tools" 1.20 SIBLINGS="cairo" 1.21 1.22 -# Handle cross compilation 1.23 -case "$ARCH" in 1.24 - arm*) export CFLAGS="$CFLAGS -L/cross/$ARCH/sysroot/usr/lib" ;; 1.25 -esac 1.26 - 1.27 # Rules to configure and make the package. 1.28 compile_rules() 1.29 { 1.30 ./configure \ 1.31 --prefix=/usr \ 1.32 --enable-xcb \ 1.33 - --enable-xlib-xcb \ 1.34 --enable-tee \ 1.35 --enable-gl \ 1.36 --disable-static \
2.1 --- a/compiz/receipt Tue Oct 25 02:07:03 2016 +0300 2.2 +++ b/compiz/receipt Thu Oct 27 16:11:49 2016 +0200 2.3 @@ -10,8 +10,7 @@ 2.4 TAGS="window-manager" 2.5 2.6 DEPENDS="emerald compiz-core compiz-plugins-main compiz-libcompizconfig \ 2.7 -slitaz-configs" 2.8 -BUILD_DEPENDS="" 2.9 +slitaz-configs cairo-gl" 2.10 SUGGESTED="compiz-ccsm compiz-plugins-extra emerald-themes" 2.11 2.12 # Rules to gen a SliTaz package suitable for Tazpkg.
3.1 --- a/get-palemoon/receipt Tue Oct 25 02:07:03 2016 +0300 3.2 +++ b/get-palemoon/receipt Thu Oct 27 16:11:49 2016 +0200 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="get-palemoon" 3.7 -VERSION="25.8.1" 3.8 +VERSION="26.5.0" 3.9 CATEGORY="non-free" 3.10 SHORT_DESC="Browser based on Firefox that's optimised for performance" 3.11 MAINTAINER="al.bobylev@gmail.com"
4.1 --- a/get-palemoon/stuff/get-palemoon Tue Oct 25 02:07:03 2016 +0300 4.2 +++ b/get-palemoon/stuff/get-palemoon Thu Oct 27 16:11:49 2016 +0200 4.3 @@ -1,6 +1,6 @@ 4.4 #!/bin/sh 4.5 # get Pale Moon web browser 4.6 -VERSION="25.8.1" 4.7 +VERSION="26.5.0" 4.8 4.9 WGET_URL="http://linux.palemoon.org/files/$VERSION/\ 4.10 palemoon-$VERSION.en-US.linux-i686.tar.bz2"