Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cutter: Additionally load plugins from /usr/lib/
@ 2020-08-28 12:15 phirecc
  2020-08-28 12:19 ` [PR PATCH] [Updated] " phirecc
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: phirecc @ 2020-08-28 12:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/phirecc/void-packages cutterfix
https://github.com/void-linux/void-packages/pull/24523

cutter: Additionally load plugins from /usr/lib/
Currently cutter only loads plugins from /usr/share and ~/.local, this makes it load them from /usr/lib aswell. See #24453 

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

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

From 4cc90bd8947ca919816cbdf7f538631c7a4dac68 Mon Sep 17 00:00:00 2001
From: Philipp Rempe <philipp.rempe@gmx.net>
Date: Fri, 28 Aug 2020 14:11:26 +0200
Subject: [PATCH] cutter: Additionally load plugins from /usr/lib/

---
 srcpkgs/cutter/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/cutter/template b/srcpkgs/cutter/template
index aaa3602c16f..7a7042806be 100644
--- a/srcpkgs/cutter/template
+++ b/srcpkgs/cutter/template
@@ -1,9 +1,10 @@
 # Template file for 'cutter'
 pkgname=cutter
 version=1.11.1
-revision=1
+revision=2
 build_wrksrc=src
 build_style=qmake
+configure_args="CUTTER_EXTRA_PLUGIN_DIRS=/usr/lib/RadareOrg/Cutter/plugins"
 hostmakedepends="pkg-config qt5-declarative-devel qt5-location-devel
  qt5-svg-devel qt5-tools-devel radare2"
 makedepends="capstone-devel python3-devel qt5-declarative-devel

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

* Re: [PR PATCH] [Updated] cutter: Additionally load plugins from /usr/lib/
  2020-08-28 12:15 [PR PATCH] cutter: Additionally load plugins from /usr/lib/ phirecc
@ 2020-08-28 12:19 ` phirecc
  2020-08-28 19:24 ` cutter: Additionally load plugins from /usr/lib Chocimier
  2020-08-28 19:24 ` [PR PATCH] [Merged]: " Chocimier
  2 siblings, 0 replies; 4+ messages in thread
From: phirecc @ 2020-08-28 12:19 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by phirecc against master on the void-packages repository

https://github.com/phirecc/void-packages cutterfix
https://github.com/void-linux/void-packages/pull/24523

cutter: Additionally load plugins from /usr/lib/
Currently cutter only loads plugins from /usr/share and ~/.local, this makes it load them from /usr/lib aswell. See #24453 

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

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

From 23a32f71867262226ad2b488e3357aa917e3f243 Mon Sep 17 00:00:00 2001
From: Philipp Rempe <philipp.rempe@gmx.net>
Date: Fri, 28 Aug 2020 14:11:26 +0200
Subject: [PATCH] cutter: Additionally load plugins from /usr/lib

---
 srcpkgs/cutter/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/cutter/template b/srcpkgs/cutter/template
index aaa3602c16f..7a7042806be 100644
--- a/srcpkgs/cutter/template
+++ b/srcpkgs/cutter/template
@@ -1,9 +1,10 @@
 # Template file for 'cutter'
 pkgname=cutter
 version=1.11.1
-revision=1
+revision=2
 build_wrksrc=src
 build_style=qmake
+configure_args="CUTTER_EXTRA_PLUGIN_DIRS=/usr/lib/RadareOrg/Cutter/plugins"
 hostmakedepends="pkg-config qt5-declarative-devel qt5-location-devel
  qt5-svg-devel qt5-tools-devel radare2"
 makedepends="capstone-devel python3-devel qt5-declarative-devel

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

* Re: cutter: Additionally load plugins from /usr/lib
  2020-08-28 12:15 [PR PATCH] cutter: Additionally load plugins from /usr/lib/ phirecc
  2020-08-28 12:19 ` [PR PATCH] [Updated] " phirecc
@ 2020-08-28 19:24 ` Chocimier
  2020-08-28 19:24 ` [PR PATCH] [Merged]: " Chocimier
  2 siblings, 0 replies; 4+ messages in thread
From: Chocimier @ 2020-08-28 19:24 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/24523#issuecomment-683100823

Comment:
perfect

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

* Re: [PR PATCH] [Merged]: cutter: Additionally load plugins from /usr/lib
  2020-08-28 12:15 [PR PATCH] cutter: Additionally load plugins from /usr/lib/ phirecc
  2020-08-28 12:19 ` [PR PATCH] [Updated] " phirecc
  2020-08-28 19:24 ` cutter: Additionally load plugins from /usr/lib Chocimier
@ 2020-08-28 19:24 ` Chocimier
  2 siblings, 0 replies; 4+ messages in thread
From: Chocimier @ 2020-08-28 19:24 UTC (permalink / raw)
  To: ml

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

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

cutter: Additionally load plugins from /usr/lib
https://github.com/void-linux/void-packages/pull/24523

Description:
Currently cutter only loads plugins from /usr/share and ~/.local, this makes it load them from /usr/lib aswell. See #24453 

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

end of thread, other threads:[~2020-08-28 19:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-28 12:15 [PR PATCH] cutter: Additionally load plugins from /usr/lib/ phirecc
2020-08-28 12:19 ` [PR PATCH] [Updated] " phirecc
2020-08-28 19:24 ` cutter: Additionally load plugins from /usr/lib Chocimier
2020-08-28 19:24 ` [PR PATCH] [Merged]: " Chocimier

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).