Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libraqm: update to 0.10.1.
@ 2023-11-02 23:07 mhmdanas
  2024-02-01  1:46 ` github-actions
  2024-02-14 11:01 ` [PR PATCH] [Closed]: " mhmdanas
  0 siblings, 2 replies; 3+ messages in thread
From: mhmdanas @ 2023-11-02 23:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages libraqm-0.10.1
https://github.com/void-linux/void-packages/pull/47038

libraqm: update to 0.10.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

Checks are failing, not sure why.

<!--
#### 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/47038.patch is attached

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

From 8162d5927c492a6570d6bcca15bc1ec3253a9f38 Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Thu, 2 Nov 2023 23:01:39 +0000
Subject: [PATCH] libraqm: update to 0.10.1.

---
 srcpkgs/libraqm/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/libraqm/template b/srcpkgs/libraqm/template
index f890163079875..82075f38ac81c 100644
--- a/srcpkgs/libraqm/template
+++ b/srcpkgs/libraqm/template
@@ -1,16 +1,17 @@
 # Template file for 'libraqm'
 pkgname=libraqm
-version=0.7.0
+version=0.10.1
 revision=1
-build_style=gnu-configure
-hostmakedepends="pkg-config"
+build_style=meson
+configure_args="-Ddocs=true"
+hostmakedepends="pkg-config gtk-doc"
 makedepends="harfbuzz-devel fribidi-devel"
 short_desc="Library for complex text layout"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/HOST-Oman/libraqm"
-distfiles="https://github.com/HOST-Oman/libraqm/releases/download/v${version}/raqm-${version}.tar.gz"
-checksum=e28575ecdd4e8a1d277d9be8268bb663ce1e476aaf55eb0456787821ddf0f941
+distfiles="https://github.com/HOST-Oman/libraqm/releases/download/v${version}/raqm-${version}.tar.xz"
+checksum=4d76a358358d67c5945684f2f10b3b08fb80e924371bf3ebf8b15cd2e321d05d
 
 post_install() {
 	vlicense COPYING LICENSE
@@ -21,8 +22,7 @@ libraqm-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
 	pkg_install() {
 		vmove usr/include
-		vmove usr/lib/*.a
-		vmove usr/lib/*.so
+		vmove "usr/lib/*.so"
 		vmove usr/lib/pkgconfig
 		vmove usr/share/gtk-doc
 	}

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

* Re: libraqm: update to 0.10.1.
  2023-11-02 23:07 [PR PATCH] libraqm: update to 0.10.1 mhmdanas
@ 2024-02-01  1:46 ` github-actions
  2024-02-14 11:01 ` [PR PATCH] [Closed]: " mhmdanas
  1 sibling, 0 replies; 3+ messages in thread
From: github-actions @ 2024-02-01  1:46 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/47038#issuecomment-1920338695

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]: libraqm: update to 0.10.1.
  2023-11-02 23:07 [PR PATCH] libraqm: update to 0.10.1 mhmdanas
  2024-02-01  1:46 ` github-actions
@ 2024-02-14 11:01 ` mhmdanas
  1 sibling, 0 replies; 3+ messages in thread
From: mhmdanas @ 2024-02-14 11:01 UTC (permalink / raw)
  To: ml

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

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

libraqm: update to 0.10.1.
https://github.com/void-linux/void-packages/pull/47038

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

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

Checks are failing, not sure why.

<!--
#### 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:[~2024-02-14 11:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-02 23:07 [PR PATCH] libraqm: update to 0.10.1 mhmdanas
2024-02-01  1:46 ` github-actions
2024-02-14 11:01 ` [PR PATCH] [Closed]: " mhmdanas

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