Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: SameBoy-0.16.1
@ 2024-01-13 21:29 bitofhope
  2024-04-14  1:59 ` github-actions
  2024-04-29  1:46 ` [PR PATCH] [Closed]: " github-actions
  0 siblings, 2 replies; 3+ messages in thread
From: bitofhope @ 2024-01-13 21:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bitofhope/void-packages SameBoy
https://github.com/void-linux/void-packages/pull/48203

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

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

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

<!-- 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l (cross)

Need to do a little bit of a weird hack for `make_install_args` since `make install` requires `xdg-open` in the path for some reason.

I accidentally based this version on the `rgbds` branch, but it probably doesn't matter too much since rgbds is a build dependency of this anyway. See #48180 for details.



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

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

From 741c0e0af5dd4569579b456323695f88328ed74d Mon Sep 17 00:00:00 2001
From: bitofhope <bitofhope@kapsi.fi>
Date: Fri, 12 Jan 2024 12:18:33 +0200
Subject: [PATCH 1/3] New package: rgbds-0.7.0

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

diff --git a/srcpkgs/rgbds/template b/srcpkgs/rgbds/template
new file mode 100644
index 0000000000000..28bbaeb62cf82
--- /dev/null
+++ b/srcpkgs/rgbds/template
@@ -0,0 +1,22 @@
+# Template file for 'rgbds'
+pkgname=rgbds
+version=0.7.0
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=gnu-makefile
+#configure_args=""
+#make_build_args=""
+make_install_args="STRIP= -s"
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="bison pkg-config"
+makedepends="libpng-devel"
+depends="libpng"
+short_desc="Free assembler/linker package for the Game Boy and Game Boy Color"
+maintainer="bitofhope <bitofhope@kapsi.fi>"
+license="GPL-3.0-or-later"
+homepage="https://rgbds.gbdev.io/"
+#changelog=""
+distfiles="https://github.com/gbdev/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
+checksum=b3e2bae43e679492efd6f128dc6e951dd4b1b9ef75905df937a9b9fa67bcfaf2

From 39c5bcd4ec3584db8cd0bb1fba6e797c752f47bb Mon Sep 17 00:00:00 2001
From: bitofhope <bitofhope@kapsi.fi>
Date: Sat, 13 Jan 2024 23:09:47 +0200
Subject: [PATCH 2/3] New package: SameBoy-0.16.1

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

diff --git a/srcpkgs/SameBoy/template b/srcpkgs/SameBoy/template
new file mode 100644
index 0000000000000..c8aeb0d633471
--- /dev/null
+++ b/srcpkgs/SameBoy/template
@@ -0,0 +1,24 @@
+# Template file for 'SameBoy'
+pkgname=SameBoy
+version=0.16.1
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=gnu-makefile
+#configure_args=""
+make_build_args="DATA_DIR=/usr/share/sameboy/"
+make_use_env=true
+make_install_args="FREEDESKTOP=true"
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="pkg-config rgbds"
+makedepends="SDL2-devel"
+depends="SDL2"
+short_desc="Game Boy and Game Boy Color emulator written in C"
+maintainer="bitofhope <bitofhope@kapsi.fi>"
+license="GPL-3.0-or-later"
+homepage="https://sameboy.github.io/"
+#changelog=""
+distfiles="https://github.com/LIJI32/${pkgname}/archive/refs/tags/v${version}.tar.gz"
+checksum=7d98b3da42921e122e17c9287176957887733d4a70daf347441afc128edc29d0
+

From f50f02831934912ea6db610c0d680d794cc36fc6 Mon Sep 17 00:00:00 2001
From: bitofhope <bitofhope@kapsi.fi>
Date: Sat, 13 Jan 2024 23:20:07 +0200
Subject: [PATCH 3/3] SameBoy: fix lint

---
 srcpkgs/SameBoy/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/SameBoy/template b/srcpkgs/SameBoy/template
index c8aeb0d633471..96f87b00ee0ed 100644
--- a/srcpkgs/SameBoy/template
+++ b/srcpkgs/SameBoy/template
@@ -21,4 +21,3 @@ homepage="https://sameboy.github.io/"
 #changelog=""
 distfiles="https://github.com/LIJI32/${pkgname}/archive/refs/tags/v${version}.tar.gz"
 checksum=7d98b3da42921e122e17c9287176957887733d4a70daf347441afc128edc29d0
-

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

* Re: New package: SameBoy-0.16.1
  2024-01-13 21:29 [PR PATCH] New package: SameBoy-0.16.1 bitofhope
@ 2024-04-14  1:59 ` github-actions
  2024-04-29  1:46 ` [PR PATCH] [Closed]: " github-actions
  1 sibling, 0 replies; 3+ messages in thread
From: github-actions @ 2024-04-14  1:59 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/48203#issuecomment-2053849481

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: SameBoy-0.16.1
  2024-01-13 21:29 [PR PATCH] New package: SameBoy-0.16.1 bitofhope
  2024-04-14  1:59 ` github-actions
@ 2024-04-29  1:46 ` github-actions
  1 sibling, 0 replies; 3+ messages in thread
From: github-actions @ 2024-04-29  1:46 UTC (permalink / raw)
  To: ml

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

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

New package: SameBoy-0.16.1
https://github.com/void-linux/void-packages/pull/48203

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

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

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

<!-- 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l (cross)

Need to do a little bit of a weird hack for `make_install_args` since `make install` requires `xdg-open` in the path for some reason.

I accidentally based this version on the `rgbds` branch, but it probably doesn't matter too much since rgbds is a build dependency of this anyway. See #48180 for details.



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

end of thread, other threads:[~2024-04-29  1:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-13 21:29 [PR PATCH] New package: SameBoy-0.16.1 bitofhope
2024-04-14  1:59 ` github-actions
2024-04-29  1:46 ` [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).