wok-next rev 20940

Update gparted, add gphotofs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Aug 27 01:16:18 2018 +0300 (2018-08-27)
parents 86938c337ea6
children 022555acc635
files gparted/.icon.png gparted/receipt gphotofs/receipt
line diff
     1.1 Binary file gparted/.icon.png has changed
     2.1 --- a/gparted/receipt	Sun Aug 26 09:13:55 2018 +0300
     2.2 +++ b/gparted/receipt	Mon Aug 27 01:16:18 2018 +0300
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt v2.
     2.5  
     2.6  PACKAGE="gparted"
     2.7 -VERSION="0.31.0"
     2.8 +VERSION="0.32.0"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="A partition editor to graphically manage disk partitions"
    2.11  MAINTAINER="pankso@slitaz.org"
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/gphotofs/receipt	Mon Aug 27 01:16:18 2018 +0300
     3.3 @@ -0,0 +1,29 @@
     3.4 +# SliTaz package receipt v2.
     3.5 +
     3.6 +PACKAGE="gphotofs"
     3.7 +VERSION="0.5"
     3.8 +CATEGORY="base-system"
     3.9 +SHORT_DESC="FUSE filesystem module to mount your camera as a filesystem"
    3.10 +MAINTAINER="pascal.bellard@slitaz.org"
    3.11 +LICENSE="GPL2"
    3.12 +WEB_SITE="http://www.gphoto.org/proj/gphotofs/"
    3.13 +
    3.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    3.15 +WGET_URL="$SF_MIRROR/gphoto/$TARBALL"
    3.16 +
    3.17 +BUILD_DEPENDS="fuse2-dev glib-dev libgphoto2-dev gettext"
    3.18 +COOKOPTS="skip-log-errors"
    3.19 +
    3.20 +compile_rules() {
    3.21 +	./configure $CONFIGURE_ARGS &&
    3.22 +	fix libtool &&
    3.23 +	make &&
    3.24 +	make install || return 1
    3.25 +
    3.26 +	cook_pick_docs README
    3.27 +}
    3.28 +
    3.29 +genpkg_rules() {
    3.30 +	copy @std
    3.31 +	DEPENDS="fuse2 glib libgphoto2"
    3.32 +}