Github messages for voidlinux
 help / color / mirror / Atom feed
From: Eloitor <Eloitor@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] [WIP] bwidget: Fix permissions, adopt.
Date: Sat, 16 Mar 2024 16:48:50 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49319@inbox.vuxu.org> (raw)

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

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

https://github.com/Eloitor/void-packages bwidget
https://github.com/void-linux/void-packages/pull/49319

[WIP] bwidget: Fix permissions, adopt.
#### Testing the changes
- I tested the changes in this PR: **NO**

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


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

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

From 57fe23c98b7bab61750ee79783e48a4116d99b08 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Sat, 16 Mar 2024 16:47:27 +0100
Subject: [PATCH] bwidget: Fix permissions, adopt.

---
 srcpkgs/bwidget/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/bwidget/template b/srcpkgs/bwidget/template
index d63fe0490130b2..a16e3babf30d5c 100644
--- a/srcpkgs/bwidget/template
+++ b/srcpkgs/bwidget/template
@@ -1,11 +1,11 @@
 # Template file for 'bwidget'
 pkgname=bwidget
 version=1.9.16
-revision=1
+revision=2
 makedepends="tk"
 depends="tk"
 short_desc="Set of extension widgets for Tcl/Tk"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Eloi Torrents <eloitor@duck.com>"
 license="TCL"
 homepage="https://core.tcl-lang.org/bwidget/home"
 distfiles="${SOURCEFORGE_SITE}/tcllib/BWidget/${version}/${pkgname}-${version}.tar.gz"
@@ -16,4 +16,8 @@ do_install() {
 
 	vmkdir usr/lib/tcl8.6/BWidget
 	vcopy "*" usr/lib/tcl8.6/BWidget
+	chmod 644 ${DESTDIR}/usr/lib/tcl8.6/BWidget/*
+	chmod 644 ${DESTDIR}/usr/lib/tcl8.6/BWidget/*/*
+	chmod 644 ${DESTDIR}/usr/lib/tcl8.6/BWidget/*/*
+	chmod 755 ${DESTDIR}/usr/lib/tcl8.6/BWidget/demo/*.tcl
 }

             reply	other threads:[~2024-03-16 15:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-16 15:48 Eloitor [this message]
2024-03-16 15:49 ` Eloitor
2024-03-16 15:51 ` [PR PATCH] [Updated] " Eloitor
2024-03-16 15:53 ` Eloitor
2024-06-15  1:48 ` github-actions
2024-06-29  1:48 ` [PR PATCH] [Closed]: " github-actions

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49319@inbox.vuxu.org \
    --to=eloitor@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).