wok diff exo/receipt @ rev 25794

created recipe for exo-lang
author Hans-G?nter Theisgen
date Wed Oct 23 16:19:52 2024 +0100 (9 days ago)
parents 45673422e44e
children
line diff
     1.1 --- a/exo/receipt	Sat Jul 02 13:44:10 2022 +0000
     1.2 +++ b/exo/receipt	Wed Oct 23 16:19:52 2024 +0100
     1.3 @@ -11,10 +11,10 @@
     1.4  WGET_URL="https://archive.xfce.org/src/xfce/exo/${VERSION%.*}/$TARBALL"
     1.5  COOK_OPT="!fs"
     1.6  
     1.7 -DEPENDS="exo-tools libexo util-linux-uuid libgio"
     1.8 -BUILD_DEPENDS="libxfce4util-dev perl-uri startup-notification-dev intltool \
     1.9 -util-linux-uuid-dev libgio-dev glib-dev gtk+-dev libxfce4ui-dev libxml2-dev \
    1.10 -xcb-util-dev"
    1.11 +DEPENDS="exo-tools libexo libgio util-linux-uuid"
    1.12 +BUILD_DEPENDS="glib-dev gtk+-dev intltool libgio-dev libxfce4ui-dev
    1.13 +	libxfce4util-dev libxml2-dev perl-uri startup-notification-dev
    1.14 +	util-linux-uuid-dev xcb-util-dev"
    1.15  
    1.16  # What is the latest version available today?
    1.17  current_version()
    1.18 @@ -30,15 +30,18 @@
    1.19  {
    1.20  	patch -p1 -i $stuff/helpers.rc.u
    1.21  	export LDFLAGS="$LDFLAGS -lxcb-util"
    1.22 -	./configure \
    1.23 -		--prefix=/usr \
    1.24 -		--sysconfdir=/etc \
    1.25 -		--libexecdir=/usr/lib/libexo \
    1.26 -		--disable-debug \
    1.27 -		--mandir=/usr/share/man \
    1.28 -		--disable-python \
    1.29 -		$CONFIGURE_ARGS && \
    1.30 -	make && make install
    1.31 +
    1.32 +	# 0.10.3 unrecognised:
    1.33 +	#	--disable-python
    1.34 +	./configure				\
    1.35 +		--prefix=/usr			\
    1.36 +		--sysconfdir=/etc		\
    1.37 +		--libexecdir=/usr/lib/libexo	\
    1.38 +		--disable-debug			\
    1.39 +		--mandir=/usr/share/man		\
    1.40 +		$CONFIGURE_ARGS &&
    1.41 +	make &&
    1.42 +	make install
    1.43  }
    1.44  
    1.45  # Rules to gen a SliTaz package suitable for Tazpkg.