wok-6.x diff xfce4-ristretto/receipt @ rev 25559

updated xfce4-ristretto 0.6.3 -> 0.8.5
author Hans-G?nter Theisgen
date Tue Apr 25 15:16:20 2023 +0100 (13 months ago)
parents bd7510903310
children
line diff
     1.1 --- a/xfce4-ristretto/receipt	Sun May 01 08:42:44 2022 +0000
     1.2 +++ b/xfce4-ristretto/receipt	Tue Apr 25 15:16:20 2023 +0100
     1.3 @@ -1,19 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xfce4-ristretto"
     1.7 -VERSION="0.6.3"
     1.8 +VERSION="0.8.5"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="Picture-viewer for Xfce"
    1.11 +TAGS="image viewer"
    1.12 +SHORT_DESC="Picture-viewer for Xfce."
    1.13  MAINTAINER="erjo@slitaz.org"
    1.14  LICENSE="GPL2"
    1.15 +WEB_SITE="https://docs.xfce.org/apps/ristretto/start"
    1.16 +
    1.17  SOURCE="ristretto"
    1.18  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.19 -WEB_SITE="https://goodies.xfce.org/projects/applications/ristretto"
    1.20  WGET_URL="https://archive.xfce.org/src/apps/$SOURCE/${VERSION%.*}/$TARBALL"
    1.21  
    1.22 -DEPENDS="libxfce4util libxfce4ui libexif dbus-glib thunar gamin xfconf"
    1.23 -BUILD_DEPENDS="xfce4-dev-tools intltool libexif-dev dbus-glib-dev libxfce4util-dev \
    1.24 - libxfce4ui-dev xfconf-dev"
    1.25 +SUGGESTED="tumbler"	# to show previews in thumbnail bar
    1.26 +DEPENDS="dbus-glib libexif libxfce4ui libxfce4util xfconf"
    1.27 +BUILD_DEPENDS="dbus-glib-dev intltool libexif-dev libxfce4ui-dev
    1.28 +	libxfce4util-dev xfconf-dev"
    1.29  
    1.30  # What is the latest version available today?
    1.31  current_version()
    1.32 @@ -26,27 +29,27 @@
    1.33  # Rules to configure and make the package.
    1.34  compile_rules()
    1.35  {
    1.36 -	cd $src
    1.37 -	./configure && make && make install
    1.38 +	./configure &&
    1.39 +	make &&
    1.40 +	make install
    1.41  }
    1.42  
    1.43  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.44  genpkg_rules()
    1.45  {
    1.46 -	mkdir -p $fs/usr \
    1.47 -		$fs/usr/share/icons/hicolor \
    1.48 -		$fs/usr/share/pixmaps 
    1.49 -				
    1.50 -	cp -a $install/usr/bin $fs/usr
    1.51 -	cp -a $install/usr/share/icons/hicolor/16* $fs/usr/share/icons/hicolor
    1.52 -	cp -a $install/usr/share/icons/hicolor/48* $fs/usr/share/icons/hicolor
    1.53 -	ln -s /usr/share/icons/hicolor/48x48/apps/$SOURCE.png $fs/usr/share/pixmaps/$SOURCE.png
    1.54 +	mkdir -p $fs/usr/share/icons/hicolor
    1.55 +	mkdir -p $fs/usr/share/pixmaps 
    1.56 +		
    1.57 +	cp -a $install/usr/bin				$fs/usr
    1.58 +	cp -a $install/usr/share/icons/hicolor/16*	$fs/usr/share/icons/hicolor
    1.59 +	cp -a $install/usr/share/icons/hicolor/48*	$fs/usr/share/icons/hicolor
    1.60 +	ln -s /usr/share/icons/hicolor/48x48/apps/$SOURCE.png \
    1.61 +							$fs/usr/share/pixmaps/$SOURCE.png
    1.62  }
    1.63  
    1.64  post_install()
    1.65  {
    1.66  	echo
    1.67 -	echo "Execute post-install command"
    1.68 +	echo "Executing post-install command"
    1.69  	gtk-update-icon-cache -f -t -q "$1/usr/share/icons/hicolor"
    1.70  }
    1.71 -