wok rev 22075

updated unetbootin (625 -> 675)
author Hans-G?nter Theisgen
date Tue Oct 29 16:35:55 2019 +0100 (2019-10-29)
parents bff282a27539
children 90fcf7b0f8d5
files unetbootin/receipt
line diff
     1.1 --- a/unetbootin/receipt	Tue Oct 29 15:54:23 2019 +0100
     1.2 +++ b/unetbootin/receipt	Tue Oct 29 16:35:55 2019 +0100
     1.3 @@ -1,18 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="unetbootin"
     1.7 -VERSION="625"
     1.8 +VERSION="675"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="Allows you to create bootable Live USB drives."
    1.11 +SHORT_DESC="Create bootable Live USB drives for a variety of Linux distributions."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="https://unetbootin.github.io/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="https://unetbootin.github.io/"
    1.18  WGET_URL="https://github.com/unetbootin/unetbootin/archive/$VERSION.tar.gz"
    1.19  
    1.20 -DEPENDS="syslinux mtools p7zip-full libQtCore libQtGui libQtNetwork"
    1.21 +SUGGESTED="bash gparted xz"
    1.22 +DEPENDS="libQtCore libQtGui libQtNetwork mtools p7zip-full syslinux"
    1.23  BUILD_DEPENDS="qmake Qt4-dev upx"
    1.24 -SUGGESTED="bash gparted xz"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28 @@ -33,14 +34,17 @@
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30  genpkg_rules()
    1.31  {
    1.32 -	mkdir -p $fs/usr/bin $fs/usr/share/unetbootin $fs/usr/share/applications
    1.33 -	cp $src/src/unetbootin/unetbootin $fs/usr/bin
    1.34 -	cp $src/src/unetbootin/unetbootin_*.qm $fs/usr/share/unetbootin
    1.35 +	mkdir -p $fs/usr/bin
    1.36 +	mkdir -p $fs/usr/share/unetbootin
    1.37 +	mkdir -p $fs/usr/share/applications
    1.38 +
    1.39 +	cp $src/src/unetbootin/unetbootin	$fs/usr/bin
    1.40 +	cp $src/src/unetbootin/unetbootin_*.qm	$fs/usr/share/unetbootin
    1.41  	cat > $fs/usr/share/applications/$PACKAGE.desktop <<EOT
    1.42  [Desktop Entry]
    1.43  Type=Application
    1.44  Name=Unetbootin
    1.45 -Comment=Unetbootin allows you to create bootable Live USB drives.
    1.46 +Comment=Create bootable Live USB drives.
    1.47  Categories=GTK;System;Filesystem;
    1.48  StartupNotify=false
    1.49  Terminal=false