Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sysprof (and dep): update to 3.34.1.
@ 2019-10-15 22:02 voidlinux-github
  2019-10-16 16:57 ` [PR PATCH] [Closed]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-10-15 22:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages sysprof
https://github.com/void-linux/void-packages/pull/15506

sysprof (and dep): update to 3.34.1.


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

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

From a6d232724b613644eedd8c5bd281a45a764ec93a Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Tue, 15 Oct 2019 17:33:28 -0400
Subject: [PATCH 1/2] libdazzle: update 3.34.1.

---
 srcpkgs/libdazzle/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libdazzle/template b/srcpkgs/libdazzle/template
index 3ce55a10ff5..f37477c8958 100644
--- a/srcpkgs/libdazzle/template
+++ b/srcpkgs/libdazzle/template
@@ -1,6 +1,6 @@
 # Template file for 'libdazzle'
 pkgname=libdazzle
-version=3.32.3
+version=3.34.1
 revision=1
 build_style=meson
 build_helper="gir"
@@ -14,7 +14,7 @@ license="GPL-3.0-or-later"
 homepage="https://gitlab.gnome.org/GNOME/libdazzle"
 changelog="https://raw.githubusercontent.com/GNOME/libdazzle/libdazzle-3-32/NEWS"
 distfiles="${GNOME_SITE}/libdazzle/${version%.*}/libdazzle-${version}.tar.xz"
-checksum=6c8d9b1514b5f6422107596f4145b89b8f2a99abef6383e086dfcd28c28667e8
+checksum=3d981cbb9d9bb87bfaff7bfd44d9847223b3ef81e69225e4d1f6ac725a669505
 
 build_options="gir vala"
 build_options_default="gir vala"
@@ -34,4 +34,3 @@ libdazzle-devel_package() {
 		fi
 	}
 }
-

From c76c581e98e67257bfec0c7483217e9b8c1f9f62 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Tue, 15 Oct 2019 17:27:59 -0400
Subject: [PATCH 2/2] sysprof: update to 3.34.1.

---
 common/shlibs            | 4 ++--
 srcpkgs/sysprof/template | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index d86c0dc96db..591b9e17a35 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2931,8 +2931,8 @@ libixml.so.10 libupnp1.8-1.8.2_1
 libupnp.so.13 libupnp1.8-1.8.4_1
 libevent_extra-2.1.so.6 libevent-2.1.8_3
 libevent_openssl-2.1.so.6 libevent-2.1.8_3
-libsysprof-2.so sysprof-3.24.1_1
-libsysprof-ui-2.so sysprof-3.24.1_1
+libsysprof-3.so sysprof-3.34.0_1
+libsysprof-ui-3.so sysprof-3.34.0_1
 libmozjs-52.so mozjs52-52.3.0_1
 libmozjs-52.so.0 mozjs52-52.3.0_1
 libvala-0.46.so.0 libvala-0.46.0_1
diff --git a/srcpkgs/sysprof/template b/srcpkgs/sysprof/template
index 1e279c22d54..8703271a34d 100644
--- a/srcpkgs/sysprof/template
+++ b/srcpkgs/sysprof/template
@@ -1,17 +1,17 @@
 # Template file for 'sysprof'
 pkgname=sysprof
-version=3.32.0
-revision=2
+version=3.34.1
+revision=1
 build_style=meson
 configure_args="-Denable_gtk=true -Dsystemdunitdir=deleteme"
 hostmakedepends="pkg-config itstool glib-devel"
-makedepends="gtk+3-devel polkit-devel glib-devel elogind-devel"
+makedepends="gtk+3-devel libdazzle-devel polkit-devel glib-devel elogind-devel"
 short_desc="System-wide profiler for Linux"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, GPL-3.0-or-later"
 homepage="http://sysprof.com/"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=fc22a69e468701c5ec9036e960c6273afa1ed6a89df1f889fed49417add5554d
+checksum=844bbb8d8b65071b3bca96f8e921319ceef81f2d2c51fcc9da63a4b355c893d0
 
 # for ITS rules
 if [ "$CROSS_BUILD" ]; then

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

* Re: [PR PATCH] [Closed]: sysprof (and dep): update to 3.34.1.
  2019-10-15 22:02 [PR PATCH] sysprof (and dep): update to 3.34.1 voidlinux-github
@ 2019-10-16 16:57 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-10-16 16:57 UTC (permalink / raw)
  To: ml

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

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

sysprof (and dep): update to 3.34.1.
https://github.com/void-linux/void-packages/pull/15506

Description:


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

end of thread, other threads:[~2019-10-16 16:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-15 22:02 [PR PATCH] sysprof (and dep): update to 3.34.1 voidlinux-github
2019-10-16 16:57 ` [PR PATCH] [Closed]: " 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).