Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] encodings: update to 1.0.5.
@ 2019-10-05 13:25 voidlinux-github
  2019-10-05 13:51 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-05 13:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages encodings
https://github.com/void-linux/void-packages/pull/15119

encodings: update to 1.0.5.


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

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

From 8245883c2ee99682523ff5757b0db64948107479 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 5 Oct 2019 16:05:12 +0300
Subject: [PATCH] encodings: update to 1.0.5.

---
 srcpkgs/encodings/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/encodings/template b/srcpkgs/encodings/template
index fab5215d3df..6a1aa088194 100644
--- a/srcpkgs/encodings/template
+++ b/srcpkgs/encodings/template
@@ -1,17 +1,17 @@
-# Template build file for 'encodings'.
+# Template file for 'encodings'
 pkgname=encodings
-version=1.0.4
-revision=6
+version=1.0.5
+revision=1
 archs=noarch
 build_style=gnu-configure
 hostmakedepends="pkg-config font-util"
 depends="font-util"
 short_desc="X11 Font Index Generator"
-homepage="http://xorg.freedesktop.org"
-license="Public domain"
 maintainer="Orphaned <orphan@voidlinux.org>"
+license="Public domain"
+homepage="http://xorg.freedesktop.org"
 distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
-checksum=ced6312988a45d23812c2ac708b4595f63fd7a49c4dcd9f66bdcd50d1057d539
+checksum=bd96e16143a044b19e87f217cf6a3763a70c561d1076aad6f6d862ec41774a31
 
 pre_build() {
 	sed -e 's|^\(encodings_DATA = $(DATA_FILES)\).*|\1|' -i Makefile
@@ -19,4 +19,5 @@ pre_build() {
 post_install() {
 	# encodings.dir are generated at pkg post-install time.
 	find ${DESTDIR} -name encodings.dir -delete
+	vlicense COPYING
 }

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

* Re: [PR PATCH] [Updated] encodings: update to 1.0.5.
  2019-10-05 13:25 [PR PATCH] encodings: update to 1.0.5 voidlinux-github
  2019-10-05 13:51 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-05 13:51 ` voidlinux-github
  2019-10-07  7:44 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-05 13:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages encodings
https://github.com/void-linux/void-packages/pull/15119

encodings: update to 1.0.5.


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

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

From 74d6aa8cbb3849307c1d56de8aa7297c4de50ccc Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 5 Oct 2019 16:05:12 +0300
Subject: [PATCH] encodings: update to 1.0.5.

---
 srcpkgs/encodings/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/encodings/template b/srcpkgs/encodings/template
index fab5215d3df..eb2ef08e8e6 100644
--- a/srcpkgs/encodings/template
+++ b/srcpkgs/encodings/template
@@ -1,17 +1,17 @@
-# Template build file for 'encodings'.
+# Template file for 'encodings'
 pkgname=encodings
-version=1.0.4
-revision=6
+version=1.0.5
+revision=1
 archs=noarch
 build_style=gnu-configure
 hostmakedepends="pkg-config font-util"
 depends="font-util"
 short_desc="X11 Font Index Generator"
-homepage="http://xorg.freedesktop.org"
-license="Public domain"
 maintainer="Orphaned <orphan@voidlinux.org>"
+license="custom:Public domain"
+homepage="http://xorg.freedesktop.org"
 distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
-checksum=ced6312988a45d23812c2ac708b4595f63fd7a49c4dcd9f66bdcd50d1057d539
+checksum=bd96e16143a044b19e87f217cf6a3763a70c561d1076aad6f6d862ec41774a31
 
 pre_build() {
 	sed -e 's|^\(encodings_DATA = $(DATA_FILES)\).*|\1|' -i Makefile
@@ -19,4 +19,5 @@ pre_build() {
 post_install() {
 	# encodings.dir are generated at pkg post-install time.
 	find ${DESTDIR} -name encodings.dir -delete
+	vlicense COPYING
 }

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

* Re: [PR PATCH] [Updated] encodings: update to 1.0.5.
  2019-10-05 13:25 [PR PATCH] encodings: update to 1.0.5 voidlinux-github
@ 2019-10-05 13:51 ` voidlinux-github
  2019-10-05 13:51 ` voidlinux-github
  2019-10-07  7:44 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-05 13:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages encodings
https://github.com/void-linux/void-packages/pull/15119

encodings: update to 1.0.5.


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

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

From 74d6aa8cbb3849307c1d56de8aa7297c4de50ccc Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 5 Oct 2019 16:05:12 +0300
Subject: [PATCH] encodings: update to 1.0.5.

---
 srcpkgs/encodings/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/encodings/template b/srcpkgs/encodings/template
index fab5215d3df..eb2ef08e8e6 100644
--- a/srcpkgs/encodings/template
+++ b/srcpkgs/encodings/template
@@ -1,17 +1,17 @@
-# Template build file for 'encodings'.
+# Template file for 'encodings'
 pkgname=encodings
-version=1.0.4
-revision=6
+version=1.0.5
+revision=1
 archs=noarch
 build_style=gnu-configure
 hostmakedepends="pkg-config font-util"
 depends="font-util"
 short_desc="X11 Font Index Generator"
-homepage="http://xorg.freedesktop.org"
-license="Public domain"
 maintainer="Orphaned <orphan@voidlinux.org>"
+license="custom:Public domain"
+homepage="http://xorg.freedesktop.org"
 distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
-checksum=ced6312988a45d23812c2ac708b4595f63fd7a49c4dcd9f66bdcd50d1057d539
+checksum=bd96e16143a044b19e87f217cf6a3763a70c561d1076aad6f6d862ec41774a31
 
 pre_build() {
 	sed -e 's|^\(encodings_DATA = $(DATA_FILES)\).*|\1|' -i Makefile
@@ -19,4 +19,5 @@ pre_build() {
 post_install() {
 	# encodings.dir are generated at pkg post-install time.
 	find ${DESTDIR} -name encodings.dir -delete
+	vlicense COPYING
 }

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

* Re: [PR PATCH] [Merged]: encodings: update to 1.0.5.
  2019-10-05 13:25 [PR PATCH] encodings: update to 1.0.5 voidlinux-github
  2019-10-05 13:51 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-05 13:51 ` voidlinux-github
@ 2019-10-07  7:44 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-07  7:44 UTC (permalink / raw)
  To: ml

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

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

encodings: update to 1.0.5.
https://github.com/void-linux/void-packages/pull/15119

Description:


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

end of thread, other threads:[~2019-10-07  7:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-05 13:25 [PR PATCH] encodings: update to 1.0.5 voidlinux-github
2019-10-05 13:51 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-05 13:51 ` voidlinux-github
2019-10-07  7:44 ` [PR PATCH] [Merged]: " voidlinux-github

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