summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2022-05-23 21:25:06 +0200
committer Matteo Bernardini <ponce@slackbuilds.org>2022-05-23 21:25:06 +0200
commitcff3ac68f570ca8308f6acb402f548ac15d9ffd7 (patch)
tree494b2996fcbf9e63b1d659d3e1b3060e6b4cf7f0 /system
parent0db223d45319fcfa90aee19b3f1cc44b9873324f (diff)
downloadslackbuilds-cff3ac68f570ca8308f6acb402f548ac15d9ffd7.tar.gz
slackbuilds-cff3ac68f570ca8308f6acb402f548ac15d9ffd7.tar.xz
system/guefi: Updated for version 0.2.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/guefi/README3
-rw-r--r--system/guefi/guefi.SlackBuild6
-rw-r--r--system/guefi/guefi.info6
3 files changed, 9 insertions, 6 deletions
diff --git a/system/guefi/README b/system/guefi/README
index 63caa688ed..b25ae55a0d 100644
--- a/system/guefi/README
+++ b/system/guefi/README
@@ -1,3 +1,6 @@
GUEFI is a Python/GTK+3 application that acts as a frontend for
efibootmgr. It provides an easy to use interface for managing
UEFI boot options.
+
+Be advised to launch this as user using gksu or ktsuss or you might
+encounter a segfault.
diff --git a/system/guefi/guefi.SlackBuild b/system/guefi/guefi.SlackBuild
index 33e53c2bfa..5f48e037a2 100644
--- a/system/guefi/guefi.SlackBuild
+++ b/system/guefi/guefi.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for guefi
-# Copyright 2017 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
+# Copyright 2017-2022 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=guefi
-VERSION=${VERSION:-0.1.3}
+VERSION=${VERSION:-0.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -72,7 +72,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/system/guefi/guefi.info b/system/guefi/guefi.info
index b91af7b998..75baef0033 100644
--- a/system/guefi/guefi.info
+++ b/system/guefi/guefi.info
@@ -1,8 +1,8 @@
PRGNAM="guefi"
-VERSION="0.1.3"
+VERSION="0.2.0"
HOMEPAGE="https://github.com/gapan/guefi"
-DOWNLOAD="https://github.com/gapan/guefi/archive/0.1.3.tar.gz"
-MD5SUM="08355512dd019d93f8809c66fb00132b"
+DOWNLOAD="https://github.com/gapan/guefi/archive/0.2.0/guefi-0.2.0.tar.gz"
+MD5SUM="1b2f9e58e9938c0d300f3359c61dae6c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""