Browse Source

system/guefi: Updated for version 0.2.0.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
pull/186/head
Matteo Bernardini 3 years ago
parent
commit
cff3ac68f5
  1. 3
      system/guefi/README
  2. 6
      system/guefi/guefi.SlackBuild
  3. 6
      system/guefi/guefi.info

3
system/guefi/README

@ -1,3 +1,6 @@
GUEFI is a Python/GTK+3 application that acts as a frontend for GUEFI is a Python/GTK+3 application that acts as a frontend for
efibootmgr. It provides an easy to use interface for managing efibootmgr. It provides an easy to use interface for managing
UEFI boot options. UEFI boot options.
Be advised to launch this as user using gksu or ktsuss or you might
encounter a segfault.

6
system/guefi/guefi.SlackBuild

@ -2,7 +2,7 @@
# Slackware build script for guefi # 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. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=guefi PRGNAM=guefi
VERSION=${VERSION:-0.1.3}
VERSION=${VERSION:-0.2.0}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}
@ -72,7 +72,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT mkdir -p $TMP $PKG $OUTPUT
cd $TMP cd $TMP
rm -rf $PRGNAM-$VERSION 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 cd $PRGNAM-$VERSION
chown -R root:root . chown -R root:root .
find -L . \ find -L . \

6
system/guefi/guefi.info

@ -1,8 +1,8 @@
PRGNAM="guefi" PRGNAM="guefi"
VERSION="0.1.3"
VERSION="0.2.0"
HOMEPAGE="https://github.com/gapan/guefi" 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="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""

Loading…
Cancel
Save