Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: ObjFW-1.0.3
@ 2023-09-23 18:59 nsailor
  2023-09-23 19:01 ` nsailor
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: nsailor @ 2023-09-23 18:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nsailor/void-packages objfw
https://github.com/void-linux/void-packages/pull/46204

New package: ObjFW-1.0.3
<!-- 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**

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



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

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

From 1cfe518c9b93dede25b97cd27be39e60f32de0cd Mon Sep 17 00:00:00 2001
From: Jason Barmparesos <github@jasonb.dev>
Date: Sat, 23 Sep 2023 18:34:42 +0000
Subject: [PATCH] New package: ObjFW-1.0.3

---
 srcpkgs/ObjFW-devel    |  1 +
 srcpkgs/ObjFW/template | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)
 create mode 120000 srcpkgs/ObjFW-devel
 create mode 100644 srcpkgs/ObjFW/template

diff --git a/srcpkgs/ObjFW-devel b/srcpkgs/ObjFW-devel
new file mode 120000
index 0000000000000..374aa22431a1d
--- /dev/null
+++ b/srcpkgs/ObjFW-devel
@@ -0,0 +1 @@
+ObjFW
\ No newline at end of file
diff --git a/srcpkgs/ObjFW/template b/srcpkgs/ObjFW/template
new file mode 100644
index 0000000000000..05fdb0959054f
--- /dev/null
+++ b/srcpkgs/ObjFW/template
@@ -0,0 +1,23 @@
+# Template file for 'ObjFW'
+pkgname=ObjFW
+version=1.0.3
+revision=1
+build_style=gnu-configure
+makedepends="openssl-devel clang"
+short_desc="Portable framework for the Objective-C language"
+maintainer="Jason Barmparesos <github@jasonb.dev>"
+license="GPL-2.0-only,GPL-3.0-only,QPL-1.0"
+homepage="https://objfw.nil.im"
+changelog="https://objfw.nil.im/file?name=ChangeLog&ci=trunk"
+distfiles="https://objfw.nil.im/downloads/objfw-${version}.tar.gz"
+checksum=1c81d7d03578b2d9084fc5d8722d4eaa4bdc2f3f09ce41231e7ceab8212fae17
+
+ObjFW-devel_package() {
+	short_desc+=" - development files and utilities"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.so"
+		vmove "usr/bin/objfw-*"
+	}
+}

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

* Re: New package: ObjFW-1.0.3
  2023-09-23 18:59 [PR PATCH] New package: ObjFW-1.0.3 nsailor
@ 2023-09-23 19:01 ` nsailor
  2023-09-23 19:01 ` nsailor
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: nsailor @ 2023-09-23 19:01 UTC (permalink / raw)
  To: ml

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

New comment by nsailor on void-packages repository

https://github.com/void-linux/void-packages/pull/46204#issuecomment-1732388615

Comment:
Marking as WIP as a noticed I haven't yet updated `common/shlibs`.

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

* Re: New package: ObjFW-1.0.3
  2023-09-23 18:59 [PR PATCH] New package: ObjFW-1.0.3 nsailor
  2023-09-23 19:01 ` nsailor
@ 2023-09-23 19:01 ` nsailor
  2023-09-23 19:05 ` [PR PATCH] [Updated] [WIP] " nsailor
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: nsailor @ 2023-09-23 19:01 UTC (permalink / raw)
  To: ml

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

New comment by nsailor on void-packages repository

https://github.com/void-linux/void-packages/pull/46204#issuecomment-1732388615

Comment:
Marking as WIP as I noticed I haven't yet updated `common/shlibs`.

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

* Re: [PR PATCH] [Updated] [WIP] New package: ObjFW-1.0.3
  2023-09-23 18:59 [PR PATCH] New package: ObjFW-1.0.3 nsailor
  2023-09-23 19:01 ` nsailor
  2023-09-23 19:01 ` nsailor
@ 2023-09-23 19:05 ` nsailor
  2023-09-23 19:06 ` nsailor
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: nsailor @ 2023-09-23 19:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nsailor/void-packages objfw
https://github.com/void-linux/void-packages/pull/46204

[WIP] New package: ObjFW-1.0.3
<!-- 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**

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



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

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

From feeab71491988ed1ee7a79f90f52c4560733e01c Mon Sep 17 00:00:00 2001
From: Jason Barmparesos <github@jasonb.dev>
Date: Sat, 23 Sep 2023 18:34:42 +0000
Subject: [PATCH] New package: ObjFW-1.0.3

---
 common/shlibs          |  3 +++
 srcpkgs/ObjFW-devel    |  1 +
 srcpkgs/ObjFW/template | 23 +++++++++++++++++++++++
 3 files changed, 27 insertions(+)
 create mode 120000 srcpkgs/ObjFW-devel
 create mode 100644 srcpkgs/ObjFW/template

diff --git a/common/shlibs b/common/shlibs
index 2d7f32eee393b..157541ba5c813 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -86,6 +86,9 @@ libfplll.so.8 fplll-5.4.4_1
 libpanelw.so.6 ncurses-libs-5.8_1 ignore
 libmenuw.so.6 ncurses-libs-5.8_1 ignore
 libobjc.so.4 libobjc-4.7.3_12
+libobjfw.so.1 ObjFW-1.0.3_1
+libobjfwrt.so.1 ObjFW-1.0.3_1
+libobjfwtls.so.1 ObjFW-1.0.3_1
 libgomp.so.1 libgomp-4.4.0_1
 libgps.so.29 gpsd-3.23_1
 libmagic.so.1 libmagic-5.12_1
diff --git a/srcpkgs/ObjFW-devel b/srcpkgs/ObjFW-devel
new file mode 120000
index 0000000000000..374aa22431a1d
--- /dev/null
+++ b/srcpkgs/ObjFW-devel
@@ -0,0 +1 @@
+ObjFW
\ No newline at end of file
diff --git a/srcpkgs/ObjFW/template b/srcpkgs/ObjFW/template
new file mode 100644
index 0000000000000..05fdb0959054f
--- /dev/null
+++ b/srcpkgs/ObjFW/template
@@ -0,0 +1,23 @@
+# Template file for 'ObjFW'
+pkgname=ObjFW
+version=1.0.3
+revision=1
+build_style=gnu-configure
+makedepends="openssl-devel clang"
+short_desc="Portable framework for the Objective-C language"
+maintainer="Jason Barmparesos <github@jasonb.dev>"
+license="GPL-2.0-only,GPL-3.0-only,QPL-1.0"
+homepage="https://objfw.nil.im"
+changelog="https://objfw.nil.im/file?name=ChangeLog&ci=trunk"
+distfiles="https://objfw.nil.im/downloads/objfw-${version}.tar.gz"
+checksum=1c81d7d03578b2d9084fc5d8722d4eaa4bdc2f3f09ce41231e7ceab8212fae17
+
+ObjFW-devel_package() {
+	short_desc+=" - development files and utilities"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.so"
+		vmove "usr/bin/objfw-*"
+	}
+}

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

* Re: New package: ObjFW-1.0.3
  2023-09-23 18:59 [PR PATCH] New package: ObjFW-1.0.3 nsailor
                   ` (2 preceding siblings ...)
  2023-09-23 19:05 ` [PR PATCH] [Updated] [WIP] " nsailor
@ 2023-09-23 19:06 ` nsailor
  2023-09-25 20:13 ` [PR PATCH] [Updated] " nsailor
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: nsailor @ 2023-09-23 19:06 UTC (permalink / raw)
  To: ml

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

New comment by nsailor on void-packages repository

https://github.com/void-linux/void-packages/pull/46204#issuecomment-1732388615

Comment:
Marking as WIP as I noticed I haven't yet updated `common/shlibs`.

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

* Re: [PR PATCH] [Updated] New package: ObjFW-1.0.3
  2023-09-23 18:59 [PR PATCH] New package: ObjFW-1.0.3 nsailor
                   ` (3 preceding siblings ...)
  2023-09-23 19:06 ` nsailor
@ 2023-09-25 20:13 ` nsailor
  2023-09-25 20:35 ` nsailor
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: nsailor @ 2023-09-25 20:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nsailor/void-packages objfw
https://github.com/void-linux/void-packages/pull/46204

New package: ObjFW-1.0.3
<!-- 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**

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



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

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

From feeab71491988ed1ee7a79f90f52c4560733e01c Mon Sep 17 00:00:00 2001
From: Jason Barmparesos <github@jasonb.dev>
Date: Sat, 23 Sep 2023 18:34:42 +0000
Subject: [PATCH 1/2] New package: ObjFW-1.0.3

---
 common/shlibs          |  3 +++
 srcpkgs/ObjFW-devel    |  1 +
 srcpkgs/ObjFW/template | 23 +++++++++++++++++++++++
 3 files changed, 27 insertions(+)
 create mode 120000 srcpkgs/ObjFW-devel
 create mode 100644 srcpkgs/ObjFW/template

diff --git a/common/shlibs b/common/shlibs
index 2d7f32eee393b..157541ba5c813 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -86,6 +86,9 @@ libfplll.so.8 fplll-5.4.4_1
 libpanelw.so.6 ncurses-libs-5.8_1 ignore
 libmenuw.so.6 ncurses-libs-5.8_1 ignore
 libobjc.so.4 libobjc-4.7.3_12
+libobjfw.so.1 ObjFW-1.0.3_1
+libobjfwrt.so.1 ObjFW-1.0.3_1
+libobjfwtls.so.1 ObjFW-1.0.3_1
 libgomp.so.1 libgomp-4.4.0_1
 libgps.so.29 gpsd-3.23_1
 libmagic.so.1 libmagic-5.12_1
diff --git a/srcpkgs/ObjFW-devel b/srcpkgs/ObjFW-devel
new file mode 120000
index 0000000000000..374aa22431a1d
--- /dev/null
+++ b/srcpkgs/ObjFW-devel
@@ -0,0 +1 @@
+ObjFW
\ No newline at end of file
diff --git a/srcpkgs/ObjFW/template b/srcpkgs/ObjFW/template
new file mode 100644
index 0000000000000..05fdb0959054f
--- /dev/null
+++ b/srcpkgs/ObjFW/template
@@ -0,0 +1,23 @@
+# Template file for 'ObjFW'
+pkgname=ObjFW
+version=1.0.3
+revision=1
+build_style=gnu-configure
+makedepends="openssl-devel clang"
+short_desc="Portable framework for the Objective-C language"
+maintainer="Jason Barmparesos <github@jasonb.dev>"
+license="GPL-2.0-only,GPL-3.0-only,QPL-1.0"
+homepage="https://objfw.nil.im"
+changelog="https://objfw.nil.im/file?name=ChangeLog&ci=trunk"
+distfiles="https://objfw.nil.im/downloads/objfw-${version}.tar.gz"
+checksum=1c81d7d03578b2d9084fc5d8722d4eaa4bdc2f3f09ce41231e7ceab8212fae17
+
+ObjFW-devel_package() {
+	short_desc+=" - development files and utilities"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.so"
+		vmove "usr/bin/objfw-*"
+	}
+}

From 25b3464539f08091be27dcd7599cd7df1c43e06f Mon Sep 17 00:00:00 2001
From: Jason Barmparesos <github@jasonb.dev>
Date: Mon, 25 Sep 2023 20:12:49 +0000
Subject: [PATCH 2/2] Explicitly set clang

---
 srcpkgs/ObjFW/template | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/srcpkgs/ObjFW/template b/srcpkgs/ObjFW/template
index 05fdb0959054f..9891a6cb43102 100644
--- a/srcpkgs/ObjFW/template
+++ b/srcpkgs/ObjFW/template
@@ -12,6 +12,10 @@ changelog="https://objfw.nil.im/file?name=ChangeLog&ci=trunk"
 distfiles="https://objfw.nil.im/downloads/objfw-${version}.tar.gz"
 checksum=1c81d7d03578b2d9084fc5d8722d4eaa4bdc2f3f09ce41231e7ceab8212fae17
 
+pre_configure() {
+        export OBJC="clang"
+}
+
 ObjFW-devel_package() {
 	short_desc+=" - development files and utilities"
 	depends="${sourcepkg}>=${version}_${revision}"
@@ -21,3 +25,4 @@ ObjFW-devel_package() {
 		vmove "usr/bin/objfw-*"
 	}
 }
+

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

* Re: [PR PATCH] [Updated] New package: ObjFW-1.0.3
  2023-09-23 18:59 [PR PATCH] New package: ObjFW-1.0.3 nsailor
                   ` (4 preceding siblings ...)
  2023-09-25 20:13 ` [PR PATCH] [Updated] " nsailor
@ 2023-09-25 20:35 ` nsailor
  2023-09-27 18:34 ` [PR PATCH] [Updated] [WIP] " nsailor
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: nsailor @ 2023-09-25 20:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nsailor/void-packages objfw
https://github.com/void-linux/void-packages/pull/46204

New package: ObjFW-1.0.3
<!-- 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**

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



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

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

From feeab71491988ed1ee7a79f90f52c4560733e01c Mon Sep 17 00:00:00 2001
From: Jason Barmparesos <github@jasonb.dev>
Date: Sat, 23 Sep 2023 18:34:42 +0000
Subject: [PATCH 1/3] New package: ObjFW-1.0.3

---
 common/shlibs          |  3 +++
 srcpkgs/ObjFW-devel    |  1 +
 srcpkgs/ObjFW/template | 23 +++++++++++++++++++++++
 3 files changed, 27 insertions(+)
 create mode 120000 srcpkgs/ObjFW-devel
 create mode 100644 srcpkgs/ObjFW/template

diff --git a/common/shlibs b/common/shlibs
index 2d7f32eee393b..157541ba5c813 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -86,6 +86,9 @@ libfplll.so.8 fplll-5.4.4_1
 libpanelw.so.6 ncurses-libs-5.8_1 ignore
 libmenuw.so.6 ncurses-libs-5.8_1 ignore
 libobjc.so.4 libobjc-4.7.3_12
+libobjfw.so.1 ObjFW-1.0.3_1
+libobjfwrt.so.1 ObjFW-1.0.3_1
+libobjfwtls.so.1 ObjFW-1.0.3_1
 libgomp.so.1 libgomp-4.4.0_1
 libgps.so.29 gpsd-3.23_1
 libmagic.so.1 libmagic-5.12_1
diff --git a/srcpkgs/ObjFW-devel b/srcpkgs/ObjFW-devel
new file mode 120000
index 0000000000000..374aa22431a1d
--- /dev/null
+++ b/srcpkgs/ObjFW-devel
@@ -0,0 +1 @@
+ObjFW
\ No newline at end of file
diff --git a/srcpkgs/ObjFW/template b/srcpkgs/ObjFW/template
new file mode 100644
index 0000000000000..05fdb0959054f
--- /dev/null
+++ b/srcpkgs/ObjFW/template
@@ -0,0 +1,23 @@
+# Template file for 'ObjFW'
+pkgname=ObjFW
+version=1.0.3
+revision=1
+build_style=gnu-configure
+makedepends="openssl-devel clang"
+short_desc="Portable framework for the Objective-C language"
+maintainer="Jason Barmparesos <github@jasonb.dev>"
+license="GPL-2.0-only,GPL-3.0-only,QPL-1.0"
+homepage="https://objfw.nil.im"
+changelog="https://objfw.nil.im/file?name=ChangeLog&ci=trunk"
+distfiles="https://objfw.nil.im/downloads/objfw-${version}.tar.gz"
+checksum=1c81d7d03578b2d9084fc5d8722d4eaa4bdc2f3f09ce41231e7ceab8212fae17
+
+ObjFW-devel_package() {
+	short_desc+=" - development files and utilities"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.so"
+		vmove "usr/bin/objfw-*"
+	}
+}

From 25b3464539f08091be27dcd7599cd7df1c43e06f Mon Sep 17 00:00:00 2001
From: Jason Barmparesos <github@jasonb.dev>
Date: Mon, 25 Sep 2023 20:12:49 +0000
Subject: [PATCH 2/3] Explicitly set clang

---
 srcpkgs/ObjFW/template | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/srcpkgs/ObjFW/template b/srcpkgs/ObjFW/template
index 05fdb0959054f..9891a6cb43102 100644
--- a/srcpkgs/ObjFW/template
+++ b/srcpkgs/ObjFW/template
@@ -12,6 +12,10 @@ changelog="https://objfw.nil.im/file?name=ChangeLog&ci=trunk"
 distfiles="https://objfw.nil.im/downloads/objfw-${version}.tar.gz"
 checksum=1c81d7d03578b2d9084fc5d8722d4eaa4bdc2f3f09ce41231e7ceab8212fae17
 
+pre_configure() {
+        export OBJC="clang"
+}
+
 ObjFW-devel_package() {
 	short_desc+=" - development files and utilities"
 	depends="${sourcepkg}>=${version}_${revision}"
@@ -21,3 +25,4 @@ ObjFW-devel_package() {
 		vmove "usr/bin/objfw-*"
 	}
 }
+

From 200f92344fea9bb73c694a84be26559e4ae719eb Mon Sep 17 00:00:00 2001
From: Jason Barmparesos <github@jasonb.dev>
Date: Mon, 25 Sep 2023 20:35:00 +0000
Subject: [PATCH 3/3] Move clang dependency to hostmakedepends

---
 srcpkgs/ObjFW/template | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/ObjFW/template b/srcpkgs/ObjFW/template
index 9891a6cb43102..3da98a5ffd6a7 100644
--- a/srcpkgs/ObjFW/template
+++ b/srcpkgs/ObjFW/template
@@ -3,7 +3,8 @@ pkgname=ObjFW
 version=1.0.3
 revision=1
 build_style=gnu-configure
-makedepends="openssl-devel clang"
+hostmakedepends="clang"
+makedepends="openssl-devel"
 short_desc="Portable framework for the Objective-C language"
 maintainer="Jason Barmparesos <github@jasonb.dev>"
 license="GPL-2.0-only,GPL-3.0-only,QPL-1.0"
@@ -12,10 +13,6 @@ changelog="https://objfw.nil.im/file?name=ChangeLog&ci=trunk"
 distfiles="https://objfw.nil.im/downloads/objfw-${version}.tar.gz"
 checksum=1c81d7d03578b2d9084fc5d8722d4eaa4bdc2f3f09ce41231e7ceab8212fae17
 
-pre_configure() {
-        export OBJC="clang"
-}
-
 ObjFW-devel_package() {
 	short_desc+=" - development files and utilities"
 	depends="${sourcepkg}>=${version}_${revision}"

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

* Re: [PR PATCH] [Updated] [WIP] New package: ObjFW-1.0.3
  2023-09-23 18:59 [PR PATCH] New package: ObjFW-1.0.3 nsailor
                   ` (5 preceding siblings ...)
  2023-09-25 20:35 ` nsailor
@ 2023-09-27 18:34 ` nsailor
  2023-09-27 18:37 ` [PR PATCH] [Updated] " nsailor
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: nsailor @ 2023-09-27 18:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nsailor/void-packages objfw
https://github.com/void-linux/void-packages/pull/46204

[WIP] New package: ObjFW-1.0.3
<!-- 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**

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



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

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

From 635e5b540c3bb4f09459f9ab47707ceff854459f Mon Sep 17 00:00:00 2001
From: Jason Barmparesos <github@jasonb.dev>
Date: Sat, 23 Sep 2023 18:34:42 +0000
Subject: [PATCH] New package: ObjFW-1.0.3

---
 common/shlibs          |  3 +++
 srcpkgs/ObjFW-devel    |  1 +
 srcpkgs/ObjFW-doc      |  1 +
 srcpkgs/ObjFW/template | 51 ++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 56 insertions(+)
 create mode 120000 srcpkgs/ObjFW-devel
 create mode 120000 srcpkgs/ObjFW-doc
 create mode 100644 srcpkgs/ObjFW/template

diff --git a/common/shlibs b/common/shlibs
index 2d7f32eee393b..157541ba5c813 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -86,6 +86,9 @@ libfplll.so.8 fplll-5.4.4_1
 libpanelw.so.6 ncurses-libs-5.8_1 ignore
 libmenuw.so.6 ncurses-libs-5.8_1 ignore
 libobjc.so.4 libobjc-4.7.3_12
+libobjfw.so.1 ObjFW-1.0.3_1
+libobjfwrt.so.1 ObjFW-1.0.3_1
+libobjfwtls.so.1 ObjFW-1.0.3_1
 libgomp.so.1 libgomp-4.4.0_1
 libgps.so.29 gpsd-3.23_1
 libmagic.so.1 libmagic-5.12_1
diff --git a/srcpkgs/ObjFW-devel b/srcpkgs/ObjFW-devel
new file mode 120000
index 0000000000000..374aa22431a1d
--- /dev/null
+++ b/srcpkgs/ObjFW-devel
@@ -0,0 +1 @@
+ObjFW
\ No newline at end of file
diff --git a/srcpkgs/ObjFW-doc b/srcpkgs/ObjFW-doc
new file mode 120000
index 0000000000000..374aa22431a1d
--- /dev/null
+++ b/srcpkgs/ObjFW-doc
@@ -0,0 +1 @@
+ObjFW
\ No newline at end of file
diff --git a/srcpkgs/ObjFW/template b/srcpkgs/ObjFW/template
new file mode 100644
index 0000000000000..ebaed250750a6
--- /dev/null
+++ b/srcpkgs/ObjFW/template
@@ -0,0 +1,51 @@
+# Template file for 'ObjFW'
+pkgname=ObjFW
+version=1.0.3
+revision=1
+build_style=gnu-configure
+hostmakedepends="clang doxygen"
+makedepends="openssl-devel"
+short_desc="Portable framework for the Objective-C language"
+maintainer="Jason Barmparesos <github@jasonb.dev>"
+license="GPL-2.0-only,GPL-3.0-only,QPL-1.0"
+homepage="https://objfw.nil.im"
+changelog="https://objfw.nil.im/file?name=ChangeLog&ci=trunk"
+distfiles="https://objfw.nil.im/downloads/objfw-${version}.tar.gz"
+checksum=1c81d7d03578b2d9084fc5d8722d4eaa4bdc2f3f09ce41231e7ceab8212fae17
+
+do_configure() {
+        if [ -n "${XBPS_CROSS_TRIPLET}" ]; then
+                ./configure ${configure_args} \
+                        OBJC="clang --target=${XBPS_CROSS_TRIPLET}"
+        else
+                ./configure ${configure_args}
+        fi
+}
+
+do_build() {
+        make ${makejobs}
+        make docs
+}
+
+post_install() {
+        vmkdir usr/share/doc/objfw
+        vcopy "docs/*" usr/share/doc/objfw
+}
+
+ObjFW-devel_package() {
+	short_desc+=" - development files and utilities"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.so"
+		vmove "usr/bin/objfw-*"
+	}
+}
+
+ObjFW-doc_package() {
+     short_desc+=" - developer documentation"
+     depends="${sourcepkg}>=${version}_${revision}"
+     pkg_install() {
+        vmove usr/share/doc
+     }
+}

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

* Re: [PR PATCH] [Updated] New package: ObjFW-1.0.3
  2023-09-23 18:59 [PR PATCH] New package: ObjFW-1.0.3 nsailor
                   ` (6 preceding siblings ...)
  2023-09-27 18:34 ` [PR PATCH] [Updated] [WIP] " nsailor
@ 2023-09-27 18:37 ` nsailor
  2023-09-27 18:46 ` nsailor
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: nsailor @ 2023-09-27 18:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nsailor/void-packages objfw
https://github.com/void-linux/void-packages/pull/46204

New package: ObjFW-1.0.3
<!-- 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**

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



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

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

From 1dad4478e29e5b20e9cd110fcf544dd27786ae12 Mon Sep 17 00:00:00 2001
From: Jason Barmparesos <github@jasonb.dev>
Date: Sat, 23 Sep 2023 18:34:42 +0000
Subject: [PATCH] New package: ObjFW-1.0.3

---
 common/shlibs          |  3 +++
 srcpkgs/ObjFW-devel    |  1 +
 srcpkgs/ObjFW-doc      |  1 +
 srcpkgs/ObjFW/template | 51 ++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 56 insertions(+)
 create mode 120000 srcpkgs/ObjFW-devel
 create mode 120000 srcpkgs/ObjFW-doc
 create mode 100644 srcpkgs/ObjFW/template

diff --git a/common/shlibs b/common/shlibs
index 2d7f32eee393b..157541ba5c813 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -86,6 +86,9 @@ libfplll.so.8 fplll-5.4.4_1
 libpanelw.so.6 ncurses-libs-5.8_1 ignore
 libmenuw.so.6 ncurses-libs-5.8_1 ignore
 libobjc.so.4 libobjc-4.7.3_12
+libobjfw.so.1 ObjFW-1.0.3_1
+libobjfwrt.so.1 ObjFW-1.0.3_1
+libobjfwtls.so.1 ObjFW-1.0.3_1
 libgomp.so.1 libgomp-4.4.0_1
 libgps.so.29 gpsd-3.23_1
 libmagic.so.1 libmagic-5.12_1
diff --git a/srcpkgs/ObjFW-devel b/srcpkgs/ObjFW-devel
new file mode 120000
index 0000000000000..374aa22431a1d
--- /dev/null
+++ b/srcpkgs/ObjFW-devel
@@ -0,0 +1 @@
+ObjFW
\ No newline at end of file
diff --git a/srcpkgs/ObjFW-doc b/srcpkgs/ObjFW-doc
new file mode 120000
index 0000000000000..374aa22431a1d
--- /dev/null
+++ b/srcpkgs/ObjFW-doc
@@ -0,0 +1 @@
+ObjFW
\ No newline at end of file
diff --git a/srcpkgs/ObjFW/template b/srcpkgs/ObjFW/template
new file mode 100644
index 0000000000000..5a37f91ac2e39
--- /dev/null
+++ b/srcpkgs/ObjFW/template
@@ -0,0 +1,51 @@
+# Template file for 'ObjFW'
+pkgname=ObjFW
+version=1.0.3
+revision=1
+build_style=gnu-configure
+hostmakedepends="clang doxygen"
+makedepends="openssl-devel"
+short_desc="Portable framework for the Objective-C language"
+maintainer="Jason Barmparesos <github@jasonb.dev>"
+license="GPL-2.0-only,GPL-3.0-only,QPL-1.0"
+homepage="https://objfw.nil.im"
+changelog="https://objfw.nil.im/file?name=ChangeLog&ci=trunk"
+distfiles="https://objfw.nil.im/downloads/objfw-${version}.tar.gz"
+checksum=1c81d7d03578b2d9084fc5d8722d4eaa4bdc2f3f09ce41231e7ceab8212fae17
+
+do_configure() {
+	if [ -n "${XBPS_CROSS_TRIPLET}" ]; then
+		./configure ${configure_args} \
+			OBJC="clang --target=${XBPS_CROSS_TRIPLET}"
+	else
+		./configure ${configure_args}
+	fi
+}
+
+do_build() {
+	make ${makejobs}
+	make docs
+}
+
+post_install() {
+	vmkdir usr/share/doc/objfw
+	vcopy "docs/*" usr/share/doc/objfw
+}
+
+ObjFW-devel_package() {
+	short_desc+=" - development files and utilities"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.so"
+		vmove "usr/bin/objfw-*"
+	}
+}
+
+ObjFW-doc_package() {
+	short_desc+=" - developer documentation"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/share/doc
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: ObjFW-1.0.3
  2023-09-23 18:59 [PR PATCH] New package: ObjFW-1.0.3 nsailor
                   ` (7 preceding siblings ...)
  2023-09-27 18:37 ` [PR PATCH] [Updated] " nsailor
@ 2023-09-27 18:46 ` nsailor
  2023-10-12 20:01 ` nsailor
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: nsailor @ 2023-09-27 18:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nsailor/void-packages objfw
https://github.com/void-linux/void-packages/pull/46204

New package: ObjFW-1.0.3
<!-- 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**

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



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

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

From dfcd3de9c6743131ce26ba14d9ac71459da24de8 Mon Sep 17 00:00:00 2001
From: Jason Barmparesos <github@jasonb.dev>
Date: Sat, 23 Sep 2023 18:34:42 +0000
Subject: [PATCH] New package: ObjFW-1.0.3

---
 common/shlibs          |  3 +++
 srcpkgs/ObjFW-devel    |  1 +
 srcpkgs/ObjFW-doc      |  1 +
 srcpkgs/ObjFW/template | 51 ++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 56 insertions(+)
 create mode 120000 srcpkgs/ObjFW-devel
 create mode 120000 srcpkgs/ObjFW-doc
 create mode 100644 srcpkgs/ObjFW/template

diff --git a/common/shlibs b/common/shlibs
index 2d7f32eee393b..157541ba5c813 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -86,6 +86,9 @@ libfplll.so.8 fplll-5.4.4_1
 libpanelw.so.6 ncurses-libs-5.8_1 ignore
 libmenuw.so.6 ncurses-libs-5.8_1 ignore
 libobjc.so.4 libobjc-4.7.3_12
+libobjfw.so.1 ObjFW-1.0.3_1
+libobjfwrt.so.1 ObjFW-1.0.3_1
+libobjfwtls.so.1 ObjFW-1.0.3_1
 libgomp.so.1 libgomp-4.4.0_1
 libgps.so.29 gpsd-3.23_1
 libmagic.so.1 libmagic-5.12_1
diff --git a/srcpkgs/ObjFW-devel b/srcpkgs/ObjFW-devel
new file mode 120000
index 0000000000000..374aa22431a1d
--- /dev/null
+++ b/srcpkgs/ObjFW-devel
@@ -0,0 +1 @@
+ObjFW
\ No newline at end of file
diff --git a/srcpkgs/ObjFW-doc b/srcpkgs/ObjFW-doc
new file mode 120000
index 0000000000000..374aa22431a1d
--- /dev/null
+++ b/srcpkgs/ObjFW-doc
@@ -0,0 +1 @@
+ObjFW
\ No newline at end of file
diff --git a/srcpkgs/ObjFW/template b/srcpkgs/ObjFW/template
new file mode 100644
index 0000000000000..5a680a693d414
--- /dev/null
+++ b/srcpkgs/ObjFW/template
@@ -0,0 +1,51 @@
+# Template file for 'ObjFW'
+pkgname=ObjFW
+version=1.0.3
+revision=1
+build_style=gnu-configure
+hostmakedepends="clang doxygen"
+makedepends="openssl-devel"
+short_desc="Portable framework for the Objective-C language"
+maintainer="Jason Barmparesos <github@jasonb.dev>"
+license="GPL-2.0-only,GPL-3.0-only,QPL-1.0"
+homepage="https://objfw.nil.im"
+changelog="https://objfw.nil.im/file?name=ChangeLog&ci=trunk"
+distfiles="https://objfw.nil.im/downloads/objfw-${version}.tar.gz"
+checksum=1c81d7d03578b2d9084fc5d8722d4eaa4bdc2f3f09ce41231e7ceab8212fae17
+
+do_configure() {
+	if [ -n "${XBPS_CROSS_TRIPLET}" ]; then
+		./configure ${configure_args} \
+			OBJC="clang --target=${XBPS_CROSS_TRIPLET}"
+	else
+		./configure ${configure_args} OBJC=clang
+	fi
+}
+
+do_build() {
+	make ${makejobs}
+	make docs
+}
+
+post_install() {
+	vmkdir usr/share/doc/objfw
+	vcopy "docs/*" usr/share/doc/objfw
+}
+
+ObjFW-devel_package() {
+	short_desc+=" - development files and utilities"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.so"
+		vmove "usr/bin/objfw-*"
+	}
+}
+
+ObjFW-doc_package() {
+	short_desc+=" - developer documentation"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/share/doc
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: ObjFW-1.0.3
  2023-09-23 18:59 [PR PATCH] New package: ObjFW-1.0.3 nsailor
                   ` (8 preceding siblings ...)
  2023-09-27 18:46 ` nsailor
@ 2023-10-12 20:01 ` nsailor
  2023-11-03 21:04 ` [PR PATCH] [Updated] New package: ObjFW-1.0.4 nsailor
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: nsailor @ 2023-10-12 20:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nsailor/void-packages objfw
https://github.com/void-linux/void-packages/pull/46204

New package: ObjFW-1.0.3
<!-- 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**

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



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

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

From 93b1aa7f8f3e99a1032ebaef168a7409350a3e70 Mon Sep 17 00:00:00 2001
From: Jason Barmparesos <github@jasonb.dev>
Date: Sat, 23 Sep 2023 18:34:42 +0000
Subject: [PATCH] New package: ObjFW-1.0.4

---
 common/shlibs          |  3 +++
 srcpkgs/ObjFW-devel    |  1 +
 srcpkgs/ObjFW-doc      |  1 +
 srcpkgs/ObjFW/template | 51 ++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 56 insertions(+)
 create mode 120000 srcpkgs/ObjFW-devel
 create mode 120000 srcpkgs/ObjFW-doc
 create mode 100644 srcpkgs/ObjFW/template

diff --git a/common/shlibs b/common/shlibs
index 45b8c2996ba35..810a33f8efa36 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -86,6 +86,9 @@ libfplll.so.8 fplll-5.4.4_1
 libpanelw.so.6 ncurses-libs-5.8_1 ignore
 libmenuw.so.6 ncurses-libs-5.8_1 ignore
 libobjc.so.4 libobjc-4.7.3_12
+libobjfw.so.1 ObjFW-1.0.3_1
+libobjfwrt.so.1 ObjFW-1.0.3_1
+libobjfwtls.so.1 ObjFW-1.0.3_1
 libgomp.so.1 libgomp-4.4.0_1
 libgps.so.29 gpsd-3.23_1
 libmagic.so.1 libmagic-5.12_1
diff --git a/srcpkgs/ObjFW-devel b/srcpkgs/ObjFW-devel
new file mode 120000
index 0000000000000..374aa22431a1d
--- /dev/null
+++ b/srcpkgs/ObjFW-devel
@@ -0,0 +1 @@
+ObjFW
\ No newline at end of file
diff --git a/srcpkgs/ObjFW-doc b/srcpkgs/ObjFW-doc
new file mode 120000
index 0000000000000..374aa22431a1d
--- /dev/null
+++ b/srcpkgs/ObjFW-doc
@@ -0,0 +1 @@
+ObjFW
\ No newline at end of file
diff --git a/srcpkgs/ObjFW/template b/srcpkgs/ObjFW/template
new file mode 100644
index 0000000000000..6473bba526acf
--- /dev/null
+++ b/srcpkgs/ObjFW/template
@@ -0,0 +1,51 @@
+# Template file for 'ObjFW'
+pkgname=ObjFW
+version=1.0.4
+revision=1
+build_style=gnu-configure
+hostmakedepends="clang doxygen"
+makedepends="openssl-devel"
+short_desc="Portable framework for the Objective-C language"
+maintainer="Jason Barmparesos <github@jasonb.dev>"
+license="GPL-2.0-only,GPL-3.0-only,QPL-1.0"
+homepage="https://objfw.nil.im"
+changelog="https://objfw.nil.im/file?name=ChangeLog&ci=trunk"
+distfiles="https://objfw.nil.im/downloads/objfw-${version}.tar.gz"
+checksum=c62c61fc3f1b2d5c1d78369c602a6e82b32ade5c8ec0e9c410646d1554bf1e26
+
+do_configure() {
+	if [ -n "${XBPS_CROSS_TRIPLET}" ]; then
+		./configure ${configure_args} \
+			OBJC="clang --target=${XBPS_CROSS_TRIPLET}"
+	else
+		./configure ${configure_args} OBJC=clang
+	fi
+}
+
+do_build() {
+	make ${makejobs}
+	make docs
+}
+
+post_install() {
+	vmkdir usr/share/doc/objfw
+	vcopy "docs/*" usr/share/doc/objfw
+}
+
+ObjFW-devel_package() {
+	short_desc+=" - development files and utilities"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.so"
+		vmove "usr/bin/objfw-*"
+	}
+}
+
+ObjFW-doc_package() {
+	short_desc+=" - developer documentation"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/share/doc
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: ObjFW-1.0.4
  2023-09-23 18:59 [PR PATCH] New package: ObjFW-1.0.3 nsailor
                   ` (9 preceding siblings ...)
  2023-10-12 20:01 ` nsailor
@ 2023-11-03 21:04 ` nsailor
  2023-11-08 21:21 ` nsailor
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: nsailor @ 2023-11-03 21:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nsailor/void-packages objfw
https://github.com/void-linux/void-packages/pull/46204

New package: ObjFW-1.0.4
<!-- 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**

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



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

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

From 9385d91904e9e76fbae19eba3d2d5e2461b241e0 Mon Sep 17 00:00:00 2001
From: Jason Barmparesos <github@jasonb.dev>
Date: Sat, 23 Sep 2023 18:34:42 +0000
Subject: [PATCH] New package: ObjFW-1.0.4

---
 common/shlibs          |  3 +++
 srcpkgs/ObjFW-devel    |  1 +
 srcpkgs/ObjFW-doc      |  1 +
 srcpkgs/ObjFW/template | 51 ++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 56 insertions(+)
 create mode 120000 srcpkgs/ObjFW-devel
 create mode 120000 srcpkgs/ObjFW-doc
 create mode 100644 srcpkgs/ObjFW/template

diff --git a/common/shlibs b/common/shlibs
index 9036a675c1ae5..85ef4701d6d88 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4269,3 +4269,6 @@ libgrass_gproj.8.3.so grass-8.3.0_1
 libgrass_imagery.8.3.so grass-8.3.0_1
 libgrass_raster.8.3.so grass-8.3.0_1
 libgrass_vector.8.3.so grass-8.3.0_1
+libobjfw.so.1 ObjFW-1.0.4_1
+libobjfwrt.so.1 ObjFW-1.0.4_1
+libobjfwtls.so.1 ObjFW-1.0.4_1
diff --git a/srcpkgs/ObjFW-devel b/srcpkgs/ObjFW-devel
new file mode 120000
index 0000000000000..374aa22431a1d
--- /dev/null
+++ b/srcpkgs/ObjFW-devel
@@ -0,0 +1 @@
+ObjFW
\ No newline at end of file
diff --git a/srcpkgs/ObjFW-doc b/srcpkgs/ObjFW-doc
new file mode 120000
index 0000000000000..374aa22431a1d
--- /dev/null
+++ b/srcpkgs/ObjFW-doc
@@ -0,0 +1 @@
+ObjFW
\ No newline at end of file
diff --git a/srcpkgs/ObjFW/template b/srcpkgs/ObjFW/template
new file mode 100644
index 0000000000000..0b5f2271a63da
--- /dev/null
+++ b/srcpkgs/ObjFW/template
@@ -0,0 +1,51 @@
+# Template file for 'ObjFW'
+pkgname=ObjFW
+version=1.0.4
+revision=1
+build_style=gnu-configure
+hostmakedepends="clang doxygen"
+makedepends="openssl-devel"
+short_desc="Portable framework for the Objective-C language"
+maintainer="Jason Barmparesos <github@jasonb.dev>"
+license="GPL-2.0-only,GPL-3.0-only,QPL-1.0"
+homepage="https://objfw.nil.im"
+changelog="https://objfw.nil.im/file?name=ChangeLog&ci=trunk"
+distfiles="https://objfw.nil.im/downloads/objfw-${version}.tar.gz"
+checksum=c62c61fc3f1b2d5c1d78369c602a6e82b32ade5c8ec0e9c410646d1554bf1e26
+
+do_configure() {
+	if [ -n "${XBPS_CROSS_TRIPLET}" ]; then
+		./configure ${configure_args} \
+			OBJC="clang --target=${XBPS_CROSS_TRIPLET}"
+	else
+		./configure ${configure_args} OBJC=clang
+	fi
+}
+
+do_build() {
+	make ${makejobs}
+	make docs
+}
+
+post_install() {
+	vmkdir usr/share/doc/objfw
+	vcopy "docs/*" usr/share/doc/objfw
+}
+
+ObjFW-devel_package() {
+	short_desc+=" - development files and utilities"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.so"
+		vmove "usr/bin/*objfw-*"
+	}
+}
+
+ObjFW-doc_package() {
+	short_desc+=" - developer documentation"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/share/doc
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: ObjFW-1.0.4
  2023-09-23 18:59 [PR PATCH] New package: ObjFW-1.0.3 nsailor
                   ` (10 preceding siblings ...)
  2023-11-03 21:04 ` [PR PATCH] [Updated] New package: ObjFW-1.0.4 nsailor
@ 2023-11-08 21:21 ` nsailor
  2024-02-07  1:44 ` New package: ObjFW-1.0.5 github-actions
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: nsailor @ 2023-11-08 21:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nsailor/void-packages objfw
https://github.com/void-linux/void-packages/pull/46204

New package: ObjFW-1.0.4
<!-- 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**

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



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

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

From dc8e99e61a177cba346c204b6e6271df195462f6 Mon Sep 17 00:00:00 2001
From: Jason Barmparesos <github@jasonb.dev>
Date: Sat, 23 Sep 2023 18:34:42 +0000
Subject: [PATCH] New package: ObjFW-1.0.5

---
 common/shlibs          |  3 +++
 srcpkgs/ObjFW-devel    |  1 +
 srcpkgs/ObjFW-doc      |  1 +
 srcpkgs/ObjFW/template | 51 ++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 56 insertions(+)
 create mode 120000 srcpkgs/ObjFW-devel
 create mode 120000 srcpkgs/ObjFW-doc
 create mode 100644 srcpkgs/ObjFW/template

diff --git a/common/shlibs b/common/shlibs
index 36ddac17b0257..90a22944053d5 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4267,3 +4267,6 @@ libgrass_gproj.8.3.so grass-8.3.0_1
 libgrass_imagery.8.3.so grass-8.3.0_1
 libgrass_raster.8.3.so grass-8.3.0_1
 libgrass_vector.8.3.so grass-8.3.0_1
+libobjfw.so.1 ObjFW-1.0.5_1
+libobjfwrt.so.1 ObjFW-1.0.5_1
+libobjfwtls.so.1 ObjFW-1.0.5_1
diff --git a/srcpkgs/ObjFW-devel b/srcpkgs/ObjFW-devel
new file mode 120000
index 0000000000000..374aa22431a1d
--- /dev/null
+++ b/srcpkgs/ObjFW-devel
@@ -0,0 +1 @@
+ObjFW
\ No newline at end of file
diff --git a/srcpkgs/ObjFW-doc b/srcpkgs/ObjFW-doc
new file mode 120000
index 0000000000000..374aa22431a1d
--- /dev/null
+++ b/srcpkgs/ObjFW-doc
@@ -0,0 +1 @@
+ObjFW
\ No newline at end of file
diff --git a/srcpkgs/ObjFW/template b/srcpkgs/ObjFW/template
new file mode 100644
index 0000000000000..f5f9e688c09a4
--- /dev/null
+++ b/srcpkgs/ObjFW/template
@@ -0,0 +1,51 @@
+# Template file for 'ObjFW'
+pkgname=ObjFW
+version=1.0.5
+revision=1
+build_style=gnu-configure
+hostmakedepends="clang doxygen"
+makedepends="openssl-devel"
+short_desc="Portable framework for the Objective-C language"
+maintainer="Jason Barmparesos <github@jasonb.dev>"
+license="GPL-2.0-only,GPL-3.0-only,QPL-1.0"
+homepage="https://objfw.nil.im"
+changelog="https://objfw.nil.im/file?name=ChangeLog&ci=trunk"
+distfiles="https://objfw.nil.im/downloads/objfw-${version}.tar.gz"
+checksum=798bda0590970fea10d5c8064e98088bb9960b3bc0475d92db443b0df9f205c4
+
+do_configure() {
+	if [ -n "${XBPS_CROSS_TRIPLET}" ]; then
+		./configure ${configure_args} \
+			OBJC="clang --target=${XBPS_CROSS_TRIPLET}"
+	else
+		./configure ${configure_args} OBJC=clang
+	fi
+}
+
+do_build() {
+	make ${makejobs}
+	make docs
+}
+
+post_install() {
+	vmkdir usr/share/doc/objfw
+	vcopy "docs/*" usr/share/doc/objfw
+}
+
+ObjFW-devel_package() {
+	short_desc+=" - development files and utilities"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.so"
+		vmove "usr/bin/*objfw-*"
+	}
+}
+
+ObjFW-doc_package() {
+	short_desc+=" - developer documentation"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/share/doc
+	}
+}

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

* Re: New package: ObjFW-1.0.5
  2023-09-23 18:59 [PR PATCH] New package: ObjFW-1.0.3 nsailor
                   ` (11 preceding siblings ...)
  2023-11-08 21:21 ` nsailor
@ 2024-02-07  1:44 ` github-actions
  2024-02-21  1:44 ` [PR PATCH] [Closed]: " github-actions
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: github-actions @ 2024-02-07  1:44 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/46204#issuecomment-1931099381

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] 17+ messages in thread

* Re: [PR PATCH] [Closed]: New package: ObjFW-1.0.5
  2023-09-23 18:59 [PR PATCH] New package: ObjFW-1.0.3 nsailor
                   ` (12 preceding siblings ...)
  2024-02-07  1:44 ` New package: ObjFW-1.0.5 github-actions
@ 2024-02-21  1:44 ` github-actions
  2024-02-21  1:48 ` abenson
  2024-03-03 14:44 ` nsailor
  15 siblings, 0 replies; 17+ messages in thread
From: github-actions @ 2024-02-21  1:44 UTC (permalink / raw)
  To: ml

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

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

New package: ObjFW-1.0.5
https://github.com/void-linux/void-packages/pull/46204

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**

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



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

* Re: New package: ObjFW-1.0.5
  2023-09-23 18:59 [PR PATCH] New package: ObjFW-1.0.3 nsailor
                   ` (13 preceding siblings ...)
  2024-02-21  1:44 ` [PR PATCH] [Closed]: " github-actions
@ 2024-02-21  1:48 ` abenson
  2024-03-03 14:44 ` nsailor
  15 siblings, 0 replies; 17+ messages in thread
From: abenson @ 2024-02-21  1:48 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/46204#issuecomment-1955719782

Comment:
If you're still interested in having this package merged, update it to 1.0.9 and then ping me.

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

* Re: New package: ObjFW-1.0.5
  2023-09-23 18:59 [PR PATCH] New package: ObjFW-1.0.3 nsailor
                   ` (14 preceding siblings ...)
  2024-02-21  1:48 ` abenson
@ 2024-03-03 14:44 ` nsailor
  15 siblings, 0 replies; 17+ messages in thread
From: nsailor @ 2024-03-03 14:44 UTC (permalink / raw)
  To: ml

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

New comment by nsailor on void-packages repository

https://github.com/void-linux/void-packages/pull/46204#issuecomment-1975185545

Comment:
Hi @abenson , I updated my branch to 1.0.9. I also tried to work around https://github.com/SerenityOS/serenity/issues/20274 by just renaming the files, but maybe there is a better way to do this?

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

end of thread, other threads:[~2024-03-03 14:44 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-23 18:59 [PR PATCH] New package: ObjFW-1.0.3 nsailor
2023-09-23 19:01 ` nsailor
2023-09-23 19:01 ` nsailor
2023-09-23 19:05 ` [PR PATCH] [Updated] [WIP] " nsailor
2023-09-23 19:06 ` nsailor
2023-09-25 20:13 ` [PR PATCH] [Updated] " nsailor
2023-09-25 20:35 ` nsailor
2023-09-27 18:34 ` [PR PATCH] [Updated] [WIP] " nsailor
2023-09-27 18:37 ` [PR PATCH] [Updated] " nsailor
2023-09-27 18:46 ` nsailor
2023-10-12 20:01 ` nsailor
2023-11-03 21:04 ` [PR PATCH] [Updated] New package: ObjFW-1.0.4 nsailor
2023-11-08 21:21 ` nsailor
2024-02-07  1:44 ` New package: ObjFW-1.0.5 github-actions
2024-02-21  1:44 ` [PR PATCH] [Closed]: " github-actions
2024-02-21  1:48 ` abenson
2024-03-03 14:44 ` nsailor

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