Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10774219
D8914.id21458.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
D8914.id21458.diff
View Options
diff --git a/files/Use-system-theme.patch b/files/Use-system-theme.patch
new file mode 100644
--- /dev/null
+++ b/files/Use-system-theme.patch
@@ -0,0 +1,28 @@
+From 11f2fa1fbefeb7ea750758dd191ccc5f62ac04b6 Mon Sep 17 00:00:00 2001
+From: Fabio Forni <livingsilver94.solus@redaril.me>
+Date: Wed, 20 May 2020 22:30:27 +0200
+Subject: [PATCH] Use system theme
+
+---
+ picard/tagger.py | 5 -----
+ 1 file changed, 5 deletions(-)
+
+diff --git a/picard/tagger.py b/picard/tagger.py
+index 0d28264..b6b045e 100644
+--- a/picard/tagger.py
++++ b/picard/tagger.py
+@@ -161,11 +161,6 @@ class Tagger(QtWidgets.QApplication):
+
+ def __init__(self, picard_args, unparsed_args, localedir, autoupdate):
+
+- # Use the new fusion style from PyQt5 for a modern and consistent look
+- # across all OSes.
+- if not IS_MACOS and not IS_HAIKU:
+- self.setStyle('Fusion')
+-
+ super().__init__(sys.argv)
+ self.__class__.__instance = self
+ config._setup(self, picard_args.config_file)
+--
+2.26.2
+
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : picard
-version : 2.3.1
-release : 15
+version : 2.3.2
+release : 16
source :
- - https://github.com/metabrainz/picard/archive/release-2.3.1.tar.gz : 7466678a82f29d1376ab07370750d096fcc1305b8d8fe52f7729e3f7841b8e33
+ - https://github.com/metabrainz/picard/archive/release-2.3.2.tar.gz : a91d9f11f2e5a6a0c579e0749e3a3919694ddeef0f251c1dded32e9331b1b0b7
license : GPL-2.0-or-later
component : multimedia.audio
summary : Cross-platform music tagger written in Python
@@ -19,6 +19,8 @@
- mutagen
- python3-qt5
- python-discid
+setup : |
+ %patch -p1 < $pkgfiles/Use-system-theme.patch
install : |
%python3_install --disable-autoupdate
check : |
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.3.1-py3.7.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/picard-2.3.1-py3.7.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/picard-2.3.1-py3.7.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/picard-2.3.1-py3.7.egg-info/requires.txt</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/picard-2.3.1-py3.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/picard-2.3.2-py3.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/picard-2.3.2-py3.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/picard-2.3.2-py3.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/picard-2.3.2-py3.7.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/picard-2.3.2-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>
@@ -520,12 +520,12 @@
</Files>
</Package>
<History>
- <Update release="15">
- <Date>2020-02-28</Date>
- <Version>2.3.1</Version>
+ <Update release="16">
+ <Date>2020-05-20</Date>
+ <Version>2.3.2</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
May 23 2023, 4:15 AM (11 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5810300
Default Alt Text
D8914.id21458.diff (4 KB)
Attached To
Mode
D8914: Update picard to 2.3.2
Attached
Detach File
Event Timeline
Log In to Comment