wok-next diff grub4dos/receipt @ rev 20095
Update/add packages needed for building MATE desktop:
Add: gnome-keyring3, gtkmm3, libappindicator-gtk[23], libfakekey, libgnome-keyring3, libindicator-gtk[23], libpeas.
Update: atkmm, cairomm, gcr, glibmm, gssdp, gupnp, icon-naming-utils, libcap-ng, libspectre, libwnck3, libxklavier, pangomm, perl-xml-sax.
Add: gnome-keyring3, gtkmm3, libappindicator-gtk[23], libfakekey, libgnome-keyring3, libindicator-gtk[23], libpeas.
Update: atkmm, cairomm, gcr, glibmm, gssdp, gupnp, icon-naming-utils, libcap-ng, libspectre, libwnck3, libxklavier, pangomm, perl-xml-sax.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Oct 28 16:45:22 2017 +0300 (2017-10-28) |
parents | d1c17bd2c2bc |
children | a7b1395df64a |
line diff
1.1 --- a/grub4dos/receipt Mon Dec 02 17:47:06 2013 +0000 1.2 +++ b/grub4dos/receipt Sat Oct 28 16:45:22 2017 +0300 1.3 @@ -6,16 +6,17 @@ 1.4 SHORT_DESC="Some enhancments of grub boot loader." 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 LICENSE="GPL2" 1.7 +WEB_SITE="https://gna.org/projects/grub4dos/" 1.8 + 1.9 TARBALL="$PACKAGE-$VERSION-src.zip" 1.10 -WEB_SITE="http://grub4dos.sourceforge.net/" 1.11 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.12 +WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE-$VERSION-src.zip" 1.13 1.14 BUILD_DEPENDS="lzma gcc3" 1.15 +SPLIT="grub4dos-linux" 1.16 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 - cd $src 1.21 for i in $stuff/*.diff ; do 1.22 [ -f $(basename $i) ] && continue 1.23 patch -p1 < $i