From cff3ac68f570ca8308f6acb402f548ac15d9ffd7 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Mon, 23 May 2022 21:25:06 +0200 Subject: system/guefi: Updated for version 0.2.0. Signed-off-by: Matteo Bernardini --- system/guefi/README | 3 +++ system/guefi/guefi.SlackBuild | 6 +++--- system/guefi/guefi.info | 6 +++--- 3 files changed, 9 insertions(+), 6 deletions(-) (limited to 'system') 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 , Pisa, Italy +# Copyright 2017-2022 Matteo Bernardini , 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="" -- cgit v1.2.3