Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fontmanager: update to 0.8.7 + add library to common/shlibs
@ 2021-08-26 10:11 meator
  2021-08-27  6:39 ` [PR PATCH] [Updated] [WIP] " meator
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: meator @ 2021-08-26 10:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/meator/void-packages font-manager
https://github.com/void-linux/void-packages/pull/32683

fontmanager: update to 0.8.7 + add library to common/shlibs
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR


<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32683.patch is attached

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

From 964eed3440eee39df8c46fd3b69de09dea16e086 Mon Sep 17 00:00:00 2001
From: meator <coder64@protonmail.com>
Date: Thu, 26 Aug 2021 11:43:46 +0200
Subject: [PATCH 1/2] fontmanager: update to 0.8.7.

---
 srcpkgs/fontmanager/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/fontmanager/template b/srcpkgs/fontmanager/template
index 4c08bfd3b1cd..010cc70264b2 100644
--- a/srcpkgs/fontmanager/template
+++ b/srcpkgs/fontmanager/template
@@ -1,6 +1,6 @@
 # Template file for 'fontmanager'
 pkgname=fontmanager
-version=0.8.6
+version=0.8.7
 revision=1
 wrksrc="font-manager-${version}"
 build_helper=gir
@@ -13,4 +13,4 @@ maintainer="Antonio Malcolm <antonio@antoniomalcolm.com>"
 license="GPL-3.0-or-later"
 homepage="https://fontmanager.github.io/"
 distfiles="https://github.com/FontManager/font-manager/archive/${version}.tar.gz"
-checksum=1c5b34b834fbf457c882b8d3180c8e6e5dc101e2444200cf80aa713485f7fc6f
+checksum=e2ac8ab61756971480319e3195ae52ddbaa89471afcd48d194f1940676f0c839

From 47d1c86ac917b786b4328669c3773b6af3f6e9e7 Mon Sep 17 00:00:00 2001
From: meator <coder64@protonmail.com>
Date: Thu, 26 Aug 2021 11:45:15 +0200
Subject: [PATCH 2/2] common/shlibs: fontmanager

---
 common/shlibs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/shlibs b/common/shlibs
index 0ef8dd581524..efcaf258e2fe 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4017,3 +4017,4 @@ libmt32emu.so.2 libmt32emu-2.5.1_1
 libqrtr-glib.so.0 libqrtr-glib-1.0.0_1
 libstemmer.so.2 libstemmer-2.1.0_1
 libdecor-0.so.0 libdecor-0.1.0_1
+libfontmanager.so.0 fontmanager-0.8.7_1

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

* Re: [PR PATCH] [Updated] [WIP] fontmanager: update to 0.8.7 + add library to common/shlibs
  2021-08-26 10:11 [PR PATCH] fontmanager: update to 0.8.7 + add library to common/shlibs meator
@ 2021-08-27  6:39 ` meator
  2021-08-27  6:56 ` meator
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: meator @ 2021-08-27  6:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/meator/void-packages font-manager
https://github.com/void-linux/void-packages/pull/32683

[WIP] fontmanager: update to 0.8.7 + add library to common/shlibs
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR


<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32683.patch is attached

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

From 35d7672a313284ac6e47ec1abb3224566f963c98 Mon Sep 17 00:00:00 2001
From: meator <coder64@protonmail.com>
Date: Thu, 26 Aug 2021 11:43:46 +0200
Subject: [PATCH 1/2] fontmanager: update to 0.8.7.

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

diff --git a/srcpkgs/fontmanager/template b/srcpkgs/fontmanager/template
index 4c08bfd3b1cd..771d00ec5cac 100644
--- a/srcpkgs/fontmanager/template
+++ b/srcpkgs/fontmanager/template
@@ -1,6 +1,6 @@
 # Template file for 'fontmanager'
 pkgname=fontmanager
-version=0.8.6
+version=0.8.7
 revision=1
 wrksrc="font-manager-${version}"
 build_helper=gir
@@ -8,9 +8,9 @@ build_style=meson
 hostmakedepends="pkg-config yelp-tools vala-devel glib-devel gettext"
 makedepends="json-glib-devel sqlite-devel gtk+3-devel fontconfig-devel
  libsoup-devel webkit2gtk-devel"
-short_desc="Simple font management for GTK+ desktop environments"
+short_desc="Font-manager is a simple font management tool for GTK+ desktop environments"
 maintainer="Antonio Malcolm <antonio@antoniomalcolm.com>"
 license="GPL-3.0-or-later"
 homepage="https://fontmanager.github.io/"
 distfiles="https://github.com/FontManager/font-manager/archive/${version}.tar.gz"
-checksum=1c5b34b834fbf457c882b8d3180c8e6e5dc101e2444200cf80aa713485f7fc6f
+checksum=e2ac8ab61756971480319e3195ae52ddbaa89471afcd48d194f1940676f0c839

From e4c330664b5dcd286d6a90f0ec1e39a6a57e007b Mon Sep 17 00:00:00 2001
From: meator <coder64@protonmail.com>
Date: Thu, 26 Aug 2021 11:45:15 +0200
Subject: [PATCH 2/2] common/shlibs: fontmanager

---
 common/shlibs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/shlibs b/common/shlibs
index 9d2575e83a70..87bccc09c080 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4017,3 +4017,4 @@ libmt32emu.so.2 libmt32emu-2.5.1_1
 libqrtr-glib.so.0 libqrtr-glib-1.0.0_1
 libstemmer.so.2 libstemmer-2.1.0_1
 libdecor-0.so.0 libdecor-0.1.0_1
+libfontmanager.so.0 fontmanager-0.8.7_1

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

* Re: [PR PATCH] [Updated] [WIP] fontmanager: update to 0.8.7 + add library to common/shlibs
  2021-08-26 10:11 [PR PATCH] fontmanager: update to 0.8.7 + add library to common/shlibs meator
  2021-08-27  6:39 ` [PR PATCH] [Updated] [WIP] " meator
@ 2021-08-27  6:56 ` meator
  2021-08-29  9:08 ` [PR PATCH] [Updated] fontmanager: update to 0.8.7 + minor fixes meator
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: meator @ 2021-08-27  6:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/meator/void-packages font-manager
https://github.com/void-linux/void-packages/pull/32683

[WIP] fontmanager: update to 0.8.7 + add library to common/shlibs
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR


<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32683.patch is attached

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

From 53346641d12e405fb3703c9e0a6632e2a0a053b2 Mon Sep 17 00:00:00 2001
From: meator <coder64@protonmail.com>
Date: Fri, 27 Aug 2021 08:42:59 +0200
Subject: [PATCH 1/3] fontmanager: update to 0.8.7.

---
 srcpkgs/fontmanager/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/fontmanager/template b/srcpkgs/fontmanager/template
index 4c08bfd3b1cd..010cc70264b2 100644
--- a/srcpkgs/fontmanager/template
+++ b/srcpkgs/fontmanager/template
@@ -1,6 +1,6 @@
 # Template file for 'fontmanager'
 pkgname=fontmanager
-version=0.8.6
+version=0.8.7
 revision=1
 wrksrc="font-manager-${version}"
 build_helper=gir
@@ -13,4 +13,4 @@ maintainer="Antonio Malcolm <antonio@antoniomalcolm.com>"
 license="GPL-3.0-or-later"
 homepage="https://fontmanager.github.io/"
 distfiles="https://github.com/FontManager/font-manager/archive/${version}.tar.gz"
-checksum=1c5b34b834fbf457c882b8d3180c8e6e5dc101e2444200cf80aa713485f7fc6f
+checksum=e2ac8ab61756971480319e3195ae52ddbaa89471afcd48d194f1940676f0c839

From 1514c9c1d4b56c65f3efbde9e62f5d2183758dad Mon Sep 17 00:00:00 2001
From: meator <coder64@protonmail.com>
Date: Fri, 27 Aug 2021 08:53:20 +0200
Subject: [PATCH 2/3] fontmanager: change short_desc

This commit adds "font-config" to the description of the package, in
order to make searching by real package name (xbps-query -Rs
font-manager) possible.
---
 srcpkgs/fontmanager/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fontmanager/template b/srcpkgs/fontmanager/template
index 010cc70264b2..3205a2aab209 100644
--- a/srcpkgs/fontmanager/template
+++ b/srcpkgs/fontmanager/template
@@ -8,7 +8,7 @@ build_style=meson
 hostmakedepends="pkg-config yelp-tools vala-devel glib-devel gettext"
 makedepends="json-glib-devel sqlite-devel gtk+3-devel fontconfig-devel
  libsoup-devel webkit2gtk-devel"
-short_desc="Simple font management for GTK+ desktop environments"
+short_desc="Font-manager is a simple font management tool for GTK+ environments"
 maintainer="Antonio Malcolm <antonio@antoniomalcolm.com>"
 license="GPL-3.0-or-later"
 homepage="https://fontmanager.github.io/"

From 0fc4dfb119e1fc262fe0ca6216671632b256828b Mon Sep 17 00:00:00 2001
From: meator <coder64@protonmail.com>
Date: Thu, 26 Aug 2021 11:45:15 +0200
Subject: [PATCH 3/3] common/shlibs: fontmanager

---
 common/shlibs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/shlibs b/common/shlibs
index 9d2575e83a70..87bccc09c080 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4017,3 +4017,4 @@ libmt32emu.so.2 libmt32emu-2.5.1_1
 libqrtr-glib.so.0 libqrtr-glib-1.0.0_1
 libstemmer.so.2 libstemmer-2.1.0_1
 libdecor-0.so.0 libdecor-0.1.0_1
+libfontmanager.so.0 fontmanager-0.8.7_1

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

* Re: [PR PATCH] [Updated] fontmanager: update to 0.8.7 + minor fixes
  2021-08-26 10:11 [PR PATCH] fontmanager: update to 0.8.7 + add library to common/shlibs meator
  2021-08-27  6:39 ` [PR PATCH] [Updated] [WIP] " meator
  2021-08-27  6:56 ` meator
@ 2021-08-29  9:08 ` meator
  2021-08-30 18:13 ` Chocimier
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: meator @ 2021-08-29  9:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/meator/void-packages font-manager
https://github.com/void-linux/void-packages/pull/32683

fontmanager: update to 0.8.7 + minor fixes
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR


<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32683.patch is attached

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

From 4bd6f8bbc79a20a61545c7b746a626a00689f19c Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Fri, 27 Aug 2021 08:42:59 +0200
Subject: [PATCH 1/3] fontmanager: update to 0.8.7.

---
 srcpkgs/fontmanager/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/fontmanager/template b/srcpkgs/fontmanager/template
index 4c08bfd3b1cd..010cc70264b2 100644
--- a/srcpkgs/fontmanager/template
+++ b/srcpkgs/fontmanager/template
@@ -1,6 +1,6 @@
 # Template file for 'fontmanager'
 pkgname=fontmanager
-version=0.8.6
+version=0.8.7
 revision=1
 wrksrc="font-manager-${version}"
 build_helper=gir
@@ -13,4 +13,4 @@ maintainer="Antonio Malcolm <antonio@antoniomalcolm.com>"
 license="GPL-3.0-or-later"
 homepage="https://fontmanager.github.io/"
 distfiles="https://github.com/FontManager/font-manager/archive/${version}.tar.gz"
-checksum=1c5b34b834fbf457c882b8d3180c8e6e5dc101e2444200cf80aa713485f7fc6f
+checksum=e2ac8ab61756971480319e3195ae52ddbaa89471afcd48d194f1940676f0c839

From 3dc6a23c1230156504170c7a749107efce9fb0b1 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Fri, 27 Aug 2021 08:53:20 +0200
Subject: [PATCH 2/3] fontmanager: change short_desc

This commit adds "font-config" to the description of the package, in
order to make searching by real package name (xbps-query -Rs
font-manager) possible.
---
 srcpkgs/fontmanager/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fontmanager/template b/srcpkgs/fontmanager/template
index 010cc70264b2..3205a2aab209 100644
--- a/srcpkgs/fontmanager/template
+++ b/srcpkgs/fontmanager/template
@@ -8,7 +8,7 @@ build_style=meson
 hostmakedepends="pkg-config yelp-tools vala-devel glib-devel gettext"
 makedepends="json-glib-devel sqlite-devel gtk+3-devel fontconfig-devel
  libsoup-devel webkit2gtk-devel"
-short_desc="Simple font management for GTK+ desktop environments"
+short_desc="Font-manager is a simple font management tool for GTK+ environments"
 maintainer="Antonio Malcolm <antonio@antoniomalcolm.com>"
 license="GPL-3.0-or-later"
 homepage="https://fontmanager.github.io/"

From df5b9b82bb18716a8356adeb93b6eab82edb4ed7 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Thu, 26 Aug 2021 11:45:15 +0200
Subject: [PATCH 3/3] common/shlibs: fontmanager

---
 common/shlibs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/shlibs b/common/shlibs
index 9d2575e83a70..87bccc09c080 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4017,3 +4017,4 @@ libmt32emu.so.2 libmt32emu-2.5.1_1
 libqrtr-glib.so.0 libqrtr-glib-1.0.0_1
 libstemmer.so.2 libstemmer-2.1.0_1
 libdecor-0.so.0 libdecor-0.1.0_1
+libfontmanager.so.0 fontmanager-0.8.7_1

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

* Re: fontmanager: update to 0.8.7 + minor fixes
  2021-08-26 10:11 [PR PATCH] fontmanager: update to 0.8.7 + add library to common/shlibs meator
                   ` (2 preceding siblings ...)
  2021-08-29  9:08 ` [PR PATCH] [Updated] fontmanager: update to 0.8.7 + minor fixes meator
@ 2021-08-30 18:13 ` Chocimier
  2021-08-30 18:13 ` [PR REVIEW] " Chocimier
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Chocimier @ 2021-08-30 18:13 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/32683#issuecomment-908571900

Comment:
Please squash.

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

* Re: [PR REVIEW] fontmanager: update to 0.8.7 + minor fixes
  2021-08-26 10:11 [PR PATCH] fontmanager: update to 0.8.7 + add library to common/shlibs meator
                   ` (3 preceding siblings ...)
  2021-08-30 18:13 ` Chocimier
@ 2021-08-30 18:13 ` Chocimier
  2021-08-30 18:13 ` Chocimier
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Chocimier @ 2021-08-30 18:13 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/32683#discussion_r698701123

Comment:
Package name shouldn/t be included in desc.

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

* Re: [PR REVIEW] fontmanager: update to 0.8.7 + minor fixes
  2021-08-26 10:11 [PR PATCH] fontmanager: update to 0.8.7 + add library to common/shlibs meator
                   ` (4 preceding siblings ...)
  2021-08-30 18:13 ` [PR REVIEW] " Chocimier
@ 2021-08-30 18:13 ` Chocimier
  2021-08-30 18:39 ` meator
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Chocimier @ 2021-08-30 18:13 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/32683#discussion_r698700919

Comment:
Remove until other package uses library, libfontmanager should be split at that time.

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

* Re: fontmanager: update to 0.8.7 + minor fixes
  2021-08-26 10:11 [PR PATCH] fontmanager: update to 0.8.7 + add library to common/shlibs meator
                   ` (5 preceding siblings ...)
  2021-08-30 18:13 ` Chocimier
@ 2021-08-30 18:39 ` meator
  2021-08-30 18:43 ` [PR PATCH] [Updated] " meator
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: meator @ 2021-08-30 18:39 UTC (permalink / raw)
  To: ml

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

New comment by meator on void-packages repository

https://github.com/void-linux/void-packages/pull/32683#issuecomment-908589639

Comment:
About the squashing, I wasn't sure how should I format the commit message, since these changes don't fit in any of categories listed in `CONTRIBUTING.md`, so I made multiple commits. I'll fix this soon.

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

* Re: [PR PATCH] [Updated] fontmanager: update to 0.8.7 + minor fixes
  2021-08-26 10:11 [PR PATCH] fontmanager: update to 0.8.7 + add library to common/shlibs meator
                   ` (6 preceding siblings ...)
  2021-08-30 18:39 ` meator
@ 2021-08-30 18:43 ` meator
  2021-08-30 18:44 ` Chocimier
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: meator @ 2021-08-30 18:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/meator/void-packages font-manager
https://github.com/void-linux/void-packages/pull/32683

fontmanager: update to 0.8.7 + minor fixes
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR


<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32683.patch is attached

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

From 15089199c86a8052975e2aaa851023e54dd161ce Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Fri, 27 Aug 2021 08:42:59 +0200
Subject: [PATCH] fontmanager: update to 0.8.7 + change short_desc.

This commit adds "font-config" to the description of the package, in
order to make searching by real package name (xbps-query -Rs
font-manager) possible.
---
 srcpkgs/fontmanager/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/fontmanager/template b/srcpkgs/fontmanager/template
index 4c08bfd3b1cd..3205a2aab209 100644
--- a/srcpkgs/fontmanager/template
+++ b/srcpkgs/fontmanager/template
@@ -1,6 +1,6 @@
 # Template file for 'fontmanager'
 pkgname=fontmanager
-version=0.8.6
+version=0.8.7
 revision=1
 wrksrc="font-manager-${version}"
 build_helper=gir
@@ -8,9 +8,9 @@ build_style=meson
 hostmakedepends="pkg-config yelp-tools vala-devel glib-devel gettext"
 makedepends="json-glib-devel sqlite-devel gtk+3-devel fontconfig-devel
  libsoup-devel webkit2gtk-devel"
-short_desc="Simple font management for GTK+ desktop environments"
+short_desc="Font-manager is a simple font management tool for GTK+ environments"
 maintainer="Antonio Malcolm <antonio@antoniomalcolm.com>"
 license="GPL-3.0-or-later"
 homepage="https://fontmanager.github.io/"
 distfiles="https://github.com/FontManager/font-manager/archive/${version}.tar.gz"
-checksum=1c5b34b834fbf457c882b8d3180c8e6e5dc101e2444200cf80aa713485f7fc6f
+checksum=e2ac8ab61756971480319e3195ae52ddbaa89471afcd48d194f1940676f0c839

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

* Re: fontmanager: update to 0.8.7 + minor fixes
  2021-08-26 10:11 [PR PATCH] fontmanager: update to 0.8.7 + add library to common/shlibs meator
                   ` (7 preceding siblings ...)
  2021-08-30 18:43 ` [PR PATCH] [Updated] " meator
@ 2021-08-30 18:44 ` Chocimier
  2021-08-30 19:07 ` [PR REVIEW] " meator
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Chocimier @ 2021-08-30 18:44 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/32683#issuecomment-908593270

Comment:
You can use message body for things over simple update.

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

* Re: [PR REVIEW] fontmanager: update to 0.8.7 + minor fixes
  2021-08-26 10:11 [PR PATCH] fontmanager: update to 0.8.7 + add library to common/shlibs meator
                   ` (8 preceding siblings ...)
  2021-08-30 18:44 ` Chocimier
@ 2021-08-30 19:07 ` meator
  2021-08-30 19:12 ` meator
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: meator @ 2021-08-30 19:07 UTC (permalink / raw)
  To: ml

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

New review comment by meator on void-packages repository

https://github.com/void-linux/void-packages/pull/32683#discussion_r698735883

Comment:
I do this to make searching for this package simpler. There is a little unfortunate inconsistency between the Voidlinux package name and the actual package name (Voidlinux uses `fontmnager` and practically every other package manager uses the official name `font-manager`). This change change costs basically nothing and it makes font-manager searchable via `xbpq-query -Rs font-manager`. If you do not agree with me, I will remove this.

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

* Re: [PR REVIEW] fontmanager: update to 0.8.7 + minor fixes
  2021-08-26 10:11 [PR PATCH] fontmanager: update to 0.8.7 + add library to common/shlibs meator
                   ` (9 preceding siblings ...)
  2021-08-30 19:07 ` [PR REVIEW] " meator
@ 2021-08-30 19:12 ` meator
  2021-08-30 19:42 ` Chocimier
  2021-08-30 19:42 ` [PR PATCH] [Merged]: " Chocimier
  12 siblings, 0 replies; 14+ messages in thread
From: meator @ 2021-08-30 19:12 UTC (permalink / raw)
  To: ml

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

New review comment by meator on void-packages repository

https://github.com/void-linux/void-packages/pull/32683#discussion_r698735883

Comment:
I do this to make searching for this package simpler. There is a little unfortunate inconsistency between the Voidlinux package name and the actual package name (Voidlinux uses `fontmanager` and practically every other package manager uses the official name `font-manager`). This change change costs basically nothing and it makes font-manager searchable via `xbpq-query -Rs font-manager`. If you do not agree with me, I will remove this.

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

* Re: [PR REVIEW] fontmanager: update to 0.8.7 + minor fixes
  2021-08-26 10:11 [PR PATCH] fontmanager: update to 0.8.7 + add library to common/shlibs meator
                   ` (10 preceding siblings ...)
  2021-08-30 19:12 ` meator
@ 2021-08-30 19:42 ` Chocimier
  2021-08-30 19:42 ` [PR PATCH] [Merged]: " Chocimier
  12 siblings, 0 replies; 14+ messages in thread
From: Chocimier @ 2021-08-30 19:42 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/32683#discussion_r698757771

Comment:
Uh, okay.

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

* Re: [PR PATCH] [Merged]: fontmanager: update to 0.8.7 + minor fixes
  2021-08-26 10:11 [PR PATCH] fontmanager: update to 0.8.7 + add library to common/shlibs meator
                   ` (11 preceding siblings ...)
  2021-08-30 19:42 ` Chocimier
@ 2021-08-30 19:42 ` Chocimier
  12 siblings, 0 replies; 14+ messages in thread
From: Chocimier @ 2021-08-30 19:42 UTC (permalink / raw)
  To: ml

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

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

fontmanager: update to 0.8.7 + minor fixes
https://github.com/void-linux/void-packages/pull/32683

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR


<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 14+ messages in thread

end of thread, other threads:[~2021-08-30 19:42 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-26 10:11 [PR PATCH] fontmanager: update to 0.8.7 + add library to common/shlibs meator
2021-08-27  6:39 ` [PR PATCH] [Updated] [WIP] " meator
2021-08-27  6:56 ` meator
2021-08-29  9:08 ` [PR PATCH] [Updated] fontmanager: update to 0.8.7 + minor fixes meator
2021-08-30 18:13 ` Chocimier
2021-08-30 18:13 ` [PR REVIEW] " Chocimier
2021-08-30 18:13 ` Chocimier
2021-08-30 18:39 ` meator
2021-08-30 18:43 ` [PR PATCH] [Updated] " meator
2021-08-30 18:44 ` Chocimier
2021-08-30 19:07 ` [PR REVIEW] " meator
2021-08-30 19:12 ` meator
2021-08-30 19:42 ` Chocimier
2021-08-30 19:42 ` [PR PATCH] [Merged]: " Chocimier

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