wok rev 25115

updated pcmanfm (1.3.1 -> 1.3.2)
author Hans-G?nter Theisgen
date Sat Jun 25 16:25:35 2022 +0100 (22 months ago)
parents 2572b2076c7c
children eb6fc44c0c5f
files pcmanfm/description.txt pcmanfm/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pcmanfm/description.txt	Sat Jun 25 16:25:35 2022 +0100
     1.3 @@ -0,0 +1,14 @@
     1.4 +PCMan File Manager (PCManFM) is a file manager application
     1.5 +developed by Hong Jen Yee from Taiwan which is meant to be
     1.6 +a replacement for Nautilus, Konqueror and Thunar.
     1.7 +PCManFM is the standard file manager in LXDE, which is also
     1.8 +developed by the same author in conjunction with other
     1.9 +developers.
    1.10 +Since 2010, PCManFM has undergone a complete rewrite from
    1.11 +scratch. So the new PCManFM is totally different from the
    1.12 +old 0.5.x series.
    1.13 +Build instructions, the ways to setup, and configuration
    1.14 +files are different, too.
    1.15 +
    1.16 +PCManFM is intended to follow the specifications given by
    1.17 +Freedesktop.org for interoperability in free software.
     2.1 --- a/pcmanfm/receipt	Sat Jun 25 16:12:53 2022 +0100
     2.2 +++ b/pcmanfm/receipt	Sat Jun 25 16:25:35 2022 +0100
     2.3 @@ -1,22 +1,26 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="pcmanfm"
     2.7 -VERSION="1.3.1"
     2.8 +VERSION="1.3.2"
     2.9  CATEGORY="system-tools"
    2.10 +TAGS="file-manager"
    2.11  SHORT_DESC="Light and easy to use file manager."
    2.12 -MAINTAINER="devel@slitaz.org"
    2.13 +MAINTAINER="maintainer@slitaz.org"
    2.14  LICENSE="GPL2"
    2.15 +WEB_SITE="https://sourceforge.net/projects/pcmanfm/"
    2.16 +
    2.17  TARBALL="$PACKAGE-$VERSION.tar.xz"
    2.18 -WEB_SITE="http://pcmanfm.sourceforge.net/"
    2.19 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    2.20 -TAGS="file-manager"
    2.21 -HOST_ARCH="i486 arm"
    2.22 +WGET_URL="$SF_MIRROR/$PACKAGE/files/$TARBALL"
    2.23  
    2.24  SUGGESTED="gvfs"
    2.25 -DEPENDS="glibc-base glib libgio util-linux-uuid libxcb xcb-util expat \
    2.26 -zlib fontconfig freetype gtk+ startup-notification dbus dbus-glib libfm-gtk"
    2.27 -BUILD_DEPENDS="gtk+-dev dbus-glib-dev dbus-dev startup-notification-dev \
    2.28 -libxcb-dev xcb-util-dev libfm-dev menu-cache-dev expat-dev libfm-gtk gtk-doc libtool"
    2.29 +DEPENDS="dbus dbus-glib expat fontconfig freetype glib glibc-base gtk+
    2.30 +	libfm-gtk libgio libxcb libxml2 startup-notification util-linux-uuid
    2.31 +	xcb-util zlib"
    2.32 +BUILD_DEPENDS="dbus-glib-dev dbus-dev expat-dev gtk-doc gtk+-dev libfm-dev
    2.33 +	libfm-gtk libtool libxcb-dev libxml2-dev menu-cache-dev
    2.34 +	startup-notification-dev xcb-util-dev"
    2.35 +
    2.36 +HOST_ARCH="i486 arm"
    2.37  
    2.38  # Handle cross compilation.
    2.39  case "$ARCH" in
    2.40 @@ -32,31 +36,32 @@
    2.41  # Rules to configure and make the package.
    2.42  compile_rules()
    2.43  {
    2.44 -	patch -p1 -R -i $stuff/fix_desktop_menus.patch
    2.45 -	patch -p1 -i $stuff/pcmanfm-network-icon.patch
    2.46 -	patch -p1 -i $stuff/pcmanfm-handlers.patch
    2.47 +	patch -p1 -R -i	$stuff/fix_desktop_menus.patch
    2.48 +	patch -p1 -i	$stuff/pcmanfm-network-icon.patch
    2.49 +	patch -p1 -i	$stuff/pcmanfm-handlers.patch
    2.50  
    2.51 -	./autogen.sh
    2.52  	./configure $CONFIGURE_ARGS &&
    2.53 -	make && make install
    2.54 +	make &&
    2.55 +	make install
    2.56  }
    2.57  
    2.58  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.59  genpkg_rules()
    2.60  {
    2.61 -	mkdir -p $fs/usr/share $fs/etc/xdg/pcmanfm
    2.62 -	cp -a $stuff/default             $fs/etc/xdg/pcmanfm
    2.63 -	cp -a $install/usr/bin           $fs/usr
    2.64 -	cp -a $install/usr/share/pcmanfm $fs/usr/share
    2.65 +	mkdir -p $fs/usr/share/file-manager
    2.66 +	mkdir -p $fs/etc/xdg/pcmanfm
    2.67 +
    2.68 +	cp -a $stuff/default			$fs/etc/xdg/pcmanfm
    2.69 +	cp -a $install/usr/bin			$fs/usr
    2.70 +	cp -a $install/usr/share/pcmanfm	$fs/usr/share
    2.71  
    2.72  	# XDG autostart desktop file (lxsession will use it automatically)
    2.73 -	cp -a $stuff/autostart $fs/etc/xdg
    2.74 +	cp -a $stuff/autostart			$fs/etc/xdg
    2.75  
    2.76 -	cp -a $install/usr/share/applications $fs/usr/share
    2.77 +	cp -a $install/usr/share/applications	$fs/usr/share
    2.78  
    2.79  	# Add custom actions
    2.80 -	mkdir -p $fs/usr/share/file-manager
    2.81 -	cp -a $stuff/actions $fs/usr/share/file-manager
    2.82 -	cp -a $stuff/gvfs-mount-archive.sh $fs/usr/bin
    2.83 -	chmod +x $fs/usr/bin/gvfs-mount-archive.sh
    2.84 +	cp -a $stuff/actions			$fs/usr/share/file-manager
    2.85 +	cp -a $stuff/gvfs-mount-archive.sh	$fs/usr/bin
    2.86 +	chmod +x				$fs/usr/bin/gvfs-mount-archive.sh
    2.87  }