Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Adopt several packages
@ 2022-12-26 14:26 motorto
  2022-12-29 10:20 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 1 reply; 2+ messages in thread
From: motorto @ 2022-12-26 14:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages adopt_several_packages
https://github.com/void-linux/void-packages/pull/41298

Adopt several packages
<!-- Uncomment relevant sections and delete options which are not applicable -->

adopting several packages orphaned at #39424 

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

#### Local build testing

- x86_64-musl
- x86_64-glibc
- i686
- aarch64-musl
- aarch64
- armv7l
- armv7l-musl

```
pkg:SDL2 host:x86_64 target:x86_64 cross:n result:OK
pkg:pc host:x86_64 target:x86_64 cross:n result:OK
pkg:fuse-9pfs host:x86_64 target:x86_64 cross:n result:OK
pkg:bindfs host:x86_64 target:x86_64 cross:n result:OK
pkg:SDL2_ttf host:x86_64 target:x86_64 cross:n result:OK
pkg:SDL2 host:x86_64-musl target:x86_64-musl cross:n result:OK
pkg:pc host:x86_64-musl target:x86_64-musl cross:n result:OK
pkg:fuse-9pfs host:x86_64-musl target:x86_64-musl cross:n result:OK
pkg:bindfs host:x86_64-musl target:x86_64-musl cross:n result:OK
pkg:SDL2_ttf host:x86_64-musl target:x86_64-musl cross:n result:OK
pkg:SDL2 host:i686 target:i686 cross:n result:OK
pkg:pc host:i686 target:i686 cross:n result:OK
pkg:fuse-9pfs host:i686 target:i686 cross:n result:OK
pkg:bindfs host:i686 target:i686 cross:n result:OK
pkg:SDL2_ttf host:i686 target:i686 cross:n result:OK
pkg:SDL2 host:x86_64-musl target:aarch64-musl cross:y result:OK
pkg:pc host:x86_64-musl target:aarch64-musl cross:y result:OK
pkg:fuse-9pfs host:x86_64-musl target:aarch64-musl cross:y result:OK
pkg:bindfs host:x86_64-musl target:aarch64-musl cross:y result:OK
pkg:SDL2_ttf host:x86_64-musl target:aarch64-musl cross:y result:OK
pkg:SDL2 host:x86_64-musl target:aarch64 cross:y result:OK
pkg:pc host:x86_64-musl target:aarch64 cross:y result:OK
pkg:fuse-9pfs host:x86_64-musl target:aarch64 cross:y result:OK
pkg:bindfs host:x86_64-musl target:aarch64 cross:y result:OK
pkg:SDL2_ttf host:x86_64-musl target:aarch64 cross:y result:OK
pkg:SDL2 host:x86_64-musl target:armv7l-musl cross:y result:OK
pkg:pc host:x86_64-musl target:armv7l-musl cross:y result:OK
pkg:fuse-9pfs host:x86_64-musl target:armv7l-musl cross:y result:OK
pkg:bindfs host:x86_64-musl target:armv7l-musl cross:y result:OK
pkg:SDL2_ttf host:x86_64-musl target:armv7l-musl cross:y result:OK
pkg:SDL2 host:x86_64-musl target:armv7l cross:y result:OK
pkg:pc host:x86_64-musl target:armv7l cross:y result:OK
pkg:fuse-9pfs host:x86_64-musl target:armv7l cross:y result:OK
pkg:bindfs host:x86_64-musl target:armv7l cross:y result:OK
pkg:SDL2_ttf host:x86_64-musl target:armv7l cross:y result:OK
```

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

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

From f258b4e8b02f44b828cf4c8343d460ae86cec3a4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Mon, 26 Dec 2022 13:19:53 +0000
Subject: [PATCH 1/5] pc: update to 0.4;adopt.

---
 srcpkgs/pc/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/pc/template b/srcpkgs/pc/template
index bcde3a988877..01ada4cb5ae7 100644
--- a/srcpkgs/pc/template
+++ b/srcpkgs/pc/template
@@ -1,16 +1,16 @@
 # Template file for 'pc'
 pkgname=pc
-version=0.2
+version=0.4
 revision=1
 build_style=gnu-makefile
 make_use_env=yes
 hostmakedepends="byacc"
 short_desc="Programmer's calculator"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="MIT"
 homepage="https://git.sr.ht/~ft/pc"
 distfiles="https://git.sr.ht/~ft/pc/archive/${version}.tar.gz"
-checksum=5e9811ee3fdb8a25724a82f96e368aa43f4f60a64e011a8250b3f02cde86ad82
+checksum=16655b9bddbe76fce94c1deb792f4061782dd665829fda886891a174286e3241
 
 post_install() {
 	vlicense LICENSE

From 620bbccf42642db45729af3dd3918e493c200970 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Mon, 26 Dec 2022 13:22:16 +0000
Subject: [PATCH 2/5] SDL2: adopt.

---
 srcpkgs/SDL2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/SDL2/template b/srcpkgs/SDL2/template
index 82a6c16eb791..c2a11afcee06 100644
--- a/srcpkgs/SDL2/template
+++ b/srcpkgs/SDL2/template
@@ -10,7 +10,7 @@ hostmakedepends="pkg-config nasm"
 makedepends="alsa-lib-devel dbus-devel eudev-libudev-devel libusb-compat-devel
  libsamplerate-devel"
 short_desc="Simple DirectMedia Layer (version 2)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="Zlib"
 homepage="https://www.libsdl.org/"
 changelog="https://raw.githubusercontent.com/libsdl-org/SDL/SDL2/WhatsNew.txt"

From d88eb83d5b89f994db07552981d062134fed000f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Mon, 26 Dec 2022 13:23:36 +0000
Subject: [PATCH 3/5] SDL2_ttf: adopt

---
 srcpkgs/SDL2_ttf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/SDL2_ttf/template b/srcpkgs/SDL2_ttf/template
index 441e1f7beb59..94bb33096e8b 100644
--- a/srcpkgs/SDL2_ttf/template
+++ b/srcpkgs/SDL2_ttf/template
@@ -7,7 +7,7 @@ configure_args="--disable-static"
 hostmakedepends="pkg-config"
 makedepends="freetype-devel MesaLib-devel SDL2-devel libSM-devel"
 short_desc="Use TrueType fonts in your SDL 2.x applications"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="MIT"
 homepage="https://github.com/libsdl-org/SDL_ttf"
 distfiles="${homepage}/releases/download/release-${version}/${pkgname}-${version}.tar.gz"

From 56f5b843104d840684e9719d3d5ae49e283d97ae Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Mon, 26 Dec 2022 13:24:53 +0000
Subject: [PATCH 4/5] bindfs: update to 1.17.1;adopt.

---
 srcpkgs/bindfs/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/bindfs/template b/srcpkgs/bindfs/template
index ff7cc4616e63..205022a5c333 100644
--- a/srcpkgs/bindfs/template
+++ b/srcpkgs/bindfs/template
@@ -1,16 +1,16 @@
 # Template file for 'bindfs'
 pkgname=bindfs
-version=1.17.0
+version=1.17.1
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="fuse3-devel"
 short_desc="FUSE filesystem for mounting a directory to another location"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://bindfs.org"
 changelog="https://bindfs.org/docs/ChangeLog.utf8.txt"
 distfiles="https://bindfs.org/downloads/bindfs-${version}.tar.gz"
-checksum=70da57d49e7794fe54b8575bfdd6a7943aab54ada2e8e2fdf4be04e0011451dc
+checksum=edb4989144d28f75affc4f5b18074fb97a58d6ee35ad6919ac75eb6a4cbfe352
 #cannot mount
 make_check=no

From 6bc2452438d983a8a19e244329f81b023756c866 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Mon, 26 Dec 2022 13:26:19 +0000
Subject: [PATCH 5/5] fuse-9pfs: update to 0.2;adopt.

---
 srcpkgs/fuse-9pfs/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/fuse-9pfs/template b/srcpkgs/fuse-9pfs/template
index f21b153a68a4..71945dd0f913 100644
--- a/srcpkgs/fuse-9pfs/template
+++ b/srcpkgs/fuse-9pfs/template
@@ -1,17 +1,17 @@
 # Template file for 'fuse-9pfs'
 pkgname=fuse-9pfs
-version=0.1
+version=0.2
 revision=1
 build_style=gnu-makefile
 make_use_env=yes
 hostmakedepends="pkg-config"
 makedepends="fuse-devel"
 short_desc="FUSE client for 9p protocol"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="ISC, MIT"
 homepage="https://github.com/ftrvxmtrx/9pfs"
 distfiles="https://github.com/ftrvxmtrx/9pfs/archive/${version}.tar.gz"
-checksum=b96bca313a68e7790ac5d73f920113f4c55560a1ab88d00d49a459afdf1278ed
+checksum=24fbb2e32674e621630a90504645247578ddd6a521b1a4cea3c70609831495d2
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: Adopt several packages
  2022-12-26 14:26 [PR PATCH] Adopt several packages motorto
@ 2022-12-29 10:20 ` paper42
  0 siblings, 0 replies; 2+ messages in thread
From: paper42 @ 2022-12-29 10:20 UTC (permalink / raw)
  To: ml

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

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

Adopt several packages
https://github.com/void-linux/void-packages/pull/41298

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
## Not Sure how to solve the conflict here, should I simply rename the binary and man page for the pc package ?

adopting several packages orphaned at #39424 

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

#### Local build testing

- x86_64-musl
- x86_64-glibc
- i686
- aarch64-musl
- aarch64
- armv7l
- armv7l-musl

```
pkg:SDL2 host:x86_64 target:x86_64 cross:n result:OK
pkg:pc host:x86_64 target:x86_64 cross:n result:OK
pkg:fuse-9pfs host:x86_64 target:x86_64 cross:n result:OK
pkg:bindfs host:x86_64 target:x86_64 cross:n result:OK
pkg:SDL2_ttf host:x86_64 target:x86_64 cross:n result:OK
pkg:SDL2 host:x86_64-musl target:x86_64-musl cross:n result:OK
pkg:pc host:x86_64-musl target:x86_64-musl cross:n result:OK
pkg:fuse-9pfs host:x86_64-musl target:x86_64-musl cross:n result:OK
pkg:bindfs host:x86_64-musl target:x86_64-musl cross:n result:OK
pkg:SDL2_ttf host:x86_64-musl target:x86_64-musl cross:n result:OK
pkg:SDL2 host:i686 target:i686 cross:n result:OK
pkg:pc host:i686 target:i686 cross:n result:OK
pkg:fuse-9pfs host:i686 target:i686 cross:n result:OK
pkg:bindfs host:i686 target:i686 cross:n result:OK
pkg:SDL2_ttf host:i686 target:i686 cross:n result:OK
pkg:SDL2 host:x86_64-musl target:aarch64-musl cross:y result:OK
pkg:pc host:x86_64-musl target:aarch64-musl cross:y result:OK
pkg:fuse-9pfs host:x86_64-musl target:aarch64-musl cross:y result:OK
pkg:bindfs host:x86_64-musl target:aarch64-musl cross:y result:OK
pkg:SDL2_ttf host:x86_64-musl target:aarch64-musl cross:y result:OK
pkg:SDL2 host:x86_64-musl target:aarch64 cross:y result:OK
pkg:pc host:x86_64-musl target:aarch64 cross:y result:OK
pkg:fuse-9pfs host:x86_64-musl target:aarch64 cross:y result:OK
pkg:bindfs host:x86_64-musl target:aarch64 cross:y result:OK
pkg:SDL2_ttf host:x86_64-musl target:aarch64 cross:y result:OK
pkg:SDL2 host:x86_64-musl target:armv7l-musl cross:y result:OK
pkg:pc host:x86_64-musl target:armv7l-musl cross:y result:OK
pkg:fuse-9pfs host:x86_64-musl target:armv7l-musl cross:y result:OK
pkg:bindfs host:x86_64-musl target:armv7l-musl cross:y result:OK
pkg:SDL2_ttf host:x86_64-musl target:armv7l-musl cross:y result:OK
pkg:SDL2 host:x86_64-musl target:armv7l cross:y result:OK
pkg:pc host:x86_64-musl target:armv7l cross:y result:OK
pkg:fuse-9pfs host:x86_64-musl target:armv7l cross:y result:OK
pkg:bindfs host:x86_64-musl target:armv7l cross:y result:OK
pkg:SDL2_ttf host:x86_64-musl target:armv7l cross:y result:OK
```

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

end of thread, other threads:[~2022-12-29 10:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-26 14:26 [PR PATCH] Adopt several packages motorto
2022-12-29 10:20 ` [PR PATCH] [Merged]: " paper42

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