diff options
Diffstat (limited to 'gnustep-base/gnustep-back-art/metadata.xml')
| -rw-r--r-- | gnustep-base/gnustep-back-art/metadata.xml | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/gnustep-base/gnustep-back-art/metadata.xml b/gnustep-base/gnustep-back-art/metadata.xml index df248dc0ab0f..f6f45a2b2b0a 100644 --- a/gnustep-base/gnustep-back-art/metadata.xml +++ b/gnustep-base/gnustep-back-art/metadata.xml @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>gnustep@gentoo.org</email> - <name>Gentoo GNUstep Project</name> - </maintainer> - <longdescription> +<maintainer type="project"> + <email>gnustep@gentoo.org</email> + <name>Gentoo GNUstep Project</name> +</maintainer> +<longdescription> It is a back-end component for the GNUstep GUI Library. The implementation of the GNUstep GUI Library is designed in two parts. The first part is the front-end component which is independent of platform @@ -22,9 +22,10 @@ DPS functions required by the front-end system. This package installs a backend that supports libart_lgpl. </longdescription> - - <use> - <flag name="xim">Enable X11 XiM input method</flag> - </use> - <origin>liguros-repo</origin> -</pkgmetadata>
\ No newline at end of file +<use> + <flag name="xim">Enable X11 XiM input method</flag> +</use> +<upstream> + <remote-id type="github">gnustep/libs-back</remote-id> +</upstream> +</pkgmetadata> |
