Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] octoxbps: update to 0.3.2
@ 2023-09-27  2:31 zen0bit
  2023-09-28 17:24 ` classabbyamp
  2023-09-28 17:24 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: zen0bit @ 2023-09-27  2:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 568 bytes --]

There is a new pull request by zen0bit against master on the void-packages repository

https://github.com/oSoWoSo/VUR octoxbps
https://github.com/void-linux/void-packages/pull/46283

octoxbps: update to 0.3.2

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x64 glibc)

I am not sure if post install message will be shown.
Inastallation with xi don't show me it..

A patch file from https://github.com/void-linux/void-packages/pull/46283.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-octoxbps-46283.patch --]
[-- Type: text/x-diff, Size: 1874 bytes --]

From af95158ccace236027c927df3f04e5baac3fef0e Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
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 0000000000000..7764e3960a2c4
--- /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 e7f7cb0e167cb..a6b55fcb84773 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 <beefcurtains@voidlinux.org>"
 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"
+}

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: octoxbps: update to 0.3.2
  2023-09-27  2:31 [PR PATCH] octoxbps: update to 0.3.2 zen0bit
@ 2023-09-28 17:24 ` classabbyamp
  2023-09-28 17:24 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-09-28 17:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 425 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/46283#issuecomment-1739734190

Comment:
> I am not sure if post install message will be shown.

`README.voidlinux` is not how you do post-install messages, but either way, README.voidlinux is the proper place for that message. 99.9% of people will either have sudo (installed by default) or doas (intentional choice)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: octoxbps: update to 0.3.2
  2023-09-27  2:31 [PR PATCH] octoxbps: update to 0.3.2 zen0bit
  2023-09-28 17:24 ` classabbyamp
@ 2023-09-28 17:24 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-09-28 17:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 423 bytes --]

There's a merged pull request on the void-packages repository

octoxbps: update to 0.3.2
https://github.com/void-linux/void-packages/pull/46283

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x64 glibc)

I am not sure if post install message will be shown.
Installation with xi don't show me it..

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-09-28 17:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-27  2:31 [PR PATCH] octoxbps: update to 0.3.2 zen0bit
2023-09-28 17:24 ` classabbyamp
2023-09-28 17:24 ` [PR PATCH] [Merged]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).