diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2019-07-22 17:55:35 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2019-12-07 14:04:11 -0500 |
commit | 995ef5ea11a9003abc0ea90b4ce61e53ef1eb679 (patch) | |
tree | cef5a2c2dd9902cc021e4cc19ebb8bdb46aea128 /gnu/packages/patches/totem-meson-compat.patch | |
parent | 06323c8ed749b6e65c77e8e82382a2acba7df6ab (diff) | |
download | guix-995ef5ea11a9003abc0ea90b4ce61e53ef1eb679.tar guix-995ef5ea11a9003abc0ea90b4ce61e53ef1eb679.tar.gz |
gnu: totem: Update to 3.32.1.
* gnu/packages/gnome.scm (totem): Update to 3.32.1.
[source]: Remove patches.
[arguments]: Add 'pre-check' phase. Remove #:parallel-build?.
[native-inputs]: Add python-pylint and xorg-server-for-tests.
[inputs]: Replace python2-pygobject with python-pygobject.
* gnu/packages/patches/totem-meson-easy-codec.patch,
gnu/packages/patches/totem-meson-compat.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
Diffstat (limited to 'gnu/packages/patches/totem-meson-compat.patch')
-rw-r--r-- | gnu/packages/patches/totem-meson-compat.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/packages/patches/totem-meson-compat.patch b/gnu/packages/patches/totem-meson-compat.patch deleted file mode 100644 index 8557908dd0..0000000000 --- a/gnu/packages/patches/totem-meson-compat.patch +++ /dev/null @@ -1,14 +0,0 @@ -Fix an error that occurs with Meson 0.50.0 and later: -"ERROR: Subdir keyword must not be an absolute path". - ---- a/src/meson.build 2019-03-15 00:10:26.882293850 +0100 -+++ b/src/meson.build 2019-03-15 00:10:54.312197229 +0100 -@@ -82,7 +82,7 @@ - - install_headers( - headers, -- subdir: join_paths(totem_includedir, totem_api_path) -+ install_dir: join_paths(totem_includedir, totem_api_path) - ) - - libtotem_player_sources = files( |