wok-next rev 19881

Up: compton (without mesa and drm), cookutils (976), slitaz-base-files (333, without backup-restore /etc), slitaz-boot-scripts (444), slitaz-tools-boxes (1024), slitaz-tools (1024), tazdrop (1024), tazinst (91, merged with tazinst-gui), tazlito (465), tazpkg (951).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Oct 06 01:28:11 2017 +0300 (2017-10-06)
parents 250165915708
children dbe191849b85
files compton/receipt compton/stuff/autostart/compton.desktop compton/stuff/compton.desktop cookutils/receipt slitaz-base-files/receipt slitaz-boot-scripts/receipt slitaz-tools-boxes/receipt slitaz-tools/receipt tazdrop/receipt tazinst-gui/receipt tazinst/receipt tazlito/receipt tazpkg/receipt
line diff
     1.1 --- a/compton/receipt	Thu Oct 05 21:53:37 2017 +0300
     1.2 +++ b/compton/receipt	Fri Oct 06 01:28:11 2017 +0300
     1.3 @@ -15,17 +15,22 @@
     1.4  
     1.5  BUILD_DEPENDS="pcre-dev xorg-libX11-dev xorg-libXcomposite-dev \
     1.6  xorg-libXfixes-dev xorg-libXdamage-dev xorg-libXrender-dev xorg-libXext-dev \
     1.7 -xorg-libXrandr-dev xorg-libXinerama-dev libconfig-dev dbus-dev libdrm-dev \
     1.8 -mesa-dev asciidoc libxml2-tools docbook-xsl"
     1.9 +xorg-libXrandr-dev xorg-libXinerama-dev dbus-dev asciidoc libxml2-tools \
    1.10 +docbook-xsl"
    1.11 +# Optional bdeps: libconfig-dev libdrm-dev mesa-dev
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16  	make \
    1.17  		COMPTON_VERSION=v$VERSION \
    1.18 +		NO_LIBCONFIG=yes \
    1.19 +		NO_VSYNC_DRM=yes \
    1.20 +		NO_VSYNC_OPENGL=yes \
    1.21  		PREFIX=/usr \
    1.22 -		compton docs &&
    1.23 -	make install
    1.24 +		DOCDIR=/usr/share/doc/$PACKAGE-$VERSION \
    1.25 +		install || return 1
    1.26 +
    1.27  	mkdir -p $install/etc/xdg/compton
    1.28  	cp $src/compton.sample.conf $install/etc/xdg/compton/compton.conf
    1.29  	cp -r $stuff/autostart $install/etc/xdg/
    1.30 @@ -35,8 +40,8 @@
    1.31  genpkg_rules()
    1.32  {
    1.33  	copy etc/ bin/	# skip icons
    1.34 -	DEPENDS="dbus libconfig mesa pcre xorg-libX11 xorg-libXcomposite \
    1.35 -	xorg-libXdamage xorg-libXext xorg-libXfixes xorg-libXinerama \
    1.36 -	xorg-libXrandr xorg-libXrender   xorg-xwininfo xorg-xprop"
    1.37 +	DEPENDS="dbus pcre xorg-libX11 xorg-libXcomposite xorg-libXdamage \
    1.38 +	xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr \
    1.39 +	xorg-libXrender   xorg-xwininfo xorg-xprop"
    1.40  	CONFIG_FILES="/etc/xdg/compton/compton.conf"
    1.41  }
     2.1 --- a/compton/stuff/autostart/compton.desktop	Thu Oct 05 21:53:37 2017 +0300
     2.2 +++ b/compton/stuff/autostart/compton.desktop	Fri Oct 06 01:28:11 2017 +0300
     2.3 @@ -1,8 +1,9 @@
     2.4  [Desktop Entry]
     2.5  Type=Application
     2.6 -Name=Desktop effects with Compton
     2.7 -Name[fr]=Effects de bureau avec Compton
     2.8 -Name[pt]=Efeitos do desktop com Compton
     2.9 -Name[pt_BR]=Efeitos do desktop com Compton
    2.10 -Exec=compton -Cc -i -r 10 -o 0.5
    2.11 -NotShowIn=LXDE;XFCE;Razor;
    2.12 +Name=Compton
    2.13 +Comment=Desktop effects
    2.14 +Comment[fr]=Effects de bureau
    2.15 +Comment[pt_BR]=Efeitos do desktop
    2.16 +Comment[ru]=Эффекты на рабочем столе
    2.17 +Exec=compton -Cc -i -r10 -o0.5 -b
    2.18 +NotShowIn=XFCE;Razor;
     3.1 --- a/compton/stuff/compton.desktop	Thu Oct 05 21:53:37 2017 +0300
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,11 +0,0 @@
     3.4 -[Desktop Entry]
     3.5 -Type=Application
     3.6 -Name=Compton X Effects
     3.7 -Name[fr]=Effets X Compton
     3.8 -Name[pt]=Efeitos do desktop com Compton
     3.9 -Name[pt_BR]=Efeitos do desktop com Compton
    3.10 -Comment=Light X compositor
    3.11 -Comment[fr]=Compositeur X léger
    3.12 -Exec=compton -Cc -i 0.75 -r 10 -o 0.5
    3.13 -Icon=user-desktop
    3.14 -Categories=Utility;
     4.1 --- a/cookutils/receipt	Thu Oct 05 21:53:37 2017 +0300
     4.2 +++ b/cookutils/receipt	Fri Oct 06 01:28:11 2017 +0300
     4.3 @@ -1,7 +1,7 @@
     4.4  # SliTaz package receipt v2.
     4.5  
     4.6  PACKAGE="cookutils"
     4.7 -VERSION="975"
     4.8 +VERSION="976"
     4.9  CATEGORY="base-system"
    4.10  SHORT_DESC="SliTaz packages builder new generation"
    4.11  MAINTAINER="pankso@slitaz.org"
     5.1 --- a/slitaz-base-files/receipt	Thu Oct 05 21:53:37 2017 +0300
     5.2 +++ b/slitaz-base-files/receipt	Fri Oct 06 01:28:11 2017 +0300
     5.3 @@ -1,7 +1,7 @@
     5.4  # SliTaz package receipt v2.
     5.5  
     5.6  PACKAGE="slitaz-base-files"
     5.7 -VERSION="332"
     5.8 +VERSION="333"
     5.9  CATEGORY="base-system"
    5.10  SHORT_DESC="Linux tree and the necessary files for the base system"
    5.11  MAINTAINER="pankso@slitaz.org"
    5.12 @@ -56,16 +56,16 @@
    5.13  {
    5.14  	cp -a $install/* $fs
    5.15  	DEPENDS="gettext-base"
    5.16 -	CONFIG_FILES="/etc/adduser.conf /etc/passwd /etc/fstab /etc/issue \
    5.17 -	/etc/hosts /etc/host.conf /etc/hostname /etc/group /etc/gshadow \
    5.18 -	/etc/shadow /etc/daemons.conf /etc/nsswitch.conf /etc/networks \
    5.19 -	/etc/profile /etc/securetty /etc/services /etc/shells"
    5.20 +	CONFIG_FILES="/etc/adduser.conf /etc/daemons.conf /etc/fstab /etc/group \
    5.21 +	/etc/gshadow /etc/host.conf /etc/hostname /etc/hosts /etc/issue /etc/motd \
    5.22 +	/etc/networks /etc/nsswitch.conf /etc/passwd /etc/profile /etc/securetty \
    5.23 +	/etc/services /etc/shadow /etc/shells /etc/slitaz-release \
    5.24 +	/etc/slitaz/slitaz.conf /etc/sysctl.conf"
    5.25  }
    5.26  
    5.27  # Pre and post install to backup all /etc settings
    5.28  #
    5.29  pre_install() {
    5.30 -	cp -a "$1/etc" "$1/tmp/etc.bak" 2>/dev/null
    5.31  	[ -x "$1/usr/bin/sudo" ] && mv "$1/usr/bin/sudo" "$1/usr/bin/sudo.orig"
    5.32  	# Remove old /var/run symlink
    5.33  	[ -h "$1/var/run" ] && rm -f "$1/var/run"
    5.34 @@ -73,10 +73,6 @@
    5.35  }
    5.36  
    5.37  post_install() {
    5.38 -	if cp -a "$1/tmp/etc.bak"/* "$1/etc"; then
    5.39 -		rm -r "$1/tmp/etc.bak"
    5.40 -	fi 2>/dev/null
    5.41 -
    5.42  	[ -x "$1/usr/bin/sudo.orig" ] &&
    5.43  	mv -f "$1/usr/bin/sudo.orig" "$1/usr/bin/sudo"
    5.44  
     6.1 --- a/slitaz-boot-scripts/receipt	Thu Oct 05 21:53:37 2017 +0300
     6.2 +++ b/slitaz-boot-scripts/receipt	Fri Oct 06 01:28:11 2017 +0300
     6.3 @@ -1,7 +1,7 @@
     6.4  # SliTaz package receipt.
     6.5  
     6.6  PACKAGE="slitaz-boot-scripts"
     6.7 -VERSION="443"
     6.8 +VERSION="444"
     6.9  CATEGORY="base-system"
    6.10  SHORT_DESC="Provide all the initialisation scripts used at boot time"
    6.11  MAINTAINER="pankso@slitaz.org"
     7.1 --- a/slitaz-tools-boxes/receipt	Thu Oct 05 21:53:37 2017 +0300
     7.2 +++ b/slitaz-tools-boxes/receipt	Fri Oct 06 01:28:11 2017 +0300
     7.3 @@ -1,7 +1,7 @@
     7.4  # SliTaz package receipt.
     7.5  
     7.6  PACKAGE="slitaz-tools-boxes"
     7.7 -VERSION="1023"
     7.8 +VERSION="1024"
     7.9  CATEGORY="system-tools"
    7.10  SHORT_DESC="All SliTaz GTK/Yad boxes to command line tools."
    7.11  MAINTAINER="pankso@slitaz.org"
     8.1 --- a/slitaz-tools/receipt	Thu Oct 05 21:53:37 2017 +0300
     8.2 +++ b/slitaz-tools/receipt	Fri Oct 06 01:28:11 2017 +0300
     8.3 @@ -1,7 +1,7 @@
     8.4  # SliTaz package receipt.
     8.5  
     8.6  PACKAGE="slitaz-tools"
     8.7 -VERSION="1023"
     8.8 +VERSION="1024"
     8.9  CATEGORY="system-tools"
    8.10  SHORT_DESC="SliTaz tools provide installer and utils usable on terminal."
    8.11  MAINTAINER="pankso@slitaz.org"
     9.1 --- a/tazdrop/receipt	Thu Oct 05 21:53:37 2017 +0300
     9.2 +++ b/tazdrop/receipt	Fri Oct 06 01:28:11 2017 +0300
     9.3 @@ -1,7 +1,7 @@
     9.4  # SliTaz package receipt.
     9.5  
     9.6  PACKAGE="tazdrop"
     9.7 -VERSION="1022"
     9.8 +VERSION="1024"
     9.9  CATEGORY="office"
    9.10  SHORT_DESC="SliTaz desktop Drag N' Drop tool"
    9.11  MAINTAINER="pankso@slitaz.org"
    10.1 --- a/tazinst-gui/receipt	Thu Oct 05 21:53:37 2017 +0300
    10.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.3 @@ -1,31 +0,0 @@
    10.4 -# SliTaz package receipt.
    10.5 -
    10.6 -PACKAGE="tazinst-gui"
    10.7 -VERSION="89"
    10.8 -CATEGORY="base-system"
    10.9 -SHORT_DESC="SliTaz installer (GUI frontend)"
   10.10 -MAINTAINER="domcox@slitaz.org"
   10.11 -LICENSE="GPL3"
   10.12 -WEB_SITE="http://www.slitaz.org/"
   10.13 -TAGS="slitaz"
   10.14 -
   10.15 -WANTED="tazinst"
   10.16 -DEPENDS="tazpanel tazinst syslinux syslinux-extra"
   10.17 -SIBLINGS="tazinst"
   10.18 -
   10.19 -# Rules to gen a SliTaz package suitable for Tazpkg.
   10.20 -#
   10.21 -genpkg_rules()
   10.22 -{
   10.23 -	cp -a $install/var $fs
   10.24 -	chmod -R 0755 $fs/var/www/
   10.25 -	chown -R root.root $fs
   10.26 -	mkdir -p $fs/usr/share
   10.27 -	cp -a $install/usr/share/applications $fs/usr/share
   10.28 -	cp -a $install/usr/share/locale $fs/usr/share
   10.29 -	cd $fs/usr/share/locale
   10.30 -	for lang in *; do
   10.31 -		rm -f $lang/*/slitaz-installer.mo
   10.32 -		rm -f $lang/*/tazinst.mo
   10.33 -	done
   10.34 -}
    11.1 --- a/tazinst/receipt	Thu Oct 05 21:53:37 2017 +0300
    11.2 +++ b/tazinst/receipt	Fri Oct 06 01:28:11 2017 +0300
    11.3 @@ -1,7 +1,7 @@
    11.4  # SliTaz package receipt v2.
    11.5  
    11.6  PACKAGE="tazinst"
    11.7 -VERSION="89"
    11.8 +VERSION="91"
    11.9  CATEGORY="base-system"
   11.10  SHORT_DESC="SliTaz installer"
   11.11  MAINTAINER="domcox@slitaz.org"
   11.12 @@ -12,32 +12,30 @@
   11.13  WGET_URL="http://hg.slitaz.org/tazinst/archive/$VERSION.tar.bz2"
   11.14  
   11.15  BUILD_DEPENDS="gettext"
   11.16 -SIBLINGS="tazinst-gui"
   11.17 +SPLIT="tazinst-gui tazinst"
   11.18  
   11.19 -# Rules to configure and make the package.
   11.20 -compile_rules()
   11.21 -{
   11.22 +compile_rules() {
   11.23 +	sed -i 's| = |=|' $src/applications/tazinst.desktop
   11.24 +
   11.25  	make &&
   11.26  	make DESTDIR=$DESTDIR VERSION=$VERSION install
   11.27  }
   11.28  
   11.29 -# Rules to gen a SliTaz package suitable for Tazpkg.
   11.30 -#
   11.31 -genpkg_rules()
   11.32 -{
   11.33 -	mkdir -p $fs/usr/share
   11.34 -	cp -a $install/etc $fs
   11.35 -	cp -a $install/usr/sbin $fs/usr
   11.36 -	cp -a $install/usr/share/doc $fs/usr/share
   11.37 -	cp -a $install/usr/share/locale $fs/usr/share
   11.38 -	chmod 0644 $fs/usr/share/locale/*/*/*.mo
   11.39 -	chown -R root.root $fs
   11.40 -	# remove tazinst-gui locales
   11.41 -	cd $fs/usr/share/locale
   11.42 -	for lang in *; do
   11.43 -		rm -f $lang/*/installer.mo
   11.44 -	done
   11.45 -	DEPENDS="util-linux-blkid lzma parted"
   11.46 -	SUGGESTED="syslinux syslinux-extra syslinux-modules grub4dos-linux tazpanel"
   11.47 +genpkg_rules() {
   11.48  	TAGS="slitaz"
   11.49 +	case $PACKAGE in
   11.50 +		tazinst-gui)
   11.51 +			copy *.cgi *.desktop installer.mo
   11.52 +			CAT="base-system|GUI frontend"
   11.53 +			DEPENDS="tazpanel tazinst syslinux syslinux-extra"
   11.54 +			;;
   11.55 +		tazinst)
   11.56 +			COOKOPTS="!menus"
   11.57 +			copy @std *.mo doc/
   11.58 +			remove_already_packed
   11.59 +			DEPENDS="util-linux-blkid lzma parted"
   11.60 +			SUGGESTED="syslinux syslinux-extra syslinux-modules grub4dos-linux \
   11.61 +			tazpanel"
   11.62 +			;;
   11.63 +	esac
   11.64  }
    12.1 --- a/tazlito/receipt	Thu Oct 05 21:53:37 2017 +0300
    12.2 +++ b/tazlito/receipt	Fri Oct 06 01:28:11 2017 +0300
    12.3 @@ -1,7 +1,7 @@
    12.4  # SliTaz package receipt v2.
    12.5  
    12.6  PACKAGE="tazlito"
    12.7 -VERSION="461"
    12.8 +VERSION="465"
    12.9  CATEGORY="base-system"
   12.10  SHORT_DESC="SliTaz Live Tool"
   12.11  MAINTAINER="pascal.bellard@slitaz.org"
    13.1 --- a/tazpkg/receipt	Thu Oct 05 21:53:37 2017 +0300
    13.2 +++ b/tazpkg/receipt	Fri Oct 06 01:28:11 2017 +0300
    13.3 @@ -1,7 +1,7 @@
    13.4  # SliTaz package receipt v2.
    13.5  
    13.6  PACKAGE="tazpkg"
    13.7 -VERSION="950"
    13.8 +VERSION="951"
    13.9  CATEGORY="base-system"
   13.10  SHORT_DESC="SliTaz packages manager"
   13.11  MAINTAINER="pankso@slitaz.org"