wok-6.x 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 (12 months ago)
parents a1831cb3e873
children 9600878fc758
files xfce4-ristretto-lang/receipt xfce4-ristretto/description.txt xfce4-ristretto/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xfce4-ristretto-lang/receipt	Tue Apr 25 15:16:20 2023 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xfce4-ristretto-lang"
     1.7 +VERSION="0.8.5"
     1.8 +CATEGORY="localization"
     1.9 +SHORT_DESC="Picture-viewer for Xfce - localised messages."
    1.10 +MAINTAINER="maintainer@slitaz.org"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="https://docs.xfce.org/apps/ristretto/start"
    1.13 +
    1.14 +WANTED="xfce4-ristretto"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	cook_copy_folders	locale
    1.20 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/xfce4-ristretto/description.txt	Tue Apr 25 15:16:20 2023 +0100
     2.3 @@ -0,0 +1,16 @@
     2.4 +The Ristretto Image Viewer is an application
     2.5 +that can be used to view, and scroll through images.
     2.6 +It can be used to run a slideshow of images,
     2.7 +open images with other applications like an image-editor
     2.8 +or configure an image as the desktop wallpaper.
     2.9 +
    2.10 +The image types supported by Ristretto are those
    2.11 +supported by the gdk-pixbuf library.
    2.12 +This library itself supports a number of basic image types
    2.13 +(JPEG, PNG, TIFF, etc.), but then relies on optional
    2.14 +libraries to extend the range of supported image types.
    2.15 +This means that you will have to install these libraries
    2.16 +yourself to extend the range of image types supported by
    2.17 +Ristretto.
    2.18 +Examples: libwmf, libopenraw, libavif, libheif, libjxl,
    2.19 +librsvg, webp-pixbuf-loader. 
     3.1 --- a/xfce4-ristretto/receipt	Mon Apr 24 09:03:56 2023 +0000
     3.2 +++ b/xfce4-ristretto/receipt	Tue Apr 25 15:16:20 2023 +0100
     3.3 @@ -1,19 +1,22 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="xfce4-ristretto"
     3.7 -VERSION="0.6.3"
     3.8 +VERSION="0.8.5"
     3.9  CATEGORY="x-window"
    3.10 -SHORT_DESC="Picture-viewer for Xfce"
    3.11 +TAGS="image viewer"
    3.12 +SHORT_DESC="Picture-viewer for Xfce."
    3.13  MAINTAINER="erjo@slitaz.org"
    3.14  LICENSE="GPL2"
    3.15 +WEB_SITE="https://docs.xfce.org/apps/ristretto/start"
    3.16 +
    3.17  SOURCE="ristretto"
    3.18  TARBALL="$SOURCE-$VERSION.tar.bz2"
    3.19 -WEB_SITE="https://goodies.xfce.org/projects/applications/ristretto"
    3.20  WGET_URL="https://archive.xfce.org/src/apps/$SOURCE/${VERSION%.*}/$TARBALL"
    3.21  
    3.22 -DEPENDS="libxfce4util libxfce4ui libexif dbus-glib thunar gamin xfconf"
    3.23 -BUILD_DEPENDS="xfce4-dev-tools intltool libexif-dev dbus-glib-dev libxfce4util-dev \
    3.24 - libxfce4ui-dev xfconf-dev"
    3.25 +SUGGESTED="tumbler"	# to show previews in thumbnail bar
    3.26 +DEPENDS="dbus-glib libexif libxfce4ui libxfce4util xfconf"
    3.27 +BUILD_DEPENDS="dbus-glib-dev intltool libexif-dev libxfce4ui-dev
    3.28 +	libxfce4util-dev xfconf-dev"
    3.29  
    3.30  # What is the latest version available today?
    3.31  current_version()
    3.32 @@ -26,27 +29,27 @@
    3.33  # Rules to configure and make the package.
    3.34  compile_rules()
    3.35  {
    3.36 -	cd $src
    3.37 -	./configure && make && make install
    3.38 +	./configure &&
    3.39 +	make &&
    3.40 +	make install
    3.41  }
    3.42  
    3.43  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.44  genpkg_rules()
    3.45  {
    3.46 -	mkdir -p $fs/usr \
    3.47 -		$fs/usr/share/icons/hicolor \
    3.48 -		$fs/usr/share/pixmaps 
    3.49 -				
    3.50 -	cp -a $install/usr/bin $fs/usr
    3.51 -	cp -a $install/usr/share/icons/hicolor/16* $fs/usr/share/icons/hicolor
    3.52 -	cp -a $install/usr/share/icons/hicolor/48* $fs/usr/share/icons/hicolor
    3.53 -	ln -s /usr/share/icons/hicolor/48x48/apps/$SOURCE.png $fs/usr/share/pixmaps/$SOURCE.png
    3.54 +	mkdir -p $fs/usr/share/icons/hicolor
    3.55 +	mkdir -p $fs/usr/share/pixmaps 
    3.56 +		
    3.57 +	cp -a $install/usr/bin				$fs/usr
    3.58 +	cp -a $install/usr/share/icons/hicolor/16*	$fs/usr/share/icons/hicolor
    3.59 +	cp -a $install/usr/share/icons/hicolor/48*	$fs/usr/share/icons/hicolor
    3.60 +	ln -s /usr/share/icons/hicolor/48x48/apps/$SOURCE.png \
    3.61 +							$fs/usr/share/pixmaps/$SOURCE.png
    3.62  }
    3.63  
    3.64  post_install()
    3.65  {
    3.66  	echo
    3.67 -	echo "Execute post-install command"
    3.68 +	echo "Executing post-install command"
    3.69  	gtk-update-icon-cache -f -t -q "$1/usr/share/icons/hicolor"
    3.70  }
    3.71 -