diff options
Diffstat (limited to 'xfdesktop/README.md')
-rw-r--r-- | xfdesktop/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/xfdesktop/README.md b/xfdesktop/README.md new file mode 100644 index 0000000..915903c --- /dev/null +++ b/xfdesktop/README.md @@ -0,0 +1,13 @@ +# xfdesktop upstream +https://src.fedoraproject.org/rpms/xfdesktop.git + +# Reason for being in stackrpms +CentOS 8 does not package xfdesktop yet, and neither does copr://nikitines/XFCE so any version of xfdesktop will suffice. + +# Reverse dependency matrix +Distro | xfdesktop version +---------- | ---------------- +CentOS 8 | 4.14.1 + +# Differences from upstream +CentOS 8 uses libgudev-devel instead of libgudev1-devel, so changing the one dependency name allowed the rpmbuild to finish successfully. |