wok-6.x diff pcmanfm/receipt @ rev 18130
Up: pcmanfm, libfm* (git)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Fri Jun 12 14:08:40 2015 +0200 (2015-06-12) |
parents | 5d53e8ccbc8d |
children | d2af45554821 |
line diff
1.1 --- a/pcmanfm/receipt Thu Jan 08 02:04:05 2015 +0200 1.2 +++ b/pcmanfm/receipt Fri Jun 12 14:08:40 2015 +0200 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pcmanfm" 1.7 -VERSION="1.2.3" 1.8 +VERSION="de9129c1" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Light and easy to use file manager." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="GPL2" 1.13 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.14 WEB_SITE="http://pcmanfm.sourceforge.net/" 1.15 -WGET_URL="$SF_MIRROR/$PACKAGE/files/$TARBALL" 1.16 +#WGET_URL="$SF_MIRROR/$PACKAGE/files/$TARBALL" 1.17 +WGET_URL="http://git.lxde.org/gitweb/?p=lxde/pcmanfm.git;a=snapshot;h=$VERSION;sf=txz" 1.18 TAGS="file-manager" 1.19 HOST_ARCH="i486 arm" 1.20 1.21 @@ -16,7 +17,7 @@ 1.22 DEPENDS="glibc-base glib libgio util-linux-uuid libxcb xcb-util expat \ 1.23 zlib fontconfig freetype gtk+ startup-notification dbus dbus-glib libfm-gtk" 1.24 BUILD_DEPENDS="gtk+-dev dbus-glib-dev dbus-dev startup-notification-dev \ 1.25 -libxcb-dev xcb-util-dev libfm-dev menu-cache-dev expat-dev libfm-gtk" 1.26 +libxcb-dev xcb-util-dev libfm-dev menu-cache-dev expat-dev libfm-gtk gtk-doc libtool" 1.27 1.28 # Handle cross compilation. 1.29 case "$ARCH" in 1.30 @@ -26,6 +27,7 @@ 1.31 # Rules to configure and make the package. 1.32 compile_rules() 1.33 { 1.34 + ./autogen.sh 1.35 ./configure $CONFIGURE_ARGS && 1.36 make && make install 1.37 }