Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: seer-1.17
@ 2023-04-30 11:57 sug0
  2023-05-02 19:12 ` [PR PATCH] [Updated] " sug0
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: sug0 @ 2023-04-30 11:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sug0/void-packages seer
https://github.com/void-linux/void-packages/pull/43682

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### 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/43682.patch is attached

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

From 276c2aefefd5c7e9f9e86663a492a93917222c1f Mon Sep 17 00:00:00 2001
From: Tiago Carvalho <sugoiuguu@tfwno.gf>
Date: Sun, 30 Apr 2023 12:54:55 +0100
Subject: [PATCH] New package: seer-1.17

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

diff --git a/srcpkgs/seer/template b/srcpkgs/seer/template
new file mode 100644
index 000000000000..bb0a95b0c8a7
--- /dev/null
+++ b/srcpkgs/seer/template
@@ -0,0 +1,26 @@
+# Template file for 'seer'
+pkgname=seer
+version=1.17
+revision=1
+build_style=cmake
+build_wrksrc="src"
+hostmakedepends="pkg-config"
+makedepends="qt5-devel qt5-charts-devel"
+depends="gdb"
+short_desc="GUI frontend to gdb for Linux"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/epasveer/seer"
+changelog="https://raw.githubusercontent.com/epasveer/seer/main/CHANGELOG.md"
+distfiles="https://github.com/epasveer/seer/archive/v${version}.tar.gz"
+checksum=085d096731d8d86a374107e36f01bb66582ac2509be4bafc2a443a4275973705
+
+post_build() {
+	cd resources
+	install -Dm644 'seergdb_32x32.png' "${DESTDIR}/usr/share/icons/hicolor/32x32/apps/seergdb.png"
+	install -Dm644 'seergdb_64x64.png' "${DESTDIR}/usr/share/icons/hicolor/64x64/apps/seergdb.png"
+	install -Dm644 'seergdb_128x128.png' "${DESTDIR}/usr/share/icons/hicolor/128x128/apps/seergdb.png"
+	install -Dm644 'seergdb_256x256.png' "${DESTDIR}/usr/share/icons/hicolor/256x256/apps/seergdb.png"
+	install -Dm644 'seergdb_512x512.png' "${DESTDIR}/usr/share/icons/hicolor/512x512/apps/seergdb.png"
+	install -Dm644 'seergdb.desktop' -t "${DESTDIR}/usr/share/applications"
+}

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

* Re: [PR PATCH] [Updated] New package: seer-1.17
  2023-04-30 11:57 [PR PATCH] New package: seer-1.17 sug0
@ 2023-05-02 19:12 ` sug0
  2023-05-02 19:12 ` sug0
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sug0 @ 2023-05-02 19:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sug0/void-packages seer
https://github.com/void-linux/void-packages/pull/43682

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

Based on [the AUR package](https://aur.archlinux.org/packages/seer-gdb).

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### 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/43682.patch is attached

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

From 5cad02840f4b423051c4559d1dff4a89b8f9fcaf Mon Sep 17 00:00:00 2001
From: Tiago Carvalho <sugoiuguu@tfwno.gf>
Date: Sun, 30 Apr 2023 12:54:55 +0100
Subject: [PATCH] New package: seer-1.17

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

diff --git a/srcpkgs/seer/template b/srcpkgs/seer/template
new file mode 100644
index 000000000000..628a7b4db328
--- /dev/null
+++ b/srcpkgs/seer/template
@@ -0,0 +1,26 @@
+# Template file for 'seer'
+pkgname=seer
+version=1.17
+revision=1
+build_style=cmake
+build_wrksrc="src"
+hostmakedepends="pkg-config"
+makedepends="qt5-devel qt5-charts-devel qt5-qmake"
+depends="gdb"
+short_desc="GUI frontend to gdb for Linux"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/epasveer/seer"
+changelog="https://raw.githubusercontent.com/epasveer/seer/main/CHANGELOG.md"
+distfiles="https://github.com/epasveer/seer/archive/v${version}.tar.gz"
+checksum=085d096731d8d86a374107e36f01bb66582ac2509be4bafc2a443a4275973705
+
+do_install() {
+	cd resources
+	install -Dm644 'seergdb_32x32.png' "${DESTDIR}/usr/share/icons/hicolor/32x32/apps/seergdb.png"
+	install -Dm644 'seergdb_64x64.png' "${DESTDIR}/usr/share/icons/hicolor/64x64/apps/seergdb.png"
+	install -Dm644 'seergdb_128x128.png' "${DESTDIR}/usr/share/icons/hicolor/128x128/apps/seergdb.png"
+	install -Dm644 'seergdb_256x256.png' "${DESTDIR}/usr/share/icons/hicolor/256x256/apps/seergdb.png"
+	install -Dm644 'seergdb_512x512.png' "${DESTDIR}/usr/share/icons/hicolor/512x512/apps/seergdb.png"
+	install -Dm644 'seergdb.desktop' -t "${DESTDIR}/usr/share/applications"
+}

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

* Re: [PR PATCH] [Updated] New package: seer-1.17
  2023-04-30 11:57 [PR PATCH] New package: seer-1.17 sug0
  2023-05-02 19:12 ` [PR PATCH] [Updated] " sug0
@ 2023-05-02 19:12 ` sug0
  2023-05-02 19:16 ` sug0
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sug0 @ 2023-05-02 19:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sug0/void-packages seer
https://github.com/void-linux/void-packages/pull/43682

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

Based on [the AUR package](https://aur.archlinux.org/packages/seer-gdb).

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### 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/43682.patch is attached

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

From 2399c5da925ce204511b8cfa27622ad3a287197d Mon Sep 17 00:00:00 2001
From: Tiago Carvalho <sugoiuguu@tfwno.gf>
Date: Sun, 30 Apr 2023 12:54:55 +0100
Subject: [PATCH] New package: seer-1.17

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

diff --git a/srcpkgs/seer/template b/srcpkgs/seer/template
new file mode 100644
index 000000000000..233a91c0fec2
--- /dev/null
+++ b/srcpkgs/seer/template
@@ -0,0 +1,26 @@
+# Template file for 'seer'
+pkgname=seer
+version=1.17
+revision=1
+build_style=cmake
+build_wrksrc="src"
+hostmakedepends="pkg-config qt5-qmake"
+makedepends="qt5-devel qt5-charts-devel"
+depends="gdb"
+short_desc="GUI frontend to gdb for Linux"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/epasveer/seer"
+changelog="https://raw.githubusercontent.com/epasveer/seer/main/CHANGELOG.md"
+distfiles="https://github.com/epasveer/seer/archive/v${version}.tar.gz"
+checksum=085d096731d8d86a374107e36f01bb66582ac2509be4bafc2a443a4275973705
+
+do_install() {
+	cd resources
+	install -Dm644 'seergdb_32x32.png' "${DESTDIR}/usr/share/icons/hicolor/32x32/apps/seergdb.png"
+	install -Dm644 'seergdb_64x64.png' "${DESTDIR}/usr/share/icons/hicolor/64x64/apps/seergdb.png"
+	install -Dm644 'seergdb_128x128.png' "${DESTDIR}/usr/share/icons/hicolor/128x128/apps/seergdb.png"
+	install -Dm644 'seergdb_256x256.png' "${DESTDIR}/usr/share/icons/hicolor/256x256/apps/seergdb.png"
+	install -Dm644 'seergdb_512x512.png' "${DESTDIR}/usr/share/icons/hicolor/512x512/apps/seergdb.png"
+	install -Dm644 'seergdb.desktop' -t "${DESTDIR}/usr/share/applications"
+}

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

* Re: [PR PATCH] [Updated] New package: seer-1.17
  2023-04-30 11:57 [PR PATCH] New package: seer-1.17 sug0
  2023-05-02 19:12 ` [PR PATCH] [Updated] " sug0
  2023-05-02 19:12 ` sug0
@ 2023-05-02 19:16 ` sug0
  2023-05-02 19:21 ` sug0
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sug0 @ 2023-05-02 19:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sug0/void-packages seer
https://github.com/void-linux/void-packages/pull/43682

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

Based on [the AUR package](https://aur.archlinux.org/packages/seer-gdb).

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### 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/43682.patch is attached

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

From 6ec8bde4bb8da3195f0919c8e79c6d1af782095c Mon Sep 17 00:00:00 2001
From: Tiago Carvalho <sugoiuguu@tfwno.gf>
Date: Sun, 30 Apr 2023 12:54:55 +0100
Subject: [PATCH] New package: seer-1.17

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

diff --git a/srcpkgs/seer/template b/srcpkgs/seer/template
new file mode 100644
index 000000000000..317005db3f7d
--- /dev/null
+++ b/srcpkgs/seer/template
@@ -0,0 +1,26 @@
+# Template file for 'seer'
+pkgname=seer
+version=1.17
+revision=1
+build_style=cmake
+build_wrksrc="src"
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
+makedepends="qt5-devel qt5-charts-devel"
+depends="gdb"
+short_desc="GUI frontend to gdb for Linux"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/epasveer/seer"
+changelog="https://raw.githubusercontent.com/epasveer/seer/main/CHANGELOG.md"
+distfiles="https://github.com/epasveer/seer/archive/v${version}.tar.gz"
+checksum=085d096731d8d86a374107e36f01bb66582ac2509be4bafc2a443a4275973705
+
+do_install() {
+	cd resources
+	install -Dm644 'seergdb_32x32.png' "${DESTDIR}/usr/share/icons/hicolor/32x32/apps/seergdb.png"
+	install -Dm644 'seergdb_64x64.png' "${DESTDIR}/usr/share/icons/hicolor/64x64/apps/seergdb.png"
+	install -Dm644 'seergdb_128x128.png' "${DESTDIR}/usr/share/icons/hicolor/128x128/apps/seergdb.png"
+	install -Dm644 'seergdb_256x256.png' "${DESTDIR}/usr/share/icons/hicolor/256x256/apps/seergdb.png"
+	install -Dm644 'seergdb_512x512.png' "${DESTDIR}/usr/share/icons/hicolor/512x512/apps/seergdb.png"
+	install -Dm644 'seergdb.desktop' -t "${DESTDIR}/usr/share/applications"
+}

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

* Re: [PR PATCH] [Updated] New package: seer-1.17
  2023-04-30 11:57 [PR PATCH] New package: seer-1.17 sug0
                   ` (2 preceding siblings ...)
  2023-05-02 19:16 ` sug0
@ 2023-05-02 19:21 ` sug0
  2023-06-24 12:05 ` [PR REVIEW] " Duncaen
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sug0 @ 2023-05-02 19:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sug0/void-packages seer
https://github.com/void-linux/void-packages/pull/43682

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

Based on [the AUR package](https://aur.archlinux.org/packages/seer-gdb).

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### 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/43682.patch is attached

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

From c139980ea1cb2521fd193d968e39a00ea0024773 Mon Sep 17 00:00:00 2001
From: Tiago Carvalho <sugoiuguu@tfwno.gf>
Date: Sun, 30 Apr 2023 12:54:55 +0100
Subject: [PATCH] New package: seer-1.17

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

diff --git a/srcpkgs/seer/template b/srcpkgs/seer/template
new file mode 100644
index 000000000000..130e0ffd5cfe
--- /dev/null
+++ b/srcpkgs/seer/template
@@ -0,0 +1,32 @@
+# Template file for 'seer'
+pkgname=seer
+version=1.17
+revision=1
+build_style=cmake
+build_wrksrc="src"
+hostmakedepends="pkg-config"
+makedepends="qt5-devel qt5-charts-devel"
+depends="gdb"
+short_desc="GUI frontend to gdb for Linux"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/epasveer/seer"
+changelog="https://raw.githubusercontent.com/epasveer/seer/main/CHANGELOG.md"
+distfiles="https://github.com/epasveer/seer/archive/v${version}.tar.gz"
+checksum=085d096731d8d86a374107e36f01bb66582ac2509be4bafc2a443a4275973705
+
+case "$XBPS_TARGET_MACHINE" in
+	i686*) ;;
+	x86_64*) ;;
+	*) hostmakedepends+=" qt5-qmake qt5-host-tools" ;;
+esac
+
+do_install() {
+	cd resources
+	install -Dm644 seergdb_32x32.png "${DESTDIR}/usr/share/icons/hicolor/32x32/apps/seergdb.png"
+	install -Dm644 seergdb_64x64.png "${DESTDIR}/usr/share/icons/hicolor/64x64/apps/seergdb.png"
+	install -Dm644 seergdb_128x128.png "${DESTDIR}/usr/share/icons/hicolor/128x128/apps/seergdb.png"
+	install -Dm644 seergdb_256x256.png "${DESTDIR}/usr/share/icons/hicolor/256x256/apps/seergdb.png"
+	install -Dm644 seergdb_512x512.png "${DESTDIR}/usr/share/icons/hicolor/512x512/apps/seergdb.png"
+	install -Dm644 seergdb.desktop -t "${DESTDIR}/usr/share/applications"
+}

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

* Re: [PR REVIEW] New package: seer-1.17
  2023-04-30 11:57 [PR PATCH] New package: seer-1.17 sug0
                   ` (3 preceding siblings ...)
  2023-05-02 19:21 ` sug0
@ 2023-06-24 12:05 ` Duncaen
  2023-06-26  8:43 ` [PR PATCH] [Updated] " sug0
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Duncaen @ 2023-06-24 12:05 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/43682#discussion_r1240742380

Comment:
This looks wrong, you are probably trying to target cross builds, not specific architectures which can be compiled either native or cross.

```
if [ "$CROSS_BUILD" ]; then
	hostmakedepends+=" qt5-qmake qt5-host-tools"
fi
```

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

* Re: [PR PATCH] [Updated] New package: seer-1.17
  2023-04-30 11:57 [PR PATCH] New package: seer-1.17 sug0
                   ` (4 preceding siblings ...)
  2023-06-24 12:05 ` [PR REVIEW] " Duncaen
@ 2023-06-26  8:43 ` sug0
  2023-06-26  8:45 ` sug0
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sug0 @ 2023-06-26  8:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sug0/void-packages seer
https://github.com/void-linux/void-packages/pull/43682

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

Based on [the AUR package](https://aur.archlinux.org/packages/seer-gdb).

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### 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/43682.patch is attached

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

From c139980ea1cb2521fd193d968e39a00ea0024773 Mon Sep 17 00:00:00 2001
From: Tiago Carvalho <sugoiuguu@tfwno.gf>
Date: Sun, 30 Apr 2023 12:54:55 +0100
Subject: [PATCH] New package: seer-1.17

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

diff --git a/srcpkgs/seer/template b/srcpkgs/seer/template
new file mode 100644
index 000000000000..130e0ffd5cfe
--- /dev/null
+++ b/srcpkgs/seer/template
@@ -0,0 +1,32 @@
+# Template file for 'seer'
+pkgname=seer
+version=1.17
+revision=1
+build_style=cmake
+build_wrksrc="src"
+hostmakedepends="pkg-config"
+makedepends="qt5-devel qt5-charts-devel"
+depends="gdb"
+short_desc="GUI frontend to gdb for Linux"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/epasveer/seer"
+changelog="https://raw.githubusercontent.com/epasveer/seer/main/CHANGELOG.md"
+distfiles="https://github.com/epasveer/seer/archive/v${version}.tar.gz"
+checksum=085d096731d8d86a374107e36f01bb66582ac2509be4bafc2a443a4275973705
+
+case "$XBPS_TARGET_MACHINE" in
+	i686*) ;;
+	x86_64*) ;;
+	*) hostmakedepends+=" qt5-qmake qt5-host-tools" ;;
+esac
+
+do_install() {
+	cd resources
+	install -Dm644 seergdb_32x32.png "${DESTDIR}/usr/share/icons/hicolor/32x32/apps/seergdb.png"
+	install -Dm644 seergdb_64x64.png "${DESTDIR}/usr/share/icons/hicolor/64x64/apps/seergdb.png"
+	install -Dm644 seergdb_128x128.png "${DESTDIR}/usr/share/icons/hicolor/128x128/apps/seergdb.png"
+	install -Dm644 seergdb_256x256.png "${DESTDIR}/usr/share/icons/hicolor/256x256/apps/seergdb.png"
+	install -Dm644 seergdb_512x512.png "${DESTDIR}/usr/share/icons/hicolor/512x512/apps/seergdb.png"
+	install -Dm644 seergdb.desktop -t "${DESTDIR}/usr/share/applications"
+}

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

* Re: [PR PATCH] [Updated] New package: seer-1.17
  2023-04-30 11:57 [PR PATCH] New package: seer-1.17 sug0
                   ` (5 preceding siblings ...)
  2023-06-26  8:43 ` [PR PATCH] [Updated] " sug0
@ 2023-06-26  8:45 ` sug0
  2023-06-26  8:59 ` sug0
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sug0 @ 2023-06-26  8:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sug0/void-packages seer
https://github.com/void-linux/void-packages/pull/43682

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

Based on [the AUR package](https://aur.archlinux.org/packages/seer-gdb).

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### 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/43682.patch is attached

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

From ee786f22885514ffa664337273e21ab2d1ccc277 Mon Sep 17 00:00:00 2001
From: Tiago Carvalho <sugoiuguu@tfwno.gf>
Date: Sun, 30 Apr 2023 12:54:55 +0100
Subject: [PATCH] New package: seer-1.17

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

diff --git a/srcpkgs/seer/template b/srcpkgs/seer/template
new file mode 100644
index 000000000000..130e0ffd5cfe
--- /dev/null
+++ b/srcpkgs/seer/template
@@ -0,0 +1,32 @@
+# Template file for 'seer'
+pkgname=seer
+version=1.17
+revision=1
+build_style=cmake
+build_wrksrc="src"
+hostmakedepends="pkg-config"
+makedepends="qt5-devel qt5-charts-devel"
+depends="gdb"
+short_desc="GUI frontend to gdb for Linux"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/epasveer/seer"
+changelog="https://raw.githubusercontent.com/epasveer/seer/main/CHANGELOG.md"
+distfiles="https://github.com/epasveer/seer/archive/v${version}.tar.gz"
+checksum=085d096731d8d86a374107e36f01bb66582ac2509be4bafc2a443a4275973705
+
+case "$XBPS_TARGET_MACHINE" in
+	i686*) ;;
+	x86_64*) ;;
+	*) hostmakedepends+=" qt5-qmake qt5-host-tools" ;;
+esac
+
+do_install() {
+	cd resources
+	install -Dm644 seergdb_32x32.png "${DESTDIR}/usr/share/icons/hicolor/32x32/apps/seergdb.png"
+	install -Dm644 seergdb_64x64.png "${DESTDIR}/usr/share/icons/hicolor/64x64/apps/seergdb.png"
+	install -Dm644 seergdb_128x128.png "${DESTDIR}/usr/share/icons/hicolor/128x128/apps/seergdb.png"
+	install -Dm644 seergdb_256x256.png "${DESTDIR}/usr/share/icons/hicolor/256x256/apps/seergdb.png"
+	install -Dm644 seergdb_512x512.png "${DESTDIR}/usr/share/icons/hicolor/512x512/apps/seergdb.png"
+	install -Dm644 seergdb.desktop -t "${DESTDIR}/usr/share/applications"
+}

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

* Re: [PR PATCH] [Updated] New package: seer-1.17
  2023-04-30 11:57 [PR PATCH] New package: seer-1.17 sug0
                   ` (6 preceding siblings ...)
  2023-06-26  8:45 ` sug0
@ 2023-06-26  8:59 ` sug0
  2023-06-26  9:04 ` [PR PATCH] [Updated] New package: seer-2.0 sug0
  2023-06-26 10:49 ` [PR PATCH] [Closed]: " Duncaen
  9 siblings, 0 replies; 11+ messages in thread
From: sug0 @ 2023-06-26  8:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sug0/void-packages seer
https://github.com/void-linux/void-packages/pull/43682

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

Based on [the AUR package](https://aur.archlinux.org/packages/seer-gdb).

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### 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/43682.patch is attached

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

From a0658214ddef6fd7fc10c2003da5762992a16c5c Mon Sep 17 00:00:00 2001
From: Tiago Carvalho <sugoiuguu@tfwno.gf>
Date: Sun, 30 Apr 2023 12:54:55 +0100
Subject: [PATCH] New package: seer-1.17

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

diff --git a/srcpkgs/seer/template b/srcpkgs/seer/template
new file mode 100644
index 000000000000..0e7f5efbb1f4
--- /dev/null
+++ b/srcpkgs/seer/template
@@ -0,0 +1,31 @@
+# Template file for 'seer'
+pkgname=seer
+version=2.0
+revision=1
+build_style=cmake
+configure_args="-DQTVERSION=QT5"
+build_wrksrc="src"
+hostmakedepends="pkg-config"
+makedepends="qt5-devel qt5-charts-devel"
+depends="gdb"
+short_desc="GUI frontend to gdb for Linux"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/epasveer/seer"
+changelog="https://raw.githubusercontent.com/epasveer/seer/main/CHANGELOG.md"
+distfiles="https://github.com/epasveer/seer/archive/v${version}.tar.gz"
+checksum=050df5f356ddbae386617aa92edbac5acef254fa10f4ff5cccabe6c5033e8ff5
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-qmake qt5-host-tools"
+fi
+
+post_install() {
+	cd resources
+	install -Dm644 seergdb_32x32.png "${DESTDIR}/usr/share/icons/hicolor/32x32/apps/seergdb.png"
+	install -Dm644 seergdb_64x64.png "${DESTDIR}/usr/share/icons/hicolor/64x64/apps/seergdb.png"
+	install -Dm644 seergdb_128x128.png "${DESTDIR}/usr/share/icons/hicolor/128x128/apps/seergdb.png"
+	install -Dm644 seergdb_256x256.png "${DESTDIR}/usr/share/icons/hicolor/256x256/apps/seergdb.png"
+	install -Dm644 seergdb_512x512.png "${DESTDIR}/usr/share/icons/hicolor/512x512/apps/seergdb.png"
+	install -Dm644 seergdb.desktop -t "${DESTDIR}/usr/share/applications"
+}

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

* Re: [PR PATCH] [Updated] New package: seer-2.0
  2023-04-30 11:57 [PR PATCH] New package: seer-1.17 sug0
                   ` (7 preceding siblings ...)
  2023-06-26  8:59 ` sug0
@ 2023-06-26  9:04 ` sug0
  2023-06-26 10:49 ` [PR PATCH] [Closed]: " Duncaen
  9 siblings, 0 replies; 11+ messages in thread
From: sug0 @ 2023-06-26  9:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sug0/void-packages seer
https://github.com/void-linux/void-packages/pull/43682

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

Based on [the AUR package](https://aur.archlinux.org/packages/seer-gdb).

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### 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/43682.patch is attached

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

From 79ef60083fda9d6593a8e19e0d381cb228f88ba1 Mon Sep 17 00:00:00 2001
From: Tiago Carvalho <sugoiuguu@tfwno.gf>
Date: Sun, 30 Apr 2023 12:54:55 +0100
Subject: [PATCH] New package: seer-2.0

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

diff --git a/srcpkgs/seer/template b/srcpkgs/seer/template
new file mode 100644
index 000000000000..0e7f5efbb1f4
--- /dev/null
+++ b/srcpkgs/seer/template
@@ -0,0 +1,31 @@
+# Template file for 'seer'
+pkgname=seer
+version=2.0
+revision=1
+build_style=cmake
+configure_args="-DQTVERSION=QT5"
+build_wrksrc="src"
+hostmakedepends="pkg-config"
+makedepends="qt5-devel qt5-charts-devel"
+depends="gdb"
+short_desc="GUI frontend to gdb for Linux"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/epasveer/seer"
+changelog="https://raw.githubusercontent.com/epasveer/seer/main/CHANGELOG.md"
+distfiles="https://github.com/epasveer/seer/archive/v${version}.tar.gz"
+checksum=050df5f356ddbae386617aa92edbac5acef254fa10f4ff5cccabe6c5033e8ff5
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-qmake qt5-host-tools"
+fi
+
+post_install() {
+	cd resources
+	install -Dm644 seergdb_32x32.png "${DESTDIR}/usr/share/icons/hicolor/32x32/apps/seergdb.png"
+	install -Dm644 seergdb_64x64.png "${DESTDIR}/usr/share/icons/hicolor/64x64/apps/seergdb.png"
+	install -Dm644 seergdb_128x128.png "${DESTDIR}/usr/share/icons/hicolor/128x128/apps/seergdb.png"
+	install -Dm644 seergdb_256x256.png "${DESTDIR}/usr/share/icons/hicolor/256x256/apps/seergdb.png"
+	install -Dm644 seergdb_512x512.png "${DESTDIR}/usr/share/icons/hicolor/512x512/apps/seergdb.png"
+	install -Dm644 seergdb.desktop -t "${DESTDIR}/usr/share/applications"
+}

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

* Re: [PR PATCH] [Closed]: New package: seer-2.0
  2023-04-30 11:57 [PR PATCH] New package: seer-1.17 sug0
                   ` (8 preceding siblings ...)
  2023-06-26  9:04 ` [PR PATCH] [Updated] New package: seer-2.0 sug0
@ 2023-06-26 10:49 ` Duncaen
  9 siblings, 0 replies; 11+ messages in thread
From: Duncaen @ 2023-06-26 10:49 UTC (permalink / raw)
  To: ml

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

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

New package: seer-2.0
https://github.com/void-linux/void-packages/pull/43682

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

Based on [the AUR package](https://aur.archlinux.org/packages/seer-gdb).

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

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


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

end of thread, other threads:[~2023-06-26 10:49 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-30 11:57 [PR PATCH] New package: seer-1.17 sug0
2023-05-02 19:12 ` [PR PATCH] [Updated] " sug0
2023-05-02 19:12 ` sug0
2023-05-02 19:16 ` sug0
2023-05-02 19:21 ` sug0
2023-06-24 12:05 ` [PR REVIEW] " Duncaen
2023-06-26  8:43 ` [PR PATCH] [Updated] " sug0
2023-06-26  8:45 ` sug0
2023-06-26  8:59 ` sug0
2023-06-26  9:04 ` [PR PATCH] [Updated] New package: seer-2.0 sug0
2023-06-26 10:49 ` [PR PATCH] [Closed]: " Duncaen

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