wok diff libdesktop-agnostic/receipt @ rev 19941
memtest: remove help command line, useless
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 04 12:47:15 2017 +0200 (2017-05-04) |
parents | 4904e3d374a9 |
children | 1bd2c6414e5a |
line diff
1.1 --- a/libdesktop-agnostic/receipt Tue Jun 11 10:41:23 2013 +0200 1.2 +++ b/libdesktop-agnostic/receipt Thu May 04 12:47:15 2017 +0200 1.3 @@ -6,13 +6,13 @@ 1.4 SHORT_DESC="Config API, a unified vfs API, and a desktop item editor for GLib." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 LICENSE="LGPL2.1" 1.7 -gobject-introspection-dev pygobject-dev GConf-dev wget" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="https://launchpad.net/libdesktop-agnostic" 1.10 WGET_URL="https://launchpad.net/libdesktop-agnostic/0.4/$VERSION/+download/$TARBALL" 1.11 1.12 DEPENDS="glib gobject-introspection" 1.13 BUILD_DEPENDS="$DEPENDS python python-dev pygtk-dev glib-dev vala \ 1.14 +gobject-introspection-dev pygobject-dev GConf-dev wget" 1.15 1.16 # Rules to configure and make the package. 1.17 compile_rules()