diff options
author | Thomas Danckaert <thomas.danckaert@gmail.com> | 2017-08-16 21:49:17 +0200 |
---|---|---|
committer | Thomas Danckaert <thomas.danckaert@gmail.com> | 2017-08-18 14:52:35 +0200 |
commit | cc81f1c3495e81cc738b486e1ef2b4a1dbe99e28 (patch) | |
tree | fecb3fa97b6300fed20fc2de81e8ea327a65fe76 /gnu/packages/gnome.scm | |
parent | c5a856d5516673c7a40c916aeb7572c4eadbede6 (diff) | |
download | patches-cc81f1c3495e81cc738b486e1ef2b4a1dbe99e28.tar patches-cc81f1c3495e81cc738b486e1ef2b4a1dbe99e28.tar.gz |
gnu: freerdp: Revert to version 1.1.
* gnu/packages/rdesktop.scm (freerdp) [version, source]: Revert to upstream
branch 1.1. [inputs]: Use ffmpeg-2.8.
* gnu/packages/gnome.scm (vinagre): Add patches required to build against
freerdp branch 1.1.
* gnu/packages/patches/vinagre-revert-1.patch,
gnu/packages/patches/vinagre-revert-2.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index b362ba5e2d..dab450acb4 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2123,6 +2123,9 @@ selection and URL hints."))) (uri (string-append "mirror://gnome/sources/" name "/" (version-major+minor version) "/" name "-" version ".tar.xz")) + (patches ; We have to revert 2 commits to build against freerdp 1.1. + (search-patches "vinagre-revert-1.patch" + "vinagre-revert-2.patch")) (sha256 (base32 "10jya3jyrm18nbw3v410gbkc7677bqamax44pzgd3j15randn76d")))) |