diff options
author | Sam James <sam@gentoo.org> | 2022-12-21 22:10:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-21 22:25:35 +0000 |
commit | 20184d70cd22c935fc4e6b90dd6343fed4cd0990 (patch) | |
tree | de65879ecf73487d814387c207800bc83333546e /gui-wm | |
parent | gui-wm/wayfire: drop 0.7.2-r1, 0.7.3-r2 (diff) | |
download | gentoo-20184d70cd22c935fc4e6b90dd6343fed4cd0990.tar.gz gentoo-20184d70cd22c935fc4e6b90dd6343fed4cd0990.tar.bz2 gentoo-20184d70cd22c935fc4e6b90dd6343fed4cd0990.zip |
gui-wm/wayfire: add github upstream metadata
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/wayfire/metadata.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gui-wm/wayfire/metadata.xml b/gui-wm/wayfire/metadata.xml index ea9f40a8d22c..b7ebd8524caf 100644 --- a/gui-wm/wayfire/metadata.xml +++ b/gui-wm/wayfire/metadata.xml @@ -1,15 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> + <!-- maintainer-needed --> <longdescription> compiz like eye-candy 3D wayland, with low memory footprint. Aims to bring desktop features such as 3D cube, fire burn, fisheye, wrot and all other desktop effects to wayland. </longdescription> - <!-- maintainer-needed --> <use> <flag name="gles">use libglvnd to do animations more efficiently</flag> <flag name="system-wfconfig">use the system-wide wf-config, else build it as a submodule. DO NOT DISABLE UNLESS YOU KNOW WHAT YOU ARE DOING.</flag> <flag name="system-wlroots">use the system wide wlroots, else build it as a submodule. DO NOT DISABLE UNLESS YOU KNOW WHAT YOU ARE DOING.</flag> </use> + <upstream> + <remote-id type="github">WayfireWM/wayfire</remote-id> + </upstream> </pkgmetadata> |