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

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