Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] grilo: update to 0.3.12.
@ 2020-04-07  2:21 mnabid
  2020-04-07  3:52 ` [PR PATCH] [Updated] " mnabid
  2020-04-07 19:28 ` [PR PATCH] [Merged]: gnome-music: update to 3.36.1 Hoshpak
  0 siblings, 2 replies; 3+ messages in thread
From: mnabid @ 2020-04-07  2:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mnabid/void-packages grilo
https://github.com/void-linux/void-packages/pull/20713

grilo: update to 0.3.12.


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

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

From 414d112ddf711560c8c1c9a53738d9fa673d3a27 Mon Sep 17 00:00:00 2001
From: Nafis <mnabid.25@outlook.com>
Date: Tue, 7 Apr 2020 08:05:51 +0600
Subject: [PATCH] grilo: update to 0.3.12.

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

diff --git a/srcpkgs/grilo/template b/srcpkgs/grilo/template
index a33ac24880c..4a6ab4cabe3 100644
--- a/srcpkgs/grilo/template
+++ b/srcpkgs/grilo/template
@@ -1,12 +1,12 @@
 # Template file for 'grilo'
 pkgname=grilo
-version=0.3.9
+version=0.3.12
 revision=1
 build_style=meson
 build_helper="gir"
 configure_args="-Denable-introspection=$(vopt_if gir true false)
  -Denable-vala=$(vopt_if gir true false) -Denable-gtk-doc=false"
-hostmakedepends="pkg-config glib-devel $(vopt_if vala vala)"
+hostmakedepends="gettext pkg-config glib-devel $(vopt_if vala vala)"
 makedepends="gtk+3-devel libxml2-devel libsoup-devel liboauth-devel
  totem-pl-parser-devel"
 short_desc="Framework focused on making media discovery and browsing easy"
@@ -14,7 +14,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="http://live.gnome.org/Grilo"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=730581cc62f2cfaadeac815760b80da8dcf3d08c454adad0d6128c930c5bcaf2
+checksum=dbfbd6082103288592af97568180b9cc81a336a274ed5160412f87675ec11a71
 
 # Package build options
 build_options="gir vala"

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

* Re: [PR PATCH] [Updated] grilo: update to 0.3.12.
  2020-04-07  2:21 [PR PATCH] grilo: update to 0.3.12 mnabid
@ 2020-04-07  3:52 ` mnabid
  2020-04-07 19:28 ` [PR PATCH] [Merged]: gnome-music: update to 3.36.1 Hoshpak
  1 sibling, 0 replies; 3+ messages in thread
From: mnabid @ 2020-04-07  3:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mnabid/void-packages grilo
https://github.com/void-linux/void-packages/pull/20713

grilo: update to 0.3.12.


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

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

From 414d112ddf711560c8c1c9a53738d9fa673d3a27 Mon Sep 17 00:00:00 2001
From: Nafis <mnabid.25@outlook.com>
Date: Tue, 7 Apr 2020 08:05:51 +0600
Subject: [PATCH 1/2] grilo: update to 0.3.12.

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

diff --git a/srcpkgs/grilo/template b/srcpkgs/grilo/template
index a33ac24880c..4a6ab4cabe3 100644
--- a/srcpkgs/grilo/template
+++ b/srcpkgs/grilo/template
@@ -1,12 +1,12 @@
 # Template file for 'grilo'
 pkgname=grilo
-version=0.3.9
+version=0.3.12
 revision=1
 build_style=meson
 build_helper="gir"
 configure_args="-Denable-introspection=$(vopt_if gir true false)
  -Denable-vala=$(vopt_if gir true false) -Denable-gtk-doc=false"
-hostmakedepends="pkg-config glib-devel $(vopt_if vala vala)"
+hostmakedepends="gettext pkg-config glib-devel $(vopt_if vala vala)"
 makedepends="gtk+3-devel libxml2-devel libsoup-devel liboauth-devel
  totem-pl-parser-devel"
 short_desc="Framework focused on making media discovery and browsing easy"
@@ -14,7 +14,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="http://live.gnome.org/Grilo"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=730581cc62f2cfaadeac815760b80da8dcf3d08c454adad0d6128c930c5bcaf2
+checksum=dbfbd6082103288592af97568180b9cc81a336a274ed5160412f87675ec11a71
 
 # Package build options
 build_options="gir vala"

From 7d979739308128987ea9cdbd5563da93ce2ef20b Mon Sep 17 00:00:00 2001
From: Nafis <mnabid.25@outlook.com>
Date: Tue, 7 Apr 2020 09:51:09 +0600
Subject: [PATCH 2/2] gnome-music: update to 3.36.1.

---
 srcpkgs/gnome-music/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/gnome-music/template b/srcpkgs/gnome-music/template
index e2fbbcbdeca..12511736407 100644
--- a/srcpkgs/gnome-music/template
+++ b/srcpkgs/gnome-music/template
@@ -1,11 +1,10 @@
 # Template file for 'gnome-music'
 pkgname=gnome-music
-version=3.32.2
-revision=2
+version=3.36.1
+revision=1
 build_helper="gir"
 build_style=meson
-pycompile_module="gnomemusic"
-hostmakedepends="glib-devel itstool pkg-config"
+hostmakedepends="gettext glib-devel itstool pkg-config"
 makedepends="gnome-desktop-devel grilo-devel libmediaart-devel
  python3-gobject-devel python3-dbus tracker-devel gnome-online-accounts-devel
  libdazzle-devel grilo-plugins python3-cairo-devel"
@@ -16,5 +15,5 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Music"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=131a4b09983f7ee7f6ad6277bc2d5cf1b4a56484faf6357850357a355aa0c732
+checksum=7b80f630d158334935a8760296550cc91b50d604fa68b402fe5165b1531ec332
 lib32disabled=yes

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

* Re: [PR PATCH] [Merged]: gnome-music: update to 3.36.1.
  2020-04-07  2:21 [PR PATCH] grilo: update to 0.3.12 mnabid
  2020-04-07  3:52 ` [PR PATCH] [Updated] " mnabid
@ 2020-04-07 19:28 ` Hoshpak
  1 sibling, 0 replies; 3+ messages in thread
From: Hoshpak @ 2020-04-07 19:28 UTC (permalink / raw)
  To: ml

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

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

gnome-music: update to 3.36.1.
https://github.com/void-linux/void-packages/pull/20713

Description:
`gnome-music` needs `grilo >= 0.3.12` , so pushed them both.

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

end of thread, other threads:[~2020-04-07 19:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-07  2:21 [PR PATCH] grilo: update to 0.3.12 mnabid
2020-04-07  3:52 ` [PR PATCH] [Updated] " mnabid
2020-04-07 19:28 ` [PR PATCH] [Merged]: gnome-music: update to 3.36.1 Hoshpak

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