# HG changeset patch # User Hans-G?nter Theisgen # Date 1588142067 -3600 # Node ID 556b14c849176fa494292cb623e51aeb971c145b # Parent ca57a269eb9b5770aab910dac72267374a84c37d updated unetbootin (675 -> 677) diff -r ca57a269eb9b -r 556b14c84917 unetbootin/receipt --- a/unetbootin/receipt Wed Apr 29 07:26:08 2020 +0100 +++ b/unetbootin/receipt Wed Apr 29 07:34:27 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="unetbootin" -VERSION="675" +VERSION="677" CATEGORY="system-tools" SHORT_DESC="Create bootable Live USB drives for a variety of Linux distributions." MAINTAINER="pascal.bellard@slitaz.org" @@ -19,15 +19,20 @@ compile_rules() { cd $src/src/unetbootin - sed -i 's/Cooking/Rolling/' distrover*.cpp - sed -i 's/^\(.*\)"gpxe"\(.*\)$/&\n\1"ipxe"\2/' distrolst.cpp - sed -i 's/"rootfs.gz"/& << "rootfs1.gz" << "rootfs2.gz" << "rootfs3.gz" << "rootfs4.gz"/' unetbootin.cpp - sed -i '/^RESOURCES/d' unetbootin.pro - sed -i '/^RESOURCES/d' unetbootin.pro + sed -i 's/Cooking/Rolling/' \ + distrover*.cpp + sed -i 's/^\(.*\)"gpxe"\(.*\)$/&\n\1"ipxe"\2/' \ + distrolst.cpp + sed -i 's/"rootfs.gz"/& << "rootfs1.gz" << "rootfs2.gz" << "rootfs3.gz" << "rootfs4.gz"/' \ + unetbootin.cpp + sed -i '/^RESOURCES/d' \ + unetbootin.pro + sed -i '/^RESOURCES/d' \ + unetbootin.pro lupdate unetbootin.pro lrelease unetbootin.pro - qmake "DEFINES += NOSTATIC" "RESOURCES -= unetbootin.qrc" - make + qmake "DEFINES += NOSTATIC" "RESOURCES -= unetbootin.qrc" && + make && upx unetbootin }