Commit graph

8 commits

Author SHA1 Message Date
Pol Dellaiera 648bcc8f42
pympress: Move gobject-introspection to nativeBuildInputs
- Previously the software would fail to run with an error showing that
  it couldn't find gobject-introspection typelib files for GTK3
- By adding gobject-introspection to nativeBuildInputs, the gi typelib
  path is set so that we have all of the typelibs we need

Co-authored-by: Skyler Grey <skyler3665@gmail.com>
2022-09-07 01:01:47 +01:00
Pol Dellaiera f2625ce444
pympress: 1.7.0 -> 1.7.2 2022-09-06 21:48:27 +02:00
Sebastián Mancilla 83de56a2ba pympress: 1.6.3 -> 1.7.0 2021-11-22 17:46:25 -03:00
Sebastián Mancilla 579c17d7bc pympress: 1.5.1 -> 1.6.3
This also makes the application ready to work on Darwin (but still not
working until #113777 is fixed).

Version 1.5.1 did not build on Darwin because libcanberra-gtk3 is
broken, and python-vlc is required but only works on Linux.

Version 1.6.x fixed the python-vlc requirement to make it optional, so
now both libcanberra-gtk3 and python-vlc inputs can be made optional,
and enabled by default on Linux. This means that on Darwin there is no
support for media, but it is still better than not having the
application at all.

Unfortunately, until watchdog 2.x is fixed, the Darwin build will be
still broken.

-----

The setup.py file now parses the setuptools version, so it needs to be
patched to fix an error with the 'post0' suffix in the version.

Also, setuptools is needed in propagatedBuildInputs to fix the
`ModuleNotFoundError: No module named 'pkg_resources'` error.
2021-08-02 18:57:38 -04:00
Sandro Jäckel 3364bf685b
pythonPackages.pympress: remove unused inputs 2021-02-17 13:31:30 +01:00
R. RyanTM 84a23aaec2 pympress: 1.4.0 -> 1.5.1 2019-12-23 22:55:28 -08:00
c0bw3b 69b393ace5 Treewide: update some problematic homepages
These URLs are reported as problematic by Repology.
It could be a permanent redirection
or the page does not exist anymore
2019-12-08 10:21:29 -08:00
Tyler Benster 6b9a6f29b7
pympress: init at 1.4.0
Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
2019-10-30 13:31:02 +01:00