diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2018-09-23 16:18:33 +0300 |
---|---|---|
committer | Jimi Huotari <chiitoo@gentoo.org> | 2018-09-23 17:57:38 +0300 |
commit | 182b079cd39004a600b9dddce6d47449574fd5fc (patch) | |
tree | 1aa34804485a78180ae20a9f85e9774522e8582c /media-gfx/lximage-qt/metadata.xml | |
parent | lxqt-base/lxqt-themes: move to x11-themes/lxqt-themes (diff) | |
download | qt-182b079cd39004a600b9dddce6d47449574fd5fc.tar.gz qt-182b079cd39004a600b9dddce6d47449574fd5fc.tar.bz2 qt-182b079cd39004a600b9dddce6d47449574fd5fc.zip |
lxqt: sync related ebuilds/metadata with the main Gentoo repo tree
With this, the metadata and 9999 ebuilds are in sync with the 0.13.0
versions found via the official Gentoo repository tree, with the
following exceptions:
- Polkit is optional.
- Some of the USE-flags are not used/included in the metadata.
- A patch for 'lxqt-config' is not needed.
- The handling of translations has been changed upstream, so
'lxqt-meta' does not depend on 'lxqt-l10n' due to file collisions.
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'media-gfx/lximage-qt/metadata.xml')
-rw-r--r-- | media-gfx/lximage-qt/metadata.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/media-gfx/lximage-qt/metadata.xml b/media-gfx/lximage-qt/metadata.xml index a40a83a9..34f02d52 100644 --- a/media-gfx/lximage-qt/metadata.xml +++ b/media-gfx/lximage-qt/metadata.xml @@ -1,8 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="project"> - <email>lxqt@gentoo.org</email> - <name>LXQt</name> - </maintainer> + <maintainer type="project"> + <email>lxqt@gentoo.org</email> + <name>LXQt</name> + </maintainer> + <upstream> + <remote-id type="github">lxqt/lximage-qt</remote-id> + </upstream> </pkgmetadata> |