diff options
author | Jens Weber <jens@tuxane.com> | 2012-06-25 21:49:39 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-25 21:49:39 -0400 |
commit | 8f7594f0758f5e7a50a952546df661e236f53b7c (patch) | |
tree | d093f93e717361ccfc79cfb79aa52b60913dec21 /system | |
parent | 9b2c67319f92f07a4992c5088b8868a17c8df336 (diff) | |
download | slackbuilds-8f7594f0758f5e7a50a952546df661e236f53b7c.tar.gz |
system/unetbootin: Updated for version 575.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/unetbootin/README | 2 | ||||
-rw-r--r-- | system/unetbootin/README.issues | 10 | ||||
-rw-r--r-- | system/unetbootin/slack-desc | 2 | ||||
-rw-r--r-- | system/unetbootin/unetbootin.SlackBuild | 4 | ||||
-rw-r--r-- | system/unetbootin/unetbootin.info | 8 |
5 files changed, 13 insertions, 13 deletions
diff --git a/system/unetbootin/README b/system/unetbootin/README index ec6ae1c574..0e36d9cc2a 100644 --- a/system/unetbootin/README +++ b/system/unetbootin/README @@ -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. diff --git a/system/unetbootin/README.issues b/system/unetbootin/README.issues index f724740bf3..4ae481bb2d 100644 --- a/system/unetbootin/README.issues +++ b/system/unetbootin/README.issues @@ -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. diff --git a/system/unetbootin/slack-desc b/system/unetbootin/slack-desc index 03982a35de..4bdc7f3200 100644 --- a/system/unetbootin/slack-desc +++ b/system/unetbootin/slack-desc @@ -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 diff --git a/system/unetbootin/unetbootin.SlackBuild b/system/unetbootin/unetbootin.SlackBuild index aef91ed11e..8d07f72ff1 100644 --- a/system/unetbootin/unetbootin.SlackBuild +++ b/system/unetbootin/unetbootin.SlackBuild @@ -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 . \ diff --git a/system/unetbootin/unetbootin.info b/system/unetbootin/unetbootin.info index 93b0c11a74..e6c7584841 100644 --- a/system/unetbootin/unetbootin.info +++ b/system/unetbootin/unetbootin.info @@ -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" |