Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: iaito-5.7.0
@ 2022-07-10 18:03 ypsvlq
  2022-07-10 19:10 ` [PR PATCH] [Updated] " ypsvlq
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ypsvlq @ 2022-07-10 18:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ypsvlq/void-packages iaito
https://github.com/void-linux/void-packages/pull/37983

New package: iaito-5.7.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

(replacement for cutter which no longer uses r2 as a backend)

Should be merged after #37974 ideally.

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

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

From 89ee976558c5f74c1f40b8abdfabfb548e1ce4d8 Mon Sep 17 00:00:00 2001
From: Elaine Gibson <ypsvlq@gmail.com>
Date: Sun, 10 Jul 2022 19:01:30 +0100
Subject: [PATCH] New package: iaito-5.7.0

---
 srcpkgs/iaito/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/iaito/template

diff --git a/srcpkgs/iaito/template b/srcpkgs/iaito/template
new file mode 100644
index 000000000000..002112dc70c9
--- /dev/null
+++ b/srcpkgs/iaito/template
@@ -0,0 +1,26 @@
+# Template file for 'iaito'
+pkgname=iaito
+version=5.7.0
+revision=1
+_translations_version=93c0bb887c1a0de66d55fb84f3aa75e662a1dfd5
+build_style=configure
+configure_args="--prefix=/usr"
+hostmakedepends="pkgconf qt5-qmake zip"
+makedepends="radare2-devel qt5-svg-devel"
+short_desc="Official GUI for radare2"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-3.0-only"
+homepage="https://radare.org/n/iaito.html"
+distfiles="
+ https://github.com/radareorg/iaito/archive/$version.tar.gz
+ https://github.com/radareorg/iaito-translations/archive/$_translations_version.tar.gz"
+checksum="
+ 6348b5c96f43d308c134170e16d637124da9e2cb2aaae8bd334e2de8054c8478
+ 6141eb43a5ced3ba012959c1fb5bfcea32b83a2314e9b0365fddd285d7dc44e4"
+
+post_extract() {
+	rmdir src/translations
+	mv $XBPS_BUILDDIR/iaito-translations-$_translations_version src/translations
+
+	sed -i -e 's,/usr/local,/usr,' src/Iaito.pro
+}

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

* Re: [PR PATCH] [Updated] New package: iaito-5.7.0
  2022-07-10 18:03 [PR PATCH] New package: iaito-5.7.0 ypsvlq
@ 2022-07-10 19:10 ` ypsvlq
  2022-07-10 19:11 ` ypsvlq
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ypsvlq @ 2022-07-10 19:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ypsvlq/void-packages iaito
https://github.com/void-linux/void-packages/pull/37983

New package: iaito-5.7.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

(replacement for cutter which no longer uses r2 as a backend)

Should be merged after #37974 ideally.

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

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

From 1fee55ba98813ffc845732846be1205750ab7902 Mon Sep 17 00:00:00 2001
From: Elaine Gibson <ypsvlq@gmail.com>
Date: Sun, 10 Jul 2022 19:01:30 +0100
Subject: [PATCH] New package: iaito-5.7.0

---
 srcpkgs/iaito/patches/pkgconfig.patch | 35 +++++++++++++++++++++++++++
 srcpkgs/iaito/template                | 14 +++++++++++
 2 files changed, 49 insertions(+)
 create mode 100644 srcpkgs/iaito/patches/pkgconfig.patch
 create mode 100644 srcpkgs/iaito/template

diff --git a/srcpkgs/iaito/patches/pkgconfig.patch b/srcpkgs/iaito/patches/pkgconfig.patch
new file mode 100644
index 000000000000..e361d106d3f8
--- /dev/null
+++ b/srcpkgs/iaito/patches/pkgconfig.patch
@@ -0,0 +1,35 @@
+From 6ec988371e5ad998a502efe64c09dce251080a6d Mon Sep 17 00:00:00 2001
+From: jjdredd <the.guard@mail.ru>
+Date: Wed, 15 Jun 2022 16:26:35 -0600
+Subject: [PATCH] improve build for custom radare2 install prefix
+
+---
+ src/lib_radare2.pri | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/src/lib_radare2.pri b/src/lib_radare2.pri
+index 14e76bed..6e349a36 100644
+--- a/src/lib_radare2.pri
++++ b/src/lib_radare2.pri
+@@ -38,9 +38,12 @@ win32 {
+         USE_PKGCONFIG = 0
+     }
+     R2_USER_PKGCONFIG = $$(HOME)/bin/prefix/radare2/lib/pkgconfig
+-    exists($$R2_USER_PKGCONFIG) {
++    system("pkg-config --exists r_core") : {
++        USE_PKGCONFIG=1
++    } else : exists($$R2_USER_PKGCONFIG) {
+         # caution: may not work for cross compilations
+         PKG_CONFIG_PATH=$$PKG_CONFIG_PATH:$$R2_USER_PKGCONFIG
++        USE_PKGCONFIG=1
+     } else {
+         unix {
+             exists($$R2PREFIX/lib/pkgconfig/r_core.pc) {
+@@ -76,6 +79,7 @@ win32 {
+        # PKGCONFIG += r_core
+         R2_INCLUDEPATH = "$$system("bash -c 'pkg-config --variable=includedir r_core'")/libr"
+         R2_INCLUDEPATH += "$$system("bash -c 'pkg-config --variable=includedir r_core'")/libr/sdb"
++        INCLUDEPATH += $$R2_INCLUDEPATH
+         LIBS += $$system("pkg-config --libs r_core")
+     } else {
+         LIBS += -L$$R2PREFIX/lib
diff --git a/srcpkgs/iaito/template b/srcpkgs/iaito/template
new file mode 100644
index 000000000000..13ceea278d13
--- /dev/null
+++ b/srcpkgs/iaito/template
@@ -0,0 +1,14 @@
+# Template file for 'iaito'
+pkgname=iaito
+version=5.7.0
+revision=1
+build_style=qmake
+build_wrksrc=src
+hostmakedepends="pkgconf qt5-qmake qt5-host-tools zip"
+makedepends="radare2-devel qt5-svg-devel"
+short_desc="Official GUI for radare2"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-3.0-only"
+homepage="https://radare.org/n/iaito.html"
+distfiles=https://github.com/radareorg/iaito/archive/$version.tar.gz
+checksum=6348b5c96f43d308c134170e16d637124da9e2cb2aaae8bd334e2de8054c8478

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

* Re: [PR PATCH] [Updated] New package: iaito-5.7.0
  2022-07-10 18:03 [PR PATCH] New package: iaito-5.7.0 ypsvlq
  2022-07-10 19:10 ` [PR PATCH] [Updated] " ypsvlq
@ 2022-07-10 19:11 ` ypsvlq
  2022-07-10 19:31 ` ypsvlq
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ypsvlq @ 2022-07-10 19:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ypsvlq/void-packages iaito
https://github.com/void-linux/void-packages/pull/37983

New package: iaito-5.7.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

(replacement for cutter which no longer uses r2 as a backend)

Should be merged after #37974 ideally.

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

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

From d2141d9f757477c8258d2efc1e0c3e2034a4d2de Mon Sep 17 00:00:00 2001
From: Elaine Gibson <ypsvlq@gmail.com>
Date: Sun, 10 Jul 2022 19:01:30 +0100
Subject: [PATCH] New package: iaito-5.7.0

---
 srcpkgs/iaito/patches/pkgconfig.patch | 35 +++++++++++++++++++++++++++
 srcpkgs/iaito/template                | 14 +++++++++++
 2 files changed, 49 insertions(+)
 create mode 100644 srcpkgs/iaito/patches/pkgconfig.patch
 create mode 100644 srcpkgs/iaito/template

diff --git a/srcpkgs/iaito/patches/pkgconfig.patch b/srcpkgs/iaito/patches/pkgconfig.patch
new file mode 100644
index 000000000000..e361d106d3f8
--- /dev/null
+++ b/srcpkgs/iaito/patches/pkgconfig.patch
@@ -0,0 +1,35 @@
+From 6ec988371e5ad998a502efe64c09dce251080a6d Mon Sep 17 00:00:00 2001
+From: jjdredd <the.guard@mail.ru>
+Date: Wed, 15 Jun 2022 16:26:35 -0600
+Subject: [PATCH] improve build for custom radare2 install prefix
+
+---
+ src/lib_radare2.pri | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/src/lib_radare2.pri b/src/lib_radare2.pri
+index 14e76bed..6e349a36 100644
+--- a/src/lib_radare2.pri
++++ b/src/lib_radare2.pri
+@@ -38,9 +38,12 @@ win32 {
+         USE_PKGCONFIG = 0
+     }
+     R2_USER_PKGCONFIG = $$(HOME)/bin/prefix/radare2/lib/pkgconfig
+-    exists($$R2_USER_PKGCONFIG) {
++    system("pkg-config --exists r_core") : {
++        USE_PKGCONFIG=1
++    } else : exists($$R2_USER_PKGCONFIG) {
+         # caution: may not work for cross compilations
+         PKG_CONFIG_PATH=$$PKG_CONFIG_PATH:$$R2_USER_PKGCONFIG
++        USE_PKGCONFIG=1
+     } else {
+         unix {
+             exists($$R2PREFIX/lib/pkgconfig/r_core.pc) {
+@@ -76,6 +79,7 @@ win32 {
+        # PKGCONFIG += r_core
+         R2_INCLUDEPATH = "$$system("bash -c 'pkg-config --variable=includedir r_core'")/libr"
+         R2_INCLUDEPATH += "$$system("bash -c 'pkg-config --variable=includedir r_core'")/libr/sdb"
++        INCLUDEPATH += $$R2_INCLUDEPATH
+         LIBS += $$system("pkg-config --libs r_core")
+     } else {
+         LIBS += -L$$R2PREFIX/lib
diff --git a/srcpkgs/iaito/template b/srcpkgs/iaito/template
new file mode 100644
index 000000000000..13ceea278d13
--- /dev/null
+++ b/srcpkgs/iaito/template
@@ -0,0 +1,14 @@
+# Template file for 'iaito'
+pkgname=iaito
+version=5.7.0
+revision=1
+build_style=qmake
+build_wrksrc=src
+hostmakedepends="pkgconf qt5-qmake qt5-host-tools zip"
+makedepends="radare2-devel qt5-svg-devel"
+short_desc="Official GUI for radare2"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-3.0-only"
+homepage="https://radare.org/n/iaito.html"
+distfiles=https://github.com/radareorg/iaito/archive/$version.tar.gz
+checksum=6348b5c96f43d308c134170e16d637124da9e2cb2aaae8bd334e2de8054c8478

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

* Re: [PR PATCH] [Updated] New package: iaito-5.7.0
  2022-07-10 18:03 [PR PATCH] New package: iaito-5.7.0 ypsvlq
  2022-07-10 19:10 ` [PR PATCH] [Updated] " ypsvlq
  2022-07-10 19:11 ` ypsvlq
@ 2022-07-10 19:31 ` ypsvlq
  2022-09-14 10:34 ` ypsvlq
  2022-09-18 13:53 ` [PR PATCH] [Merged]: New package: iaito-5.7.2 sgn
  4 siblings, 0 replies; 6+ messages in thread
From: ypsvlq @ 2022-07-10 19:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ypsvlq/void-packages iaito
https://github.com/void-linux/void-packages/pull/37983

New package: iaito-5.7.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

(replacement for cutter which no longer uses r2 as a backend)

Should be merged after #37974 ideally.

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

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

From 4db4e85b156e93ab2628b851a7ca0fdfadf4bdeb Mon Sep 17 00:00:00 2001
From: Elaine Gibson <ypsvlq@gmail.com>
Date: Sun, 10 Jul 2022 19:01:30 +0100
Subject: [PATCH] New package: iaito-5.7.0

---
 srcpkgs/iaito/patches/pkgconfig.patch | 35 +++++++++++++++++++++++++++
 srcpkgs/iaito/template                | 14 +++++++++++
 2 files changed, 49 insertions(+)
 create mode 100644 srcpkgs/iaito/patches/pkgconfig.patch
 create mode 100644 srcpkgs/iaito/template

diff --git a/srcpkgs/iaito/patches/pkgconfig.patch b/srcpkgs/iaito/patches/pkgconfig.patch
new file mode 100644
index 000000000000..e361d106d3f8
--- /dev/null
+++ b/srcpkgs/iaito/patches/pkgconfig.patch
@@ -0,0 +1,35 @@
+From 6ec988371e5ad998a502efe64c09dce251080a6d Mon Sep 17 00:00:00 2001
+From: jjdredd <the.guard@mail.ru>
+Date: Wed, 15 Jun 2022 16:26:35 -0600
+Subject: [PATCH] improve build for custom radare2 install prefix
+
+---
+ src/lib_radare2.pri | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/src/lib_radare2.pri b/src/lib_radare2.pri
+index 14e76bed..6e349a36 100644
+--- a/src/lib_radare2.pri
++++ b/src/lib_radare2.pri
+@@ -38,9 +38,12 @@ win32 {
+         USE_PKGCONFIG = 0
+     }
+     R2_USER_PKGCONFIG = $$(HOME)/bin/prefix/radare2/lib/pkgconfig
+-    exists($$R2_USER_PKGCONFIG) {
++    system("pkg-config --exists r_core") : {
++        USE_PKGCONFIG=1
++    } else : exists($$R2_USER_PKGCONFIG) {
+         # caution: may not work for cross compilations
+         PKG_CONFIG_PATH=$$PKG_CONFIG_PATH:$$R2_USER_PKGCONFIG
++        USE_PKGCONFIG=1
+     } else {
+         unix {
+             exists($$R2PREFIX/lib/pkgconfig/r_core.pc) {
+@@ -76,6 +79,7 @@ win32 {
+        # PKGCONFIG += r_core
+         R2_INCLUDEPATH = "$$system("bash -c 'pkg-config --variable=includedir r_core'")/libr"
+         R2_INCLUDEPATH += "$$system("bash -c 'pkg-config --variable=includedir r_core'")/libr/sdb"
++        INCLUDEPATH += $$R2_INCLUDEPATH
+         LIBS += $$system("pkg-config --libs r_core")
+     } else {
+         LIBS += -L$$R2PREFIX/lib
diff --git a/srcpkgs/iaito/template b/srcpkgs/iaito/template
new file mode 100644
index 000000000000..0c57a039e648
--- /dev/null
+++ b/srcpkgs/iaito/template
@@ -0,0 +1,14 @@
+# Template file for 'iaito'
+pkgname=iaito
+version=5.7.0
+revision=1
+build_wrksrc=src
+build_style=qmake
+hostmakedepends="pkgconf qt5-qmake qt5-host-tools zip"
+makedepends="radare2-devel qt5-svg-devel"
+short_desc="Official GUI for radare2"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-3.0-only"
+homepage="https://radare.org/n/iaito.html"
+distfiles=https://github.com/radareorg/iaito/archive/$version.tar.gz
+checksum=6348b5c96f43d308c134170e16d637124da9e2cb2aaae8bd334e2de8054c8478

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

* Re: [PR PATCH] [Updated] New package: iaito-5.7.0
  2022-07-10 18:03 [PR PATCH] New package: iaito-5.7.0 ypsvlq
                   ` (2 preceding siblings ...)
  2022-07-10 19:31 ` ypsvlq
@ 2022-09-14 10:34 ` ypsvlq
  2022-09-18 13:53 ` [PR PATCH] [Merged]: New package: iaito-5.7.2 sgn
  4 siblings, 0 replies; 6+ messages in thread
From: ypsvlq @ 2022-09-14 10:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ypsvlq/void-packages iaito
https://github.com/void-linux/void-packages/pull/37983

New package: iaito-5.7.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

(replacement for cutter which no longer uses r2 as a backend)

Should be merged after #37974 ideally.

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

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

From ae43f7a3a63800b51a528d0e604cba6fee2bcc03 Mon Sep 17 00:00:00 2001
From: Elaine Gibson <ypsvlq@gmail.com>
Date: Wed, 14 Sep 2022 11:34:40 +0100
Subject: [PATCH] New package: iaito-5.7.2

---
 srcpkgs/iaito/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/iaito/template

diff --git a/srcpkgs/iaito/template b/srcpkgs/iaito/template
new file mode 100644
index 000000000000..c37cfb7884eb
--- /dev/null
+++ b/srcpkgs/iaito/template
@@ -0,0 +1,14 @@
+# Template file for 'iaito'
+pkgname=iaito
+version=5.7.2
+revision=1
+build_wrksrc=src
+build_style=qmake
+hostmakedepends="pkgconf qt5-qmake qt5-host-tools zip"
+makedepends="radare2-devel qt5-svg-devel"
+short_desc="Official GUI for radare2"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-3.0-only"
+homepage="https://radare.org/n/iaito.html"
+distfiles=https://github.com/radareorg/iaito/archive/$version.tar.gz
+checksum=55b6a33b33f338db70b7947526af86a5749b43a698f2e0ba9920d47dbd45f5db

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

* Re: [PR PATCH] [Merged]: New package: iaito-5.7.2
  2022-07-10 18:03 [PR PATCH] New package: iaito-5.7.0 ypsvlq
                   ` (3 preceding siblings ...)
  2022-09-14 10:34 ` ypsvlq
@ 2022-09-18 13:53 ` sgn
  4 siblings, 0 replies; 6+ messages in thread
From: sgn @ 2022-09-18 13:53 UTC (permalink / raw)
  To: ml

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

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

New package: iaito-5.7.2
https://github.com/void-linux/void-packages/pull/37983

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

(replacement for cutter which no longer uses r2 as a backend)

Should be merged after #39281 ideally.

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

end of thread, other threads:[~2022-09-18 13:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-10 18:03 [PR PATCH] New package: iaito-5.7.0 ypsvlq
2022-07-10 19:10 ` [PR PATCH] [Updated] " ypsvlq
2022-07-10 19:11 ` ypsvlq
2022-07-10 19:31 ` ypsvlq
2022-09-14 10:34 ` ypsvlq
2022-09-18 13:53 ` [PR PATCH] [Merged]: New package: iaito-5.7.2 sgn

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