Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11052621
D9880.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
6 KB
Referenced Files
None
Subscribers
None
D9880.diff
View Options
diff --git a/files/Use-system-theme.patch b/files/Use-system-theme.patch
--- a/files/Use-system-theme.patch
+++ b/files/Use-system-theme.patch
@@ -1,28 +1,25 @@
-From 616cceb8b2502aeb6d9e79e725b8261dd4e95967 Mon Sep 17 00:00:00 2001
+From 0721ec78603080a3aa5a45642d70af9329f7f05f Mon Sep 17 00:00:00 2001
From: Fabio Forni <livingsilver94.solus@redaril.me>
-Date: Tue, 11 Aug 2020 18:36:36 +0200
+Date: Sat, 24 Oct 2020 13:39:54 +0200
Subject: [PATCH] Use system theme
---
- picard/ui/theme.py | 5 -----
- 1 file changed, 5 deletions(-)
+ picard/ui/options/interface.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
-diff --git a/picard/ui/theme.py b/picard/ui/theme.py
-index 00d2efb..0890e9f 100644
---- a/picard/ui/theme.py
-+++ b/picard/ui/theme.py
-@@ -53,11 +53,6 @@ dark_syntax_theme = SyntaxTheme(
-
- class BaseTheme:
- def setup(self, app):
-- # Use the new fusion style from PyQt5 for a modern and consistent look
-- # across all OSes.
-- if not IS_MACOS and not IS_HAIKU:
-- app.setStyle('Fusion')
--
- app.setStyleSheet(
- 'QGroupBox::title { /* PICARD-1206, Qt bug workaround */ }'
- )
+diff --git a/picard/ui/options/interface.py b/picard/ui/options/interface.py
+index d9401d0..8b2437c 100644
+--- a/picard/ui/options/interface.py
++++ b/picard/ui/options/interface.py
+@@ -135,7 +135,7 @@ class InterfaceOptionsPage(OptionsPage):
+ config.BoolOption("setting", "use_adv_search_syntax", False),
+ config.BoolOption("setting", "quit_confirmation", True),
+ config.TextOption("setting", "ui_language", ""),
+- config.BoolOption("setting", "use_system_theme", False),
++ config.BoolOption("setting", "use_system_theme", True),
+ config.BoolOption("setting", "starting_directory", False),
+ config.TextOption("setting", "starting_directory_path", _default_starting_dir),
+ config.TextOption("setting", "load_image_behavior", "append"),
--
-2.27.0
+2.29.0
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : picard
-version : 2.4.4
-release : 18
+version : '2.5'
+release : 19
source :
- - https://github.com/metabrainz/picard/archive/release-2.4.4.tar.gz : 3e6a1abb886c859a20c164bec76e65a90b6b8d5a0c303a39d1432a39483cb4b0
+ - https://github.com/metabrainz/picard/archive/release-2.5.tar.gz : f9df2882c1fcb46d69c89c87485c77bcff7d9c738b004694fa0fb31280677963
license : GPL-2.0-or-later
component : multimedia.audio
summary : Cross-platform music tagger written in Python
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -24,11 +24,11 @@
<PartOf>multimedia.audio</PartOf>
<Files>
<Path fileType="executable">/usr/bin/picard</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/picard-2.4.4-py3.7.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/picard-2.4.4-py3.7.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/picard-2.4.4-py3.7.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/picard-2.4.4-py3.7.egg-info/requires.txt</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/picard-2.4.4-py3.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/picard-2.5-py3.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/picard-2.5-py3.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/picard-2.5-py3.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/picard-2.5-py3.7.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/picard-2.5-py3.7.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/picard/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/picard/__pycache__/__init__.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/picard/__pycache__/album.cpython-37.pyc</Path>
@@ -92,12 +92,12 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/picard/coverart/providers/__pycache__/caa_release_group.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/picard/coverart/providers/__pycache__/local.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/picard/coverart/providers/__pycache__/provider.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/picard/coverart/providers/__pycache__/whitelist.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/picard/coverart/providers/__pycache__/urlrels.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/picard/coverart/providers/caa.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/picard/coverart/providers/caa_release_group.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/picard/coverart/providers/local.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/picard/coverart/providers/provider.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/picard/coverart/providers/whitelist.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/picard/coverart/providers/urlrels.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/picard/coverart/utils.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/picard/dataobj.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/picard/disc.py</Path>
@@ -552,12 +552,12 @@
</Files>
</Package>
<History>
- <Update release="18">
- <Date>2020-09-04</Date>
- <Version>2.4.4</Version>
+ <Update release="19">
+ <Date>2020-10-24</Date>
+ <Version>2.5</Version>
<Comment>Packaging update</Comment>
<Name>Fabio Forni</Name>
<Email>livingsilver94.solus@redaril.me</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 11, 9:39 PM (3 h, 39 s ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5814067
Default Alt Text
D9880.diff (6 KB)
Attached To
Mode
D9880: Update picard to 2.5
Attached
Detach File
Event Timeline
Log In to Comment