# HG changeset patch # User Hans-G?nter Theisgen # Date 1551026024 -3600 # Node ID aa514ab6f5bfbac4e75c946837516b000b051bec # Parent c6996070ca97c7ab59db102610b50fa551754612 updated emerald and emerald-themes (0.8.12.1 -> 0.8.14) diff -r c6996070ca97 -r aa514ab6f5bf emerald-themes/receipt --- a/emerald-themes/receipt Sun Feb 24 15:20:13 2019 +0100 +++ b/emerald-themes/receipt Sun Feb 24 17:33:44 2019 +0100 @@ -1,13 +1,14 @@ # SliTaz package receipt. PACKAGE="emerald-themes" -VERSION="0.8.12.1" +VERSION="0.8.14" CATEGORY="customization" SHORT_DESC="Themes for Emerald" MAINTAINER="psychomaniak@xakep.ru" LICENSE="GPL2" +WEB_SITE="https://github.com/compiz-reloaded" + TARBALL="$PACKAGE-$VERSION.tar.xz" -WEB_SITE="https://github.com/compiz-reloaded" WGET_URL="$WEB_SITE/$PACKAGE/releases/download/v$VERSION/$TARBALL" DEPENDS="xorg-libX11 emerald" @@ -16,8 +17,11 @@ # Rules to configure and make the package. compile_rules() { - ./configure --prefix=/usr $CONFIGURE_ARGS && - make && make install + ./configure \ + --prefix=/usr \ + $CONFIGURE_ARGS && + make -j 1 && + make install } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r c6996070ca97 -r aa514ab6f5bf emerald/receipt --- a/emerald/receipt Sun Feb 24 15:20:13 2019 +0100 +++ b/emerald/receipt Sun Feb 24 17:33:44 2019 +0100 @@ -1,24 +1,29 @@ # SliTaz package receipt. PACKAGE="emerald" -VERSION="0.8.12.4" +VERSION="0.8.14" CATEGORY="x-window" SHORT_DESC="Window decorator for Compiz." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" +WEB_SITE="https://github.com/compiz-reloaded" + TARBALL="$PACKAGE-$VERSION.tar.xz" -WEB_SITE="https://github.com/compiz-reloaded" WGET_URL="$WEB_SITE/$PACKAGE/releases/download/v$VERSION/$TARBALL" DEPENDS="xorg-libX11 gtk+ libwnck compiz-core" -BUILD_DEPENDS="xorg-dev gtk+-dev libwnck-dev compiz-core-dev \ -libtool autoconf automake" +BUILD_DEPENDS="autoconf automake xorg-dev gtk+-dev compiz-core-dev \ +libtool libwnck-dev" # Rules to configure and make the package. compile_rules() { - ./autogen.sh --prefix=/usr --with-gtk=2.0 $CONFIGURE_ARGS && - make && make install + ./autogen.sh \ + --prefix=/usr \ + --with-gtk=2.0 \ + $CONFIGURE_ARGS && + make -j 1 && + make install } # Rules to gen a SliTaz package suitable for Tazpkg.