Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] systemsettings: dependencies fixed
Date: Thu, 19 Sep 2019 16:42:31 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14593@inbox.vuxu.org> (raw)

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

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

https://github.com/k4leg/void-packages patch-1
https://github.com/void-linux/void-packages/pull/14593

systemsettings: dependencies fixed
Added dependency: gsettings-desktop-schemas.
Fixed license from GFDL-1.2 to GFDL-1.2-only.
If this dependency is missing (gsettings-desktop-schemas), the package crashes.
Departure Log: http://dpaste.com/1495W9R.
How to reproduce the problem:
We launch the package (systemsettings5), go to the section "Application Design" -> "Style of GNOME/GTK+ Programs" and try to change the GTK3 theme, a set of mouse cursors and "prefer a dark theme".
And this log shows the log of the package itself (systemsettings5) with this dependency: http://dpaste.com/3N42GFJ.

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

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

From 807947c5f6feb6e6698868e09d19020f69711753 Mon Sep 17 00:00:00 2001
From: k4leg <39882583+k4leg@users.noreply.github.com>
Date: Thu, 19 Sep 2019 17:41:59 +0300
Subject: [PATCH] systemsettings: dependencies fixed

Added dependency: gsettings-desktop-schemas.
Fixed license from GFDL-1.2 to GFDL-1.2-only.
If this dependency is missing (gsettings-desktop-schemas), the package crashes.
Departure Log: http://dpaste.com/1495W9R.
How to reproduce the problem:
We launch the package (systemsettings5), go to the section "Application Design" -> "Style of GNOME/GTK+ Programs" and try to change the GTK3 theme, a set of mouse cursors and "prefer a dark theme".
And this log shows the log of the package itself (systemsettings5) with this dependency: http://dpaste.com/3N42GFJ.
---
 srcpkgs/systemsettings/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/systemsettings/template b/srcpkgs/systemsettings/template
index 814a88d9e2b..99747f09511 100644
--- a/srcpkgs/systemsettings/template
+++ b/srcpkgs/systemsettings/template
@@ -1,16 +1,16 @@
 # Template file for 'systemsettings'
 pkgname=systemsettings
 version=5.16.5
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
 hostmakedepends="extra-cmake-modules"
 makedepends="kcmutils-devel kdoctools khtml-devel kactivities5-stats-devel
  kirigami2-devel plasma-workspace-devel"
-depends="kirigami2 setxkbmap xrdb"
+depends="kirigami2 setxkbmap xrdb gsettings-desktop-schemas"
 short_desc="KDE System settings"
-maintainer="John <johnz@posteo.net>"
-license="GPL-2.0-or-later, GFDL-1.2"
+maintainer="k4leg <d0xi@inbox.ru>"
+license="GPL-2.0-or-later, GFDL-1.2-only"
 homepage="https://projects.kde.org/projects/plasma/systemsettings"
 distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
 checksum=57944cf3f566cf5e25d5859f5716b2ad5dbd87de259f8d77efdfdd50a16fe1ec

             reply	other threads:[~2019-09-19 14:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-19 14:42 voidlinux-github [this message]
2019-09-19 20:46 ` voidlinux-github
2019-09-19 20:52 ` voidlinux-github
2019-09-20 14:16 ` voidlinux-github
2019-09-24 15:30 ` [PR PATCH] [Closed]: " voidlinux-github
2019-09-24 15:31 ` voidlinux-github
2019-09-24 15:32 ` voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14593@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).