wok-next rev 19099
libgnome-keyring: add arm support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue May 03 22:53:34 2016 +0200 (2016-05-03) |
parents | 7392cb9148ca |
children | 8911b42ac90b |
files | intltool/receipt libgnome-keyring-dev/receipt libgnome-keyring/receipt perl-xml-parser/receipt |
line diff
1.1 --- a/intltool/receipt Tue May 03 22:10:36 2016 +0200 1.2 +++ b/intltool/receipt Tue May 03 22:53:34 2016 +0200 1.3 @@ -9,6 +9,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="https://edge.launchpad.net/intltool" 1.6 WGET_URL="https://edge.launchpad.net/intltool/trunk/$VERSION/+download/$TARBALL" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 DEPENDS="perl perl-xml-parser gettext" 1.10 BUILD_DEPENDS="perl perl-xml-parser wget"
2.1 --- a/libgnome-keyring-dev/receipt Tue May 03 22:10:36 2016 +0200 2.2 +++ b/libgnome-keyring-dev/receipt Tue May 03 22:53:34 2016 +0200 2.3 @@ -8,6 +8,7 @@ 2.4 LICENSE="LGPL2" 2.5 WEB_SITE="http://www.gnome.org" 2.6 WANTED="libgnome-keyring" 2.7 +HOST_ARCH="i486 arm" 2.8 2.9 DEPENDS="libgnome-keyring pkg-config" 2.10
3.1 --- a/libgnome-keyring/receipt Tue May 03 22:10:36 2016 +0200 3.2 +++ b/libgnome-keyring/receipt Tue May 03 22:53:34 2016 +0200 3.3 @@ -9,6 +9,7 @@ 3.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.5 WEB_SITE="http://www.gnome.org" 3.6 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 3.7 +HOST_ARCH="i486 arm" 3.8 3.9 DEPENDS="libgcrypt dbus glib" 3.10 BUILD_DEPENDS="libgcrypt-dev dbus-dev glib-dev intltool"
4.1 --- a/perl-xml-parser/receipt Tue May 03 22:10:36 2016 +0200 4.2 +++ b/perl-xml-parser/receipt Tue May 03 22:53:34 2016 +0200 4.3 @@ -12,6 +12,7 @@ 4.4 TARBALL="$SOURCE-$VERSION.tar.gz" 4.5 WEB_SITE="http://search.cpan.org/dist/XML-Parser/" 4.6 WGET_URL="http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/$TARBALL" 4.7 +HOST_ARCH="i486 arm" 4.8 4.9 # Rules to configure and make the package. 4.10 compile_rules()