# HG changeset patch # User Xander Ziiryanoff # Date 1477577509 -7200 # Node ID 7aee71cc8a7ef078e636484b2382ed8adcfe2a04 # Parent 5174648ec8d58f528e9e36c4653615034f9229f6 cairo-gl, compiz: update depends diff -r 5174648ec8d5 -r 7aee71cc8a7e cairo-gl/receipt --- a/cairo-gl/receipt Tue Oct 25 02:07:03 2016 +0300 +++ b/cairo-gl/receipt Thu Oct 27 16:11:49 2016 +0200 @@ -10,31 +10,24 @@ TARBALL="$SOURCE-$VERSION.tar.xz" WEB_SITE="https://www.cairographics.org/" WGET_URL="${WEB_SITE}releases/$TARBALL" -#HOST_ARCH="arm i486" DEPENDS="bzlib fontconfig freetype glib glibc-base harfbuzz libdrm libffi \ -libpng libxcb libxml2 mesa mesa-wayland pcre pixman udev xorg-libX11 \ +libpng libxcb libxml2 mesa libegl-mesa pcre pixman udev xorg-libX11 \ xorg-libXau xorg-libXdamage xorg-libXdmcp xorg-libXext xorg-libXfixes \ xorg-libXrender xorg-libXxf86vm zlib" BUILD_DEPENDS="pkg-config glib-dev libpng-dev zlib-dev fontconfig-dev \ freetype-dev xorg-libX11-dev pixman-dev xorg-libXau-dev xorg-libXdmcp-dev \ xorg-libXrender-dev xcb-util-dev libxcb-dev expat-dev libxml2-dev \ -mesa-wayland-dev wayland-dev udev-dev xorg-libXxf86vm-dev libdrm-dev" +mesa-dev udev-dev xorg-libXxf86vm-dev libdrm-dev libegl-mesa" SPLIT="cairo-gl-tools" SIBLINGS="cairo" -# Handle cross compilation -case "$ARCH" in - arm*) export CFLAGS="$CFLAGS -L/cross/$ARCH/sysroot/usr/lib" ;; -esac - # Rules to configure and make the package. compile_rules() { ./configure \ --prefix=/usr \ --enable-xcb \ - --enable-xlib-xcb \ --enable-tee \ --enable-gl \ --disable-static \ diff -r 5174648ec8d5 -r 7aee71cc8a7e compiz/receipt --- a/compiz/receipt Tue Oct 25 02:07:03 2016 +0300 +++ b/compiz/receipt Thu Oct 27 16:11:49 2016 +0200 @@ -10,8 +10,7 @@ TAGS="window-manager" DEPENDS="emerald compiz-core compiz-plugins-main compiz-libcompizconfig \ -slitaz-configs" -BUILD_DEPENDS="" +slitaz-configs cairo-gl" SUGGESTED="compiz-ccsm compiz-plugins-extra emerald-themes" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 5174648ec8d5 -r 7aee71cc8a7e get-palemoon/receipt --- a/get-palemoon/receipt Tue Oct 25 02:07:03 2016 +0300 +++ b/get-palemoon/receipt Thu Oct 27 16:11:49 2016 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="get-palemoon" -VERSION="25.8.1" +VERSION="26.5.0" CATEGORY="non-free" SHORT_DESC="Browser based on Firefox that's optimised for performance" MAINTAINER="al.bobylev@gmail.com" diff -r 5174648ec8d5 -r 7aee71cc8a7e get-palemoon/stuff/get-palemoon --- a/get-palemoon/stuff/get-palemoon Tue Oct 25 02:07:03 2016 +0300 +++ b/get-palemoon/stuff/get-palemoon Thu Oct 27 16:11:49 2016 +0200 @@ -1,6 +1,6 @@ #!/bin/sh # get Pale Moon web browser -VERSION="25.8.1" +VERSION="26.5.0" WGET_URL="http://linux.palemoon.org/files/$VERSION/\ palemoon-$VERSION.en-US.linux-i686.tar.bz2"