Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] shared-mime-info: update to 1.14.
@ 2019-10-04 13:16 voidlinux-github
  2019-10-04 15:57 ` voidlinux-github
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: voidlinux-github @ 2019-10-04 13:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages shared-mime-info
https://github.com/void-linux/void-packages/pull/15086

shared-mime-info: update to 1.14.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-shared-mime-info-15086.patch --]
[-- Type: text/x-diff, Size: 1629 bytes --]

From fbe8141297bd231348ca9ff334e48f7a3d3a7b82 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 4 Oct 2019 16:15:21 +0300
Subject: [PATCH] shared-mime-info: update to 1.14.

---
 srcpkgs/shared-mime-info/template | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/shared-mime-info/template b/srcpkgs/shared-mime-info/template
index 32cb30ed6b5..b88a5a941ee 100644
--- a/srcpkgs/shared-mime-info/template
+++ b/srcpkgs/shared-mime-info/template
@@ -1,15 +1,21 @@
 # Template file for 'shared-mime-info'
 pkgname=shared-mime-info
-version=1.12
+version=1.14
+_tarver=1-14
 revision=1
+wrksrc=${pkgname}-Release-${_tarver}
 build_style=gnu-configure
 configure_args="--disable-update-mimedb"
-hostmakedepends="pkg-config intltool"
-makedepends="libglib-devel libxml2-devel"
+hostmakedepends="pkg-config intltool autoconf automake itstool"
+makedepends="libglib-devel libxml2-devel gettext-devel"
 short_desc="Core database of common types"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://freedesktop.org/Software/shared-mime-info"
-distfiles="https://gitlab.freedesktop.org/xdg/shared-mime-info/uploads/80c7f1afbcad2769f38aeb9ba6317a51/shared-mime-info-${version}.tar.xz"
-checksum=18b2f0fe07ed0d6f81951a5fd5ece44de9c8aeb4dc5bb20d4f595f6cc6bd403e
+distfiles="https://gitlab.freedesktop.org/xdg/shared-mime-info/-/archive/Release-1-14/shared-mime-info-Release-${_tarver}.tar.bz2"
+checksum=f6dec545944e3334a57cee04fb50da8c9005b9eff81514e8357cb17ed522ac8e
 disable_parallel_build=yes
+
+pre_configure() {
+	./autogen.sh
+}

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

* Re: shared-mime-info: update to 1.14.
  2019-10-04 13:16 [PR PATCH] shared-mime-info: update to 1.14 voidlinux-github
@ 2019-10-04 15:57 ` voidlinux-github
  2019-10-04 16:14 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-10-04 15:57 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/15086#issuecomment-538457579

Comment:
This way autogen.sh will execute configure without our configure_args before the actual configure step of the build process. Usually, running autogen.sh with `NOCONFIGURE=1` set will prevent that. The autogen script also misses autopoint when cross-compiling which is part of gettext-devel so it seems this package is needed in hostmakedepends to cross-build.

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

* Re: [PR PATCH] [Updated] shared-mime-info: update to 1.14.
  2019-10-04 13:16 [PR PATCH] shared-mime-info: update to 1.14 voidlinux-github
  2019-10-04 15:57 ` voidlinux-github
@ 2019-10-04 16:14 ` voidlinux-github
  2019-10-04 16:14 ` voidlinux-github
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-10-04 16:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages shared-mime-info
https://github.com/void-linux/void-packages/pull/15086

shared-mime-info: update to 1.14.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-shared-mime-info-15086.patch --]
[-- Type: text/x-diff, Size: 1598 bytes --]

From ee36b6eb7328a72a2c1b942cf00431bf4c0b079c Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 4 Oct 2019 16:15:21 +0300
Subject: [PATCH] shared-mime-info: update to 1.14.

---
 srcpkgs/shared-mime-info/template | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/shared-mime-info/template b/srcpkgs/shared-mime-info/template
index 32cb30ed6b5..1a5a3900117 100644
--- a/srcpkgs/shared-mime-info/template
+++ b/srcpkgs/shared-mime-info/template
@@ -1,15 +1,21 @@
 # Template file for 'shared-mime-info'
 pkgname=shared-mime-info
-version=1.12
+version=1.14
+_tarver=1-14
 revision=1
+wrksrc=${pkgname}-Release-${_tarver}
 build_style=gnu-configure
 configure_args="--disable-update-mimedb"
-hostmakedepends="pkg-config intltool"
+hostmakedepends="pkg-config intltool autoconf automake itstool gettext-devel"
 makedepends="libglib-devel libxml2-devel"
 short_desc="Core database of common types"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://freedesktop.org/Software/shared-mime-info"
-distfiles="https://gitlab.freedesktop.org/xdg/shared-mime-info/uploads/80c7f1afbcad2769f38aeb9ba6317a51/shared-mime-info-${version}.tar.xz"
-checksum=18b2f0fe07ed0d6f81951a5fd5ece44de9c8aeb4dc5bb20d4f595f6cc6bd403e
+distfiles="https://gitlab.freedesktop.org/xdg/shared-mime-info/-/archive/Release-1-14/shared-mime-info-Release-${_tarver}.tar.bz2"
+checksum=f6dec545944e3334a57cee04fb50da8c9005b9eff81514e8357cb17ed522ac8e
 disable_parallel_build=yes
+
+pre_configure() {
+	NOCONFIGURE=1 ./autogen.sh
+}

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

* Re: [PR PATCH] [Updated] shared-mime-info: update to 1.14.
  2019-10-04 13:16 [PR PATCH] shared-mime-info: update to 1.14 voidlinux-github
  2019-10-04 15:57 ` voidlinux-github
  2019-10-04 16:14 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-04 16:14 ` voidlinux-github
  2019-10-04 16:15 ` voidlinux-github
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-10-04 16:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages shared-mime-info
https://github.com/void-linux/void-packages/pull/15086

shared-mime-info: update to 1.14.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-shared-mime-info-15086.patch --]
[-- Type: text/x-diff, Size: 1598 bytes --]

From ee36b6eb7328a72a2c1b942cf00431bf4c0b079c Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 4 Oct 2019 16:15:21 +0300
Subject: [PATCH] shared-mime-info: update to 1.14.

---
 srcpkgs/shared-mime-info/template | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/shared-mime-info/template b/srcpkgs/shared-mime-info/template
index 32cb30ed6b5..1a5a3900117 100644
--- a/srcpkgs/shared-mime-info/template
+++ b/srcpkgs/shared-mime-info/template
@@ -1,15 +1,21 @@
 # Template file for 'shared-mime-info'
 pkgname=shared-mime-info
-version=1.12
+version=1.14
+_tarver=1-14
 revision=1
+wrksrc=${pkgname}-Release-${_tarver}
 build_style=gnu-configure
 configure_args="--disable-update-mimedb"
-hostmakedepends="pkg-config intltool"
+hostmakedepends="pkg-config intltool autoconf automake itstool gettext-devel"
 makedepends="libglib-devel libxml2-devel"
 short_desc="Core database of common types"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://freedesktop.org/Software/shared-mime-info"
-distfiles="https://gitlab.freedesktop.org/xdg/shared-mime-info/uploads/80c7f1afbcad2769f38aeb9ba6317a51/shared-mime-info-${version}.tar.xz"
-checksum=18b2f0fe07ed0d6f81951a5fd5ece44de9c8aeb4dc5bb20d4f595f6cc6bd403e
+distfiles="https://gitlab.freedesktop.org/xdg/shared-mime-info/-/archive/Release-1-14/shared-mime-info-Release-${_tarver}.tar.bz2"
+checksum=f6dec545944e3334a57cee04fb50da8c9005b9eff81514e8357cb17ed522ac8e
 disable_parallel_build=yes
+
+pre_configure() {
+	NOCONFIGURE=1 ./autogen.sh
+}

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

* Re: shared-mime-info: update to 1.14.
  2019-10-04 13:16 [PR PATCH] shared-mime-info: update to 1.14 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-04 16:14 ` voidlinux-github
@ 2019-10-04 16:15 ` voidlinux-github
  2019-10-04 16:17 ` voidlinux-github
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-10-04 16:15 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/15086#issuecomment-538464366

Comment:
> This way autogen.sh will execute configure without our configure_args before the actual configure step of the build process. Usually, running autogen.sh with `NOCONFIGURE=1` set will prevent that. The autogen script also misses autopoint when cross-compiling which is part of gettext-devel so it seems this package is needed in hostmakedepends to cross-build.

I moved getttext-devel from makedepends to hostmakedepends and added NOCONFIGURE=1. Thank you :)


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

* Re: shared-mime-info: update to 1.14.
  2019-10-04 13:16 [PR PATCH] shared-mime-info: update to 1.14 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-04 16:15 ` voidlinux-github
@ 2019-10-04 16:17 ` voidlinux-github
  2019-10-04 16:35 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-10-04 16:17 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/15086#issuecomment-538465237

Comment:
Actually it might be needed in both. In hostmakedepends to have the binary available on the host and in makedepends to have the headers available to compile. We will see what travis says.

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

* Re: [PR PATCH] [Updated] shared-mime-info: update to 1.14.
  2019-10-04 13:16 [PR PATCH] shared-mime-info: update to 1.14 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-10-04 16:17 ` voidlinux-github
@ 2019-10-04 16:35 ` voidlinux-github
  2019-10-04 16:35 ` voidlinux-github
  2019-10-04 17:59 ` [PR PATCH] [Merged]: " voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-10-04 16:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages shared-mime-info
https://github.com/void-linux/void-packages/pull/15086

shared-mime-info: update to 1.14.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-shared-mime-info-15086.patch --]
[-- Type: text/x-diff, Size: 1598 bytes --]

From 22185b35027e2d5ab1aa71b8e6bde820b598cf16 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 4 Oct 2019 16:15:21 +0300
Subject: [PATCH] shared-mime-info: update to 1.14.

---
 srcpkgs/shared-mime-info/template | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/shared-mime-info/template b/srcpkgs/shared-mime-info/template
index 32cb30ed6b5..c46de16f454 100644
--- a/srcpkgs/shared-mime-info/template
+++ b/srcpkgs/shared-mime-info/template
@@ -1,15 +1,21 @@
 # Template file for 'shared-mime-info'
 pkgname=shared-mime-info
-version=1.12
+version=1.14
 revision=1
+_tarver=1-14
+wrksrc=${pkgname}-Release-${_tarver}
 build_style=gnu-configure
 configure_args="--disable-update-mimedb"
-hostmakedepends="pkg-config intltool"
+hostmakedepends="pkg-config intltool autoconf automake itstool gettext-devel"
 makedepends="libglib-devel libxml2-devel"
 short_desc="Core database of common types"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://freedesktop.org/Software/shared-mime-info"
-distfiles="https://gitlab.freedesktop.org/xdg/shared-mime-info/uploads/80c7f1afbcad2769f38aeb9ba6317a51/shared-mime-info-${version}.tar.xz"
-checksum=18b2f0fe07ed0d6f81951a5fd5ece44de9c8aeb4dc5bb20d4f595f6cc6bd403e
+distfiles="https://gitlab.freedesktop.org/xdg/shared-mime-info/-/archive/Release-1-14/shared-mime-info-Release-${_tarver}.tar.bz2"
+checksum=f6dec545944e3334a57cee04fb50da8c9005b9eff81514e8357cb17ed522ac8e
 disable_parallel_build=yes
+
+pre_configure() {
+	NOCONFIGURE=1 ./autogen.sh
+}

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

* Re: [PR PATCH] [Updated] shared-mime-info: update to 1.14.
  2019-10-04 13:16 [PR PATCH] shared-mime-info: update to 1.14 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-10-04 16:35 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-04 16:35 ` voidlinux-github
  2019-10-04 17:59 ` [PR PATCH] [Merged]: " voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-10-04 16:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages shared-mime-info
https://github.com/void-linux/void-packages/pull/15086

shared-mime-info: update to 1.14.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-shared-mime-info-15086.patch --]
[-- Type: text/x-diff, Size: 1598 bytes --]

From 22185b35027e2d5ab1aa71b8e6bde820b598cf16 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 4 Oct 2019 16:15:21 +0300
Subject: [PATCH] shared-mime-info: update to 1.14.

---
 srcpkgs/shared-mime-info/template | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/shared-mime-info/template b/srcpkgs/shared-mime-info/template
index 32cb30ed6b5..c46de16f454 100644
--- a/srcpkgs/shared-mime-info/template
+++ b/srcpkgs/shared-mime-info/template
@@ -1,15 +1,21 @@
 # Template file for 'shared-mime-info'
 pkgname=shared-mime-info
-version=1.12
+version=1.14
 revision=1
+_tarver=1-14
+wrksrc=${pkgname}-Release-${_tarver}
 build_style=gnu-configure
 configure_args="--disable-update-mimedb"
-hostmakedepends="pkg-config intltool"
+hostmakedepends="pkg-config intltool autoconf automake itstool gettext-devel"
 makedepends="libglib-devel libxml2-devel"
 short_desc="Core database of common types"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://freedesktop.org/Software/shared-mime-info"
-distfiles="https://gitlab.freedesktop.org/xdg/shared-mime-info/uploads/80c7f1afbcad2769f38aeb9ba6317a51/shared-mime-info-${version}.tar.xz"
-checksum=18b2f0fe07ed0d6f81951a5fd5ece44de9c8aeb4dc5bb20d4f595f6cc6bd403e
+distfiles="https://gitlab.freedesktop.org/xdg/shared-mime-info/-/archive/Release-1-14/shared-mime-info-Release-${_tarver}.tar.bz2"
+checksum=f6dec545944e3334a57cee04fb50da8c9005b9eff81514e8357cb17ed522ac8e
 disable_parallel_build=yes
+
+pre_configure() {
+	NOCONFIGURE=1 ./autogen.sh
+}

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

* Re: [PR PATCH] [Merged]: shared-mime-info: update to 1.14.
  2019-10-04 13:16 [PR PATCH] shared-mime-info: update to 1.14 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-10-04 16:35 ` voidlinux-github
@ 2019-10-04 17:59 ` voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-10-04 17:59 UTC (permalink / raw)
  To: ml

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

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

shared-mime-info: update to 1.14.
https://github.com/void-linux/void-packages/pull/15086

Description:


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

end of thread, other threads:[~2019-10-04 17:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-04 13:16 [PR PATCH] shared-mime-info: update to 1.14 voidlinux-github
2019-10-04 15:57 ` voidlinux-github
2019-10-04 16:14 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-04 16:14 ` voidlinux-github
2019-10-04 16:15 ` voidlinux-github
2019-10-04 16:17 ` voidlinux-github
2019-10-04 16:35 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-04 16:35 ` voidlinux-github
2019-10-04 17:59 ` [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).