From af95158ccace236027c927df3f04e5baac3fef0e Mon Sep 17 00:00:00 2001 From: zenobit Date: Wed, 27 Sep 2023 03:56:00 +0200 Subject: [PATCH] octoxbps: update to 0.3.2 --- srcpkgs/octoxbps/files/README.voidlinux | 1 + srcpkgs/octoxbps/template | 12 ++++++++---- 2 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 srcpkgs/octoxbps/files/README.voidlinux diff --git a/srcpkgs/octoxbps/files/README.voidlinux b/srcpkgs/octoxbps/files/README.voidlinux new file mode 100644 index 00000000000000..7764e3960a2c4b --- /dev/null +++ b/srcpkgs/octoxbps/files/README.voidlinux @@ -0,0 +1 @@ +octoxbps will need sudo or opendoas installed for elevation privileges diff --git a/srcpkgs/octoxbps/template b/srcpkgs/octoxbps/template index e7f7cb0e167cb6..a6b55fcb847739 100644 --- a/srcpkgs/octoxbps/template +++ b/srcpkgs/octoxbps/template @@ -1,18 +1,18 @@ # Template file for 'octoxbps' pkgname=octoxbps -version=0.3.1 +version=0.3.2 revision=1 build_style=qmake hostmakedepends="qt5-qmake pkg-config qt5-host-tools" makedepends="qt5-declarative-devel qtermwidget-devel" -depends="curl sudo" +depends="curl" short_desc="Qt-based XBPS front-end" maintainer="beefcurtains " license="GPL-2.0-or-later" -homepage="https://github.com/aarnt/octoxbps" +homepage="https://tintaescura.com/projects/octopi/" changelog="https://raw.githubusercontent.com/aarnt/octoxbps/master/CHANGELOG" distfiles="https://github.com/aarnt/octoxbps/archive/v${version}.tar.gz" -checksum=0ec95b8f79a1536cb7b7d2e0ac56175972a3ca77fb0ba67a7e190f592644a088 +checksum=8fe3ec0bb5eb55f94e8db08dc570ef10f61c929dfd0c12d8415d6f8d83e1c9ed post_configure() { local qmake_args @@ -44,3 +44,7 @@ do_install() { cd $_dir && make INSTALL_ROOT=${DESTDIR} install done } + +post_install() { + vdoc "${FILESDIR}/README.voidlinux" +}