Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11046515
D7005.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
5 KB
Referenced Files
None
Subscribers
None
D7005.diff
View Options
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,9 +1,9 @@
name : hydrapaper
-version : 1.4.2
-release : 1
+version : 1.7.3
+release : 2
source :
- - https://gitlab.com/gabmus/HydraPaper/-/archive/1.4.2/HydraPaper-1.4.2.tar.bz2 : aae2bdf5970b0e6fa687c9f20f07360251306f1b61188cca3ebe222430a727e8
-license : GPL-3.0
+ - https://gitlab.com/gabmus/HydraPaper/-/archive/1.7.3/HydraPaper-1.7.3.tar.bz2 : fa9228dd5c8f9862da086255f04abae0c19d4dfa0148532364c080b3cf4ad809
+license : GPL-3.0-or-later
component : desktop
summary : HydraPaper Multi Monitor Wallpaper Utility
description: |
@@ -11,11 +11,10 @@
builddeps :
- pkgconfig(gtk+-3.0)
rundeps :
- - python-gmconfig
- - python-gmgtk
+ - python-pillow
setup : |
%meson_configure
build : |
- %meson_build
+ %ninja_build
install : |
- %meson_install
+ %ninja_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>hydrapaper</Name>
<Packager>
- <Name>Justin Zobel</Name>
- <Email>justin.zobel@gmail.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
- <License>GPL-3.0</License>
+ <License>GPL-3.0-or-later</License>
<PartOf>desktop</PartOf>
<Summary xml:lang="en">HydraPaper Multi Monitor Wallpaper Utility</Summary>
<Description xml:lang="en">A Gtk utility to set two different backgrounds for each monitor on GNOME, Budgie and MATE.
@@ -21,19 +21,23 @@
<Files>
<Path fileType="executable">/usr/bin/hydrapaper</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hydrapaper/__main__.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/hydrapaper/__pycache__/__main__.cpython-36.opt-2.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/hydrapaper/__pycache__/listbox_helper.cpython-36.opt-2.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/hydrapaper/__pycache__/monitor_parser.cpython-36.opt-2.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/hydrapaper/__pycache__/threading_helper.cpython-36.opt-2.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/hydrapaper/__pycache__/wallpaper_flowbox_item.cpython-36.opt-2.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/hydrapaper/__pycache__/wallpaper_merger.cpython-36.opt-2.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/hydrapaper/__pycache__/wallpapers_folder_listbox_row.cpython-36.opt-2.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hydrapaper/app_window.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hydrapaper/apply_wallpapers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hydrapaper/confManager.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hydrapaper/is_image.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hydrapaper/listbox_helper.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hydrapaper/main_stack.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hydrapaper/monitor_parser.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hydrapaper/monitors_flowbox.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hydrapaper/settings_box.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hydrapaper/singleton.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hydrapaper/threading_helper.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hydrapaper/wallpaper_flowbox_item.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hydrapaper/wallpaper_merger.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hydrapaper/wallpapers_flowbox.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/hydrapaper/wallpapers_folder_listbox_row.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hydrapaper/wallpapers_folders_view.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/hydrapaper/wnck_win_controller.py</Path>
<Path fileType="data">/usr/share/applications/org.gabmus.hydrapaper.desktop</Path>
<Path fileType="data">/usr/share/dbus-1/services/org.gabmus.hydrapaper.service</Path>
<Path fileType="data">/usr/share/glib-2.0/schemas/org.gabmus.hydrapaper.gschema.xml</Path>
@@ -44,12 +48,12 @@
</Files>
</Package>
<History>
- <Update release="1">
- <Date>2019-07-26</Date>
- <Version>1.4.2</Version>
+ <Update release="2">
+ <Date>2019-08-19</Date>
+ <Version>1.7.3</Version>
<Comment>Packaging update</Comment>
- <Name>Justin Zobel</Name>
- <Email>justin.zobel@gmail.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 11, 1:32 PM (2 h, 39 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5793747
Default Alt Text
D7005.diff (5 KB)
Attached To
Mode
D7005: Update hydrapaper to 1.7.3
Attached
Detach File
Event Timeline
Log In to Comment