Page MenuHomeSolus

D4244.diff
No OneTemporary

D4244.diff

diff --git a/files/0001-Fix-zsh-completion-path.patch b/files/0001-Fix-zsh-completion-path.patch
new file mode 100644
--- /dev/null
+++ b/files/0001-Fix-zsh-completion-path.patch
@@ -0,0 +1,26 @@
+From 7d40b82a63c600a8e56a65be8d70b8e889ac174d Mon Sep 17 00:00:00 2001
+From: Pierre-Yves <pyu@riseup.net>
+Date: Fri, 2 Nov 2018 21:51:31 +0100
+Subject: [PATCH] Fix zsh completion path
+
+Signed-off-by: Pierre-Yves <pyu@riseup.net>
+---
+ gdist/zsh_completions.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/gdist/zsh_completions.py b/gdist/zsh_completions.py
+index fd959db..45b5782 100644
+--- a/gdist/zsh_completions.py
++++ b/gdist/zsh_completions.py
+@@ -45,7 +45,7 @@ class install_zsh_completions(Command):
+
+ def run(self):
+ basepath = os.path.join(
+- self.install_dir, 'share', 'zsh', 'vendor-completions')
++ self.install_dir, 'share', 'zsh', 'site-functions')
+ out = self.mkpath(basepath)
+ self.outfiles.extend(out or [])
+ for src, dest in self.zsh_completions:
+--
+2.19.1
+
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,9 +1,9 @@
name : quodlibet
-version : 4.0.2
-release : 13
+version : 4.2.0
+release : 14
source :
- - https://github.com/quodlibet/quodlibet/releases/download/release-4.0.2/quodlibet-4.0.2.tar.gz : df156eaee6779a98f543c450f7bf44fae55dbcee6ddd0310f504d971074a5a1c
-license : GPL-2.0
+ - https://github.com/quodlibet/quodlibet/releases/download/release-4.2.0/quodlibet-4.2.0.tar.gz : c68d5c8aa7ffae514f878a1b52a769558974ae3cfc53c2c892efdf98528ac470
+license : GPL-2.0-or-later
component : multimedia.audio
summary : A music library, tagger and player
description: |
@@ -12,19 +12,20 @@
audio feeds. It has extremely flexible metadata tag editing and searching
capabilities.
Ex Falso is a tag editor with the same tag editing interface as Quod Libet.
-builddeps :
- - intltool
rundeps :
+ - gstreamer-1.0-plugins-good
- keybinder
- libwebkit-gtk
- mutagen
- - python-feedparser
- - python-inotify
- - python-musicbrainzngs
- python3-cairo
- python3-dbus
- python3-gobject
+ - python-feedparser
+ - python-inotify
+ - python-musicbrainzngs
- rygel
+setup : |
+ %patch -p1 < $pkgfiles/0001-Fix-zsh-completion-path.patch
build : |
%python3_setup
install : |
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,10 +2,10 @@
<Source>
<Name>quodlibet</Name>
<Packager>
- <Name>Ikey Doherty</Name>
- <Email>ikey@solus-project.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
- <License>GPL-2.0</License>
+ <License>GPL-2.0-or-later</License>
<PartOf>multimedia.audio</PartOf>
<Summary xml:lang="en">A music library, tagger and player</Summary>
<Description xml:lang="en">Quod Libet is a music management program. It provides several different
@@ -27,8 +27,10 @@
</Description>
<PartOf>multimedia.audio</PartOf>
<Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet-4.0.2-py3.6.egg-info</Path>
+ <Path fileType="executable">/usr/bin/exfalso</Path>
+ <Path fileType="executable">/usr/bin/operon</Path>
+ <Path fileType="executable">/usr/bin/quodlibet</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet-4.2.0-py3.6.egg-info</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/__pycache__/__init__.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/__pycache__/_import.cpython-36.pyc</Path>
@@ -37,7 +39,6 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/__pycache__/build.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/__pycache__/cli.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/__pycache__/commands.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/__pycache__/compat.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/__pycache__/config.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/__pycache__/const.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/__pycache__/exfalso.cpython-36.pyc</Path>
@@ -118,7 +119,6 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/build.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/cli.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/commands.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/compat.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/config.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/const.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/errorreport/__init__.py</Path>
@@ -169,6 +169,7 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/events/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/events/__pycache__/__init__.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/events/__pycache__/advanced_preferences.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/events/__pycache__/appinfo.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/events/__pycache__/auto_library_update.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/events/__pycache__/automask.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/events/__pycache__/autorating.cpython-36.pyc</Path>
@@ -212,6 +213,7 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/events/animosd/main.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/events/animosd/osdwindow.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/events/animosd/prefs.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/events/appinfo.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/events/auto_library_update.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/events/automask.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/events/autorating.py</Path>
@@ -302,20 +304,24 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/playorder/__pycache__/playcounteq.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/playorder/__pycache__/queue.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/playorder/__pycache__/reverse.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/playorder/__pycache__/shufflebygrouping.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/playorder/__pycache__/skip_songs.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/playorder/__pycache__/track_repeat.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/playorder/follow.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/playorder/playcounteq.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/playorder/queue.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/playorder/reverse.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/playorder/shufflebygrouping.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/playorder/skip_songs.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/playorder/track_repeat.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/query/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/query/__pycache__/__init__.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/query/__pycache__/conditional.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/query/__pycache__/missing.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/query/__pycache__/pythonexpression.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/query/__pycache__/savedsearch.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/query/conditional.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/query/missing.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/query/pythonexpression.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/query/savedsearch.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/songsmenu/__init__.py</Path>
@@ -323,8 +329,8 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/songsmenu/__pycache__/albumart.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/songsmenu/__pycache__/ape2id3.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/songsmenu/__pycache__/bookmarks.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/songsmenu/__pycache__/browsefolders.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/songsmenu/__pycache__/console.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/songsmenu/__pycache__/cover_download.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/songsmenu/__pycache__/custom_commands.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/songsmenu/__pycache__/duplicates.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/songsmenu/__pycache__/editplaycount.cpython-36.pyc</Path>
@@ -334,7 +340,6 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/songsmenu/__pycache__/filterbrowser.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/songsmenu/__pycache__/forcewrite.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/songsmenu/__pycache__/html.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/songsmenu/__pycache__/id3tlen.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/songsmenu/__pycache__/ifp.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/songsmenu/__pycache__/importexport.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/songsmenu/__pycache__/k3b.cpython-36.pyc</Path>
@@ -361,8 +366,8 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/songsmenu/brainz/query.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/songsmenu/brainz/util.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/songsmenu/brainz/widgets.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/songsmenu/browsefolders.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/songsmenu/console.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/songsmenu/cover_download.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/songsmenu/custom_commands.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/songsmenu/duplicates.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/songsmenu/editplaycount.py</Path>
@@ -384,7 +389,6 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/songsmenu/fingerprint/util.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/songsmenu/forcewrite.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/songsmenu/html.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/songsmenu/id3tlen.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/songsmenu/ifp.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/songsmenu/importexport.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/ext/songsmenu/k3b.py</Path>
@@ -446,25 +450,31 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/formats/wavpack.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/formats/wma.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/formats/xiph.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/images/hicolor/128x128/apps/exfalso.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/images/hicolor/128x128/apps/io.github.quodlibet.QuodLibet.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/images/hicolor/128x128/status/quodlibet-missing-cover.png</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/images/hicolor/16x16/apps/exfalso.png</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/images/hicolor/16x16/apps/quodlibet.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/images/hicolor/16x16/apps/io.github.quodlibet.QuodLibet.png</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/images/hicolor/16x16/status/quodlibet-missing-cover.png</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/images/hicolor/24x24/apps/exfalso.png</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/images/hicolor/24x24/apps/quodlibet.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/images/hicolor/24x24/apps/io.github.quodlibet.QuodLibet.png</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/images/hicolor/24x24/status/quodlibet-missing-cover.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/images/hicolor/256x256/apps/exfalso.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/images/hicolor/256x256/apps/io.github.quodlibet.QuodLibet.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/images/hicolor/256x256/status/quodlibet-missing-cover.png</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/images/hicolor/32x32/apps/exfalso.png</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/images/hicolor/32x32/apps/quodlibet.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/images/hicolor/32x32/apps/io.github.quodlibet.QuodLibet.png</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/images/hicolor/32x32/status/quodlibet-missing-cover.png</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/images/hicolor/48x48/apps/exfalso.png</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/images/hicolor/48x48/apps/quodlibet.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/images/hicolor/48x48/apps/io.github.quodlibet.QuodLibet.png</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/images/hicolor/48x48/status/quodlibet-missing-cover.png</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/images/hicolor/64x64/apps/exfalso.png</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/images/hicolor/64x64/apps/quodlibet.png</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/images/hicolor/64x64/apps/io.github.quodlibet.QuodLibet.png</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/images/hicolor/64x64/status/quodlibet-missing-cover.png</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/images/hicolor/scalable/apps/exfalso-symbolic.svg</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/images/hicolor/scalable/apps/exfalso.svg</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/images/hicolor/scalable/apps/quodlibet-symbolic.svg</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/images/hicolor/scalable/apps/quodlibet.svg</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/images/hicolor/scalable/apps/io.github.quodlibet.QuodLibet-symbolic.svg</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/images/hicolor/scalable/apps/io.github.quodlibet.QuodLibet.svg</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/images/hicolor/scalable/status/quodlibet-missing-cover.svg</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/library/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/library/__pycache__/__init__.cpython-36.pyc</Path>
@@ -704,8 +714,8 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/qltk/__pycache__/scanbox.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/qltk/__pycache__/searchbar.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/qltk/__pycache__/seekbutton.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/qltk/__pycache__/session.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/qltk/__pycache__/shortcuts.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/qltk/__pycache__/showfiles.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/qltk/__pycache__/songlist.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/qltk/__pycache__/songlistcolumns.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/qltk/__pycache__/songmodel.cpython-36.pyc</Path>
@@ -762,8 +772,8 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/qltk/scanbox.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/qltk/searchbar.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/qltk/seekbutton.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/qltk/session.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/qltk/shortcuts.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/qltk/showfiles.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/qltk/songlist.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/qltk/songlistcolumns.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/qltk/songmodel.py</Path>
@@ -788,6 +798,18 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/query/_parser.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/query/_query.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/remote.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/session/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/session/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/session/__pycache__/_base.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/session/__pycache__/_xsmp.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/session/__pycache__/gnome.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/session/__pycache__/xfce.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/session/__pycache__/xsmp.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/session/_base.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/session/_xsmp.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/session/gnome.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/session/xfce.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/session/xsmp.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/unisearch/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/unisearch/__pycache__/__init__.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/unisearch/__pycache__/db.cpython-36.pyc</Path>
@@ -800,7 +822,6 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/util/__pycache__/atomic.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/util/__pycache__/collection.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/util/__pycache__/collections.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/util/__pycache__/compat.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/util/__pycache__/config.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/util/__pycache__/copool.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/util/__pycache__/dbusutils.cpython-36.pyc</Path>
@@ -833,7 +854,6 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/util/atomic.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/util/collection.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/util/collections.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/util/compat.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/util/config.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/util/copool.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/util/cover/__init__.py</Path>
@@ -878,37 +898,73 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/util/windows.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/quodlibet/util/winpipe.py</Path>
<Path fileType="data">/usr/share/appdata/exfalso.appdata.xml</Path>
- <Path fileType="data">/usr/share/appdata/quodlibet.appdata.xml</Path>
+ <Path fileType="data">/usr/share/appdata/io.github.quodlibet.QuodLibet.appdata.xml</Path>
<Path fileType="data">/usr/share/applications/exfalso.desktop</Path>
- <Path fileType="data">/usr/share/applications/quodlibet.desktop</Path>
+ <Path fileType="data">/usr/share/applications/io.github.quodlibet.QuodLibet.desktop</Path>
<Path fileType="data">/usr/share/dbus-1/services/net.sacredchao.QuodLibet.service</Path>
- <Path fileType="data">/usr/share/gnome-shell/search-providers/quodlibet-search-provider.ini</Path>
+ <Path fileType="data">/usr/share/gnome-shell/search-providers/io.github.quodlibet.QuodLibet-search-provider.ini</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/128x128/apps/exfalso.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/128x128/apps/io.github.quodlibet.QuodLibet.png</Path>
<Path fileType="data">/usr/share/icons/hicolor/16x16/apps/exfalso.png</Path>
- <Path fileType="data">/usr/share/icons/hicolor/16x16/apps/quodlibet.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/16x16/apps/io.github.quodlibet.QuodLibet.png</Path>
<Path fileType="data">/usr/share/icons/hicolor/24x24/apps/exfalso.png</Path>
- <Path fileType="data">/usr/share/icons/hicolor/24x24/apps/quodlibet.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/24x24/apps/io.github.quodlibet.QuodLibet.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/256x256/apps/exfalso.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/256x256/apps/io.github.quodlibet.QuodLibet.png</Path>
<Path fileType="data">/usr/share/icons/hicolor/32x32/apps/exfalso.png</Path>
- <Path fileType="data">/usr/share/icons/hicolor/32x32/apps/quodlibet.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/32x32/apps/io.github.quodlibet.QuodLibet.png</Path>
<Path fileType="data">/usr/share/icons/hicolor/48x48/apps/exfalso.png</Path>
- <Path fileType="data">/usr/share/icons/hicolor/48x48/apps/quodlibet.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/48x48/apps/io.github.quodlibet.QuodLibet.png</Path>
<Path fileType="data">/usr/share/icons/hicolor/64x64/apps/exfalso.png</Path>
- <Path fileType="data">/usr/share/icons/hicolor/64x64/apps/quodlibet.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/64x64/apps/io.github.quodlibet.QuodLibet.png</Path>
<Path fileType="data">/usr/share/icons/hicolor/scalable/apps/exfalso-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/hicolor/scalable/apps/exfalso.svg</Path>
- <Path fileType="data">/usr/share/icons/hicolor/scalable/apps/quodlibet-symbolic.svg</Path>
- <Path fileType="data">/usr/share/icons/hicolor/scalable/apps/quodlibet.svg</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="data">/usr/share/zsh/vendor-completions/_quodlibet</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/scalable/apps/io.github.quodlibet.QuodLibet-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/scalable/apps/io.github.quodlibet.QuodLibet.svg</Path>
+ <Path fileType="localedata">/usr/share/locale/bg/LC_MESSAGES/quodlibet.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/cs/LC_MESSAGES/quodlibet.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/da/LC_MESSAGES/quodlibet.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/de/LC_MESSAGES/quodlibet.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/el/LC_MESSAGES/quodlibet.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/en_CA/LC_MESSAGES/quodlibet.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/en_GB/LC_MESSAGES/quodlibet.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/es/LC_MESSAGES/quodlibet.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/eu/LC_MESSAGES/quodlibet.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/fi/LC_MESSAGES/quodlibet.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/fr/LC_MESSAGES/quodlibet.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/gl/LC_MESSAGES/quodlibet.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/he/LC_MESSAGES/quodlibet.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/hu/LC_MESSAGES/quodlibet.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/it/LC_MESSAGES/quodlibet.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ja/LC_MESSAGES/quodlibet.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ko/LC_MESSAGES/quodlibet.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/lt/LC_MESSAGES/quodlibet.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/lv/LC_MESSAGES/quodlibet.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/nb/LC_MESSAGES/quodlibet.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/nl/LC_MESSAGES/quodlibet.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/pl/LC_MESSAGES/quodlibet.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/pt/LC_MESSAGES/quodlibet.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ro/LC_MESSAGES/quodlibet.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ru/LC_MESSAGES/quodlibet.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/sk/LC_MESSAGES/quodlibet.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/sv/LC_MESSAGES/quodlibet.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/tr/LC_MESSAGES/quodlibet.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/uk/LC_MESSAGES/quodlibet.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/zh_CN/LC_MESSAGES/quodlibet.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/zh_TW/LC_MESSAGES/quodlibet.mo</Path>
+ <Path fileType="man">/usr/share/man/man1/exfalso.1</Path>
+ <Path fileType="man">/usr/share/man/man1/operon.1</Path>
+ <Path fileType="man">/usr/share/man/man1/quodlibet.1</Path>
+ <Path fileType="data">/usr/share/zsh/site-functions/_quodlibet</Path>
</Files>
</Package>
<History>
- <Update release="13">
- <Date>2018-04-23</Date>
- <Version>4.0.2</Version>
+ <Update release="14">
+ <Date>2018-11-02</Date>
+ <Version>4.2.0</Version>
<Comment>Packaging update</Comment>
- <Name>Ikey Doherty</Name>
- <Email>ikey@solus-project.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 28 2023, 9:30 PM (6 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5794497
Default Alt Text
D4244.diff (32 KB)

Event Timeline