wok-next rev 21004

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Oct 07 11:36:30 2018 +0300 (2018-10-07)
parents 87011214235a
children 6565d9a3d3eb
files cherrytree/receipt clipit/receipt
line diff
     1.1 --- a/cherrytree/receipt	Sun Oct 07 04:25:38 2018 +0300
     1.2 +++ b/cherrytree/receipt	Sun Oct 07 11:36:30 2018 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="cherrytree"
     1.7 -VERSION="0.38.5"
     1.8 +VERSION="0.38.6"
     1.9  CATEGORY="office"
    1.10  SHORT_DESC="A hierarchical note taking application"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -14,7 +14,7 @@
    1.13  BUILD_DEPENDS="python desktop-file-utils pygtksourceview-dev gettext"
    1.14  
    1.15  compile_rules() {
    1.16 -	python setup.py install --root=$install
    1.17 +	python -B setup.py install --root=$install
    1.18  }
    1.19  
    1.20  genpkg_rules() {
     2.1 --- a/clipit/receipt	Sun Oct 07 04:25:38 2018 +0300
     2.2 +++ b/clipit/receipt	Sun Oct 07 11:36:30 2018 +0300
     2.3 @@ -1,26 +1,26 @@
     2.4  # SliTaz package receipt v2.
     2.5  
     2.6  PACKAGE="clipit"
     2.7 -VERSION="1.4.2"
     2.8 +VERSION="1.4.4"
     2.9  CATEGORY="utilities"
    2.10  SHORT_DESC="Lightweight, fully featured GTK+ clipboard manager"
    2.11  MAINTAINER="al.bobylev@gmail.com"
    2.12  LICENSE="GPL3"
    2.13 -WEB_SITE="http://clipit.rspwn.com/"
    2.14 +WEB_SITE="https://github.com/CristianHenzel/ClipIt"
    2.15  
    2.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.17 -WGET_URL="$SF_MIRROR/gtkclipit/Version%201/$TARBALL"
    2.18 +WGET_URL="https://github.com/CristianHenzel/ClipIt/archive/v$VERSION.tar.gz"
    2.19  
    2.20 -BUILD_DEPENDS="gtk+-dev intltool"
    2.21 +BUILD_DEPENDS="gettext intltool automake glib-dev gtk+-dev"
    2.22  
    2.23  compile_rules() {
    2.24  	# fix subcategory for cascade menu
    2.25 -	sed -i 's|Categories=.*|Categories=GTK;Utility;TextTools;|' \
    2.26 -		$src/data/clipit.desktop.in
    2.27 +	sed -i '/Categories=/ s|$|TextTools;|' $src/data/clipit.desktop.in
    2.28  	# not use clipit icon
    2.29 -	sed -i 's|clipit-trayicon|edit-paste|' $src/data/clipit*.desktop.in
    2.30 -	sed -i 's|clipit-trayicon|edit-paste|' $src/src/main.c
    2.31 +	sed -i 's|clipit-trayicon|edit-paste|' \
    2.32 +		$src/data/clipit*.desktop.in $src/src/main.c
    2.33  
    2.34 +	./autogen.sh &&
    2.35  	./configure $CONFIGURE_ARGS &&
    2.36  	make &&
    2.37  	make install
    2.38 @@ -28,5 +28,5 @@
    2.39  
    2.40  genpkg_rules() {
    2.41  	copy @std
    2.42 -	DEPENDS="gtk+"
    2.43 +	DEPENDS="glib gtk+ pango xorg-libX11"
    2.44  }