Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: apitrace 10.0
@ 2021-07-18  4:58 mahiuchun
  2021-07-18  7:00 ` [PR PATCH] [Updated] " mahiuchun
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: mahiuchun @ 2021-07-18  4:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mahiuchun/void-packages apitrace
https://github.com/void-linux/void-packages/pull/32029

New package: apitrace 10.0
<!-- Mark items with [x] where applicable -->

#### General
- [X] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [X] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 82ae66d51d725049008e4dec208aa16b250c8849 Mon Sep 17 00:00:00 2001
From: Hill Ma <maahiuzeon@gmail.com>
Date: Sat, 17 Jul 2021 19:21:06 -0700
Subject: [PATCH] New package: apitrace 10.0

---
 srcpkgs/apitrace-gui      |  1 +
 srcpkgs/apitrace/template | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)
 create mode 120000 srcpkgs/apitrace-gui
 create mode 100644 srcpkgs/apitrace/template

diff --git a/srcpkgs/apitrace-gui b/srcpkgs/apitrace-gui
new file mode 120000
index 000000000000..e7a67b504909
--- /dev/null
+++ b/srcpkgs/apitrace-gui
@@ -0,0 +1 @@
+apitrace/
\ No newline at end of file
diff --git a/srcpkgs/apitrace/template b/srcpkgs/apitrace/template
new file mode 100644
index 000000000000..9d09b17a3671
--- /dev/null
+++ b/srcpkgs/apitrace/template
@@ -0,0 +1,31 @@
+# Template file for 'apitrace'
+pkgname=apitrace
+version=10.0
+revision=1
+#archs="i686 x86_64"
+#wrksrc=
+#create_wrksrc=yes
+build_style=cmake
+configure_args="-DENABLE_GUI=1"
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="python3"
+makedepends="libX11-devel qt5-devel"
+depends="python3"
+short_desc="Tools for tracing graphics APIs"
+maintainer="Hill Ma <maahiuzeon@gmail.com>"
+license="MIT"
+homepage="http://apitrace.github.io/"
+distfiles="https://github.com/apitrace/apitrace/archive/refs/tags/${version}.tar.gz"
+checksum=2e57d37af39369d7ce78666acb8afb1a49ec758f683a21077ec39eb0befae4ad
+
+
+apitrace-gui_package() {
+        short_desc+=" - Qt GUI"
+        depends="${sourcepkg}-${version}_${revision}"
+	pkg_install() {
+		vmove usr/bin/qapitrace
+	}
+}
\ No newline at end of file

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

end of thread, other threads:[~2022-06-10  2:13 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-18  4:58 [PR PATCH] New package: apitrace 10.0 mahiuchun
2021-07-18  7:00 ` [PR PATCH] [Updated] " mahiuchun
2021-07-18 23:10 ` mahiuchun
2021-07-31  4:25 ` mahiuchun
2021-07-31 19:27 ` mahiuchun
2021-07-31 20:28 ` mahiuchun
2021-08-03  4:51 ` [PR REVIEW] " ericonr
2021-08-03  4:51 ` ericonr
2021-08-03  4:51 ` ericonr
2021-08-03 15:16 ` [PR PATCH] [Updated] " mahiuchun
2021-08-03 17:56 ` ericonr
2021-08-06 19:06 ` ericonr
2021-09-07  6:36 ` [PR PATCH] [Updated] " mahiuchun
2021-09-29  7:04 ` mahiuchun
2021-10-22 20:41 ` [PR REVIEW] " ericonr
2021-10-22 21:19 ` ericonr
2021-10-26  6:08 ` [PR PATCH] [Updated] " mahiuchun
2021-10-26  6:18 ` [PR REVIEW] " mahiuchun
2022-05-27  2:12 ` github-actions
2022-06-10  2:13 ` [PR PATCH] [Closed]: " github-actions

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