diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-12-30 19:35:46 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-12-30 20:22:59 +0200 |
commit | 684f97f8c903b1133658943c7f6c0e1eb4f1b3de (patch) | |
tree | deddc0b04c4858e5663819b1b89e04ee13473159 /gnu/local.mk | |
parent | bbbe7adda68b120b1461d30c3106f4976ddc6a72 (diff) | |
download | guix-684f97f8c903b1133658943c7f6c0e1eb4f1b3de.tar guix-684f97f8c903b1133658943c7f6c0e1eb4f1b3de.tar.gz |
gnu: vinagre: Update package for newer freerdp.
* gnu/packages/gnome.scm (vinagre)[source]: Update patches.
[arguments]: Add custom phase to replace 'freerdp' with
'freerdp2'. Remove configure flags.
* gnu/packages/patches/vinagre-revert-1.patch,
gnu/packages/patches/vinagre-revert-2.patch: Remove files.
* gnu/packages/patches/vinagre-newer-freerdp.patch,
gnu/packages/patches/vinagre-newer-rdp-parameters.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register changes.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 925d955a66..0bb0203354 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1227,8 +1227,8 @@ dist_patch_DATA = \ %D%/packages/patches/upx-fix-CVE-2017-15056.patch \ %D%/packages/patches/valgrind-enable-arm.patch \ %D%/packages/patches/valgrind-glibc-compat.patch \ - %D%/packages/patches/vinagre-revert-1.patch \ - %D%/packages/patches/vinagre-revert-2.patch \ + %D%/packages/patches/vinagre-newer-freerdp.patch \ + %D%/packages/patches/vinagre-newer-rdp-parameters.patch \ %D%/packages/patches/virglrenderer-CVE-2017-6386.patch \ %D%/packages/patches/vorbis-tools-CVE-2014-9638+CVE-2014-9639.patch \ %D%/packages/patches/vorbis-tools-CVE-2014-9640.patch \ |