Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fribidi: update to 1.0.13.
@ 2023-06-05 19:30 mhmdanas
  2023-06-05 21:35 ` [PR PATCH] [Updated] " mhmdanas
  2023-06-11 16:57 ` [PR PATCH] [Closed]: fribidi: update to 1.0.13, adopt abenson
  0 siblings, 2 replies; 3+ messages in thread
From: mhmdanas @ 2023-06-05 19:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages fribidi-1.0.13
https://github.com/void-linux/void-packages/pull/44283

fribidi: update to 1.0.13.
Fixes empty manpages, see https://github.com/fribidi/fribidi/issues/197.

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

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

<!--
#### 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, (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/44283.patch is attached

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

From 7fee2a071802690202b560ffb37a7ffe62560c8c Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Mon, 5 Jun 2023 20:25:32 +0100
Subject: [PATCH] fribidi: update to 1.0.13.

Fixes empty manpages, see https://github.com/fribidi/fribidi/issues/197.
---
 srcpkgs/fribidi/template | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/fribidi/template b/srcpkgs/fribidi/template
index 39f2fbc41ca9..bb55feffa273 100644
--- a/srcpkgs/fribidi/template
+++ b/srcpkgs/fribidi/template
@@ -1,26 +1,20 @@
 # Template file for 'fribidi'
 pkgname=fribidi
-version=1.0.12
+version=1.0.13
 revision=1
 build_style=gnu-configure
-configure_args="--disable-docs"
-hostmakedepends="automake libtool pkg-config"
+hostmakedepends="pkg-config"
 short_desc="Free Implementation of the Unicode Bidirectional Algorithm"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/fribidi/fribidi/"
 changelog="https://raw.githubusercontent.com/fribidi/fribidi/master/NEWS"
-distfiles="https://github.com/fribidi/fribidi/archive/v${version}.tar.gz"
-checksum=2e9e859876571f03567ac91e5ed3b5308791f31cda083408c2b60fa1fe00a39d
-disable_parallel_build=yes
-
-pre_configure() {
-	NOCONFIGURE=1 autoreconf -fi
-}
+distfiles="https://github.com/fribidi/fribidi/releases/download/v${version}/fribidi-${version}.tar.xz"
+checksum=7fa16c80c81bd622f7b198d31356da139cc318a63fc7761217af4130903f54a2
 
 pre_build() {
 	if [ "$CROSS_BUILD" ]; then
-		sed -i gen.tab/Makefile \
+		vsed -i gen.tab/Makefile \
 			-e "s;^\(CC =\) .*;\1 cc;" \
 			-e "s;^\(CFLAGS =\) .*;\1 -O2 -pipe;" \
 			-e "s;^\(LDFLAGS =\) .*;\1 -s;"
@@ -28,7 +22,7 @@ pre_build() {
 }
 
 fribidi-devel_package() {
-	depends="fribidi>=${version}_${revision}"
+	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

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

* Re: [PR PATCH] [Updated] fribidi: update to 1.0.13.
  2023-06-05 19:30 [PR PATCH] fribidi: update to 1.0.13 mhmdanas
@ 2023-06-05 21:35 ` mhmdanas
  2023-06-11 16:57 ` [PR PATCH] [Closed]: fribidi: update to 1.0.13, adopt abenson
  1 sibling, 0 replies; 3+ messages in thread
From: mhmdanas @ 2023-06-05 21:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages fribidi-1.0.13
https://github.com/void-linux/void-packages/pull/44283

fribidi: update to 1.0.13.
Fixes empty manpages, see https://github.com/fribidi/fribidi/issues/197.

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

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

<!--
#### 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, (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/44283.patch is attached

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

From a6ef4835346e85683e48b8639fa207ce1ffb80ce Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Mon, 5 Jun 2023 20:25:32 +0100
Subject: [PATCH] fribidi: update to 1.0.13, adopt.

Fixes empty manpages, see https://github.com/fribidi/fribidi/issues/197.
---
 srcpkgs/fribidi/template | 20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

diff --git a/srcpkgs/fribidi/template b/srcpkgs/fribidi/template
index 39f2fbc41ca9..6f3ffad86454 100644
--- a/srcpkgs/fribidi/template
+++ b/srcpkgs/fribidi/template
@@ -1,26 +1,20 @@
 # Template file for 'fribidi'
 pkgname=fribidi
-version=1.0.12
+version=1.0.13
 revision=1
 build_style=gnu-configure
-configure_args="--disable-docs"
-hostmakedepends="automake libtool pkg-config"
+hostmakedepends="pkg-config"
 short_desc="Free Implementation of the Unicode Bidirectional Algorithm"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Mohammed Anas <triallax@tutanota.com>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/fribidi/fribidi/"
 changelog="https://raw.githubusercontent.com/fribidi/fribidi/master/NEWS"
-distfiles="https://github.com/fribidi/fribidi/archive/v${version}.tar.gz"
-checksum=2e9e859876571f03567ac91e5ed3b5308791f31cda083408c2b60fa1fe00a39d
-disable_parallel_build=yes
-
-pre_configure() {
-	NOCONFIGURE=1 autoreconf -fi
-}
+distfiles="https://github.com/fribidi/fribidi/releases/download/v${version}/fribidi-${version}.tar.xz"
+checksum=7fa16c80c81bd622f7b198d31356da139cc318a63fc7761217af4130903f54a2
 
 pre_build() {
 	if [ "$CROSS_BUILD" ]; then
-		sed -i gen.tab/Makefile \
+		vsed -i gen.tab/Makefile \
 			-e "s;^\(CC =\) .*;\1 cc;" \
 			-e "s;^\(CFLAGS =\) .*;\1 -O2 -pipe;" \
 			-e "s;^\(LDFLAGS =\) .*;\1 -s;"
@@ -28,7 +22,7 @@ pre_build() {
 }
 
 fribidi-devel_package() {
-	depends="fribidi>=${version}_${revision}"
+	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

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

* Re: [PR PATCH] [Closed]: fribidi: update to 1.0.13, adopt.
  2023-06-05 19:30 [PR PATCH] fribidi: update to 1.0.13 mhmdanas
  2023-06-05 21:35 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-06-11 16:57 ` abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2023-06-11 16:57 UTC (permalink / raw)
  To: ml

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

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

fribidi: update to 1.0.13, adopt.
https://github.com/void-linux/void-packages/pull/44283

Description:
Fixes empty manpages, see https://github.com/fribidi/fribidi/issues/197.

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

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

<!--
#### 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-06-11 16:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-05 19:30 [PR PATCH] fribidi: update to 1.0.13 mhmdanas
2023-06-05 21:35 ` [PR PATCH] [Updated] " mhmdanas
2023-06-11 16:57 ` [PR PATCH] [Closed]: fribidi: update to 1.0.13, adopt abenson

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