system/unetbootin: Updated for version 575.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Jens Weber 2012-06-25 21:49:39 -04:00 committed by dsomero
parent 9b2c67319f
commit 8f7594f075
5 changed files with 13 additions and 13 deletions

View file

@ -1,4 +1,4 @@
UNetbootin allows you to create bootable Live USB drives
UNetbootin allows you to create bootable Live USB drives
for Linux distributions without burning a CD.
See README.issues for some common troubles users encounter.

View file

@ -1,4 +1,4 @@
Unetbootin should (or even needs to) be invoked from a root
Unetbootin should (or even needs to) be invoked from a root
login prompt as it needs access to drive devices.
Unless you have modified the default PATH inheritance, sudo
won't work properly (at least syslinux will not be found).
@ -8,14 +8,14 @@ When the detection fails, there is a good chance that it will display
in (taiwanese) chinese, as it seems to use the last language file it
can find (which is unetbootin_zh_TW.qm).
If unetbootin does not respect your LANG settings, especially when
invoked from the menu of an user account with kdesu, there are two ways
If unetbootin does not respect your LANG settings, especially when
invoked from the menu of an user account with kdesu, there are two ways
to change it's behaviour:
1. Open /usr/share/applications/unetbootin.desktop and change the Exec
1. Open /usr/share/applications/unetbootin.desktop and change the Exec
entry to something like this:
Exec=/usr/bin/unetbootin lang=en
Exec=/usr/bin/unetbootin lang=en
The available language files are in /usr/share/applications/unetbootin.

View file

@ -8,7 +8,7 @@
|-----handy-ruler------------------------------------------------------|
unetbootin: UNetbootin (create bootable Live USB drives)
unetbootin:
unetbootin: UNetbootin lets you create bootable live usb drives for Linux
unetbootin: UNetbootin lets you create bootable live usb drives for Linux
unetbootin: distributions without burning a CD.
unetbootin:
unetbootin: Homepage: http://unetbootin.sourceforge.net

View file

@ -4,7 +4,7 @@
# v565: (jw) initial version 01/06/2012
PRGNAM=unetbootin
VERSION=565
VERSION=575
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -44,7 +44,7 @@ rm -rf $PKG $PTMP
mkdir -p $TMP $PKG $OUTPUT $PTMP
cd $PTMP
tar xvf $CWD/${PRGNAM}-source-$(echo $VERSION).tar.gz
tar xvf $CWD/${PRGNAM}-source-$(echo $VERSION).tar.gz
chown -R root:root .
find . \

View file

@ -1,10 +1,10 @@
PRGNAM="unetbootin"
VERSION="565"
VERSION="575"
HOMEPAGE="http://unetbootin.sourceforge.net"
DOWNLOAD="http://downloads.sourceforge.net/unetbootin/unetbootin-source-565.tar.gz"
MD5SUM="6f200870406a229598c8db2573738c6b"
DOWNLOAD="http://sourceforge.net/projects/unetbootin/files/UNetbootin/575/unetbootin-source-575.tar.gz"
MD5SUM="40311d948104d29031e9fa0baec1504c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Jens Weber"
EMAIL="jens@tuxane.com"
APPROVED="rworkman"
APPROVED="dsomero"