wok-6.x rev 20880
updated emerald and emerald-themes (0.8.12.1 -> 0.8.14)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Feb 24 17:33:44 2019 +0100 (2019-02-24) |
parents | c6996070ca97 |
children | fbcc503400dc |
files | emerald-themes/receipt emerald/receipt |
line diff
1.1 --- a/emerald-themes/receipt Sun Feb 24 15:20:13 2019 +0100 1.2 +++ b/emerald-themes/receipt Sun Feb 24 17:33:44 2019 +0100 1.3 @@ -1,13 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="emerald-themes" 1.7 -VERSION="0.8.12.1" 1.8 +VERSION="0.8.14" 1.9 CATEGORY="customization" 1.10 SHORT_DESC="Themes for Emerald" 1.11 MAINTAINER="psychomaniak@xakep.ru" 1.12 LICENSE="GPL2" 1.13 +WEB_SITE="https://github.com/compiz-reloaded" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.16 -WEB_SITE="https://github.com/compiz-reloaded" 1.17 WGET_URL="$WEB_SITE/$PACKAGE/releases/download/v$VERSION/$TARBALL" 1.18 1.19 DEPENDS="xorg-libX11 emerald" 1.20 @@ -16,8 +17,11 @@ 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 - ./configure --prefix=/usr $CONFIGURE_ARGS && 1.25 - make && make install 1.26 + ./configure \ 1.27 + --prefix=/usr \ 1.28 + $CONFIGURE_ARGS && 1.29 + make -j 1 && 1.30 + make install 1.31 } 1.32 1.33 # Rules to gen a SliTaz package suitable for Tazpkg.
2.1 --- a/emerald/receipt Sun Feb 24 15:20:13 2019 +0100 2.2 +++ b/emerald/receipt Sun Feb 24 17:33:44 2019 +0100 2.3 @@ -1,24 +1,29 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="emerald" 2.7 -VERSION="0.8.12.4" 2.8 +VERSION="0.8.14" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="Window decorator for Compiz." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 LICENSE="GPL2" 2.13 +WEB_SITE="https://github.com/compiz-reloaded" 2.14 + 2.15 TARBALL="$PACKAGE-$VERSION.tar.xz" 2.16 -WEB_SITE="https://github.com/compiz-reloaded" 2.17 WGET_URL="$WEB_SITE/$PACKAGE/releases/download/v$VERSION/$TARBALL" 2.18 2.19 DEPENDS="xorg-libX11 gtk+ libwnck compiz-core" 2.20 -BUILD_DEPENDS="xorg-dev gtk+-dev libwnck-dev compiz-core-dev \ 2.21 -libtool autoconf automake" 2.22 +BUILD_DEPENDS="autoconf automake xorg-dev gtk+-dev compiz-core-dev \ 2.23 +libtool libwnck-dev" 2.24 2.25 # Rules to configure and make the package. 2.26 compile_rules() 2.27 { 2.28 - ./autogen.sh --prefix=/usr --with-gtk=2.0 $CONFIGURE_ARGS && 2.29 - make && make install 2.30 + ./autogen.sh \ 2.31 + --prefix=/usr \ 2.32 + --with-gtk=2.0 \ 2.33 + $CONFIGURE_ARGS && 2.34 + make -j 1 && 2.35 + make install 2.36 } 2.37 2.38 # Rules to gen a SliTaz package suitable for Tazpkg.