wok-next diff lxlauncher/receipt @ rev 20969

Micro-updates + { new clang + assaultcube (still broken)} + {new python modules from SliTaz Cooking + their depends}
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Sep 14 01:56:52 2018 +0300 (2018-09-14)
parents 757d032c55c7
children f48456621a9d
line diff
     1.1 --- a/lxlauncher/receipt	Fri Mar 30 19:31:50 2018 +0300
     1.2 +++ b/lxlauncher/receipt	Fri Sep 14 01:56:52 2018 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="lxlauncher"
     1.7 -VERSION="0.2.4"
     1.8 +VERSION="0.2.5"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="LXDE launcher for netbooks"
    1.11  LICENSE="GPL3"
    1.12 @@ -18,7 +18,7 @@
    1.13  compile_rules() {
    1.14  	./configure $CONFIGURE_ARGS &&
    1.15  	make &&
    1.16 -	make DESTDIR=$DESTDIR install || return 1
    1.17 +	make install || return 1
    1.18  
    1.19  	# SliTaz homemade config file
    1.20  	install -Dm644 $stuff/gtkrc $install/etc/xdg/lxlauncher/gtkrc
    1.21 @@ -26,7 +26,7 @@
    1.22  
    1.23  genpkg_rules() {
    1.24  	copy @std
    1.25 -	DEPENDS="xorg-libX11 gtk+ gnome-menus startup-notification menu-cache \
    1.26 -	xorg-libXdamage"
    1.27 +	DEPENDS="cairo gdk-pixbuf glib gtk+ menu-cache startup-notification \
    1.28 +	xorg-libX11   gnome-menus"
    1.29  	TAGS="LXDE netbook"
    1.30  }