wok diff grsync/receipt @ rev 25236
updated python-shapely (1.7.0 -> 1.7.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 17:41:12 2022 +0100 (2022-07-13) |
parents | af8d823a3077 |
children | 1e09c4c56491 |
line diff
1.1 --- a/grsync/receipt Mon Feb 14 14:14:23 2022 +0000 1.2 +++ b/grsync/receipt Wed Jul 13 17:41:12 2022 +0100 1.3 @@ -1,18 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="grsync" 1.7 -VERSION="1.2.6" 1.8 +VERSION="1.3.0" 1.9 CATEGORY="network" 1.10 SHORT_DESC="GTK+ intuitive interface to rsync." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="GPL2" 1.13 -WEB_SITE="http://www.opbyte.it/grsync/" 1.14 +WEB_SITE="https://www.opbyte.it/grsync/" 1.15 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WGET_URL="http://www.opbyte.it/release/$TARBALL" 1.18 +WGET_URL="https://www.opbyte.it/release/$TARBALL" 1.19 1.20 -DEPENDS="acl gtk+ rsync xorg-libXdamage" 1.21 -BUILD_DEPENDS="gtk+-dev intltool perl-xml-parser xorg-xproto" 1.22 +SUGGESTED="grsync-lang" 1.23 +DEPENDS="acl gtk+ libxml2 rsync xorg-libXdamage" 1.24 +BUILD_DEPENDS="gtk+-dev intltool libxml2-dev perl-xml-parser xorg-xproto" 1.25 1.26 # What is the latest version available today? 1.27 current_version() 1.28 @@ -32,10 +33,11 @@ 1.29 --prefix=/usr \ 1.30 --infodir=/usr/share/info \ 1.31 --mandir=/usr/share/man \ 1.32 - --disable-unity \ 1.33 + --enable-gtk3=no \ 1.34 + --enable-unity=no \ 1.35 $CONFIGURE_ARGS && 1.36 make && 1.37 - make DESTDIR=$DESTDIR install 1.38 + make install DESTDIR=$DESTDIR 1.39 } 1.40 1.41 # Rules to gen a SliTaz package suitable for Tazpkg. 1.42 @@ -46,5 +48,5 @@ 1.43 cp -a $install/usr/bin $fs/usr 1.44 cp -a $install/usr/share/grsync $fs/usr/share 1.45 sed -i s'|#!/bin/bash|#!/bin/sh|' $fs/usr/bin/grsync-batch 1.46 - chmod +x $fs/usr/bin/* 1.47 + chmod +x $fs/usr/bin/* 1.48 }