diff options
author | 2022-11-10 06:37:02 +0000 | |
---|---|---|
committer | 2022-11-10 06:37:02 +0000 | |
commit | 61085e74f6a8ebecb44203aa439f86565573db77 (patch) | |
tree | 8975d0fdf06697c49e0accd5173bb1f7454b17b1 /media-libs/sdl-ttf | |
parent | media-libs/sdl-sound: add github upstream metadata (diff) | |
download | gentoo-61085e74f6a8ebecb44203aa439f86565573db77.tar.gz gentoo-61085e74f6a8ebecb44203aa439f86565573db77.tar.bz2 gentoo-61085e74f6a8ebecb44203aa439f86565573db77.zip |
media-libs/sdl-ttf: add github upstream metadata
Note that we want the SDL-1.2 branch.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/sdl-ttf')
-rw-r--r-- | media-libs/sdl-ttf/metadata.xml | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/media-libs/sdl-ttf/metadata.xml b/media-libs/sdl-ttf/metadata.xml index a569823703ad..f82bde12e798 100644 --- a/media-libs/sdl-ttf/metadata.xml +++ b/media-libs/sdl-ttf/metadata.xml @@ -1,13 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="project"> - <email>games@gentoo.org</email> - <name>Gentoo Games Project</name> -</maintainer> -<longdescription> -This is a sample library which allows you to use TrueType fonts in your SDL applications. It -comes with an example program "showfont" which displays an example string for a given -TrueType font file. -</longdescription> + <maintainer type="project"> + <email>games@gentoo.org</email> + <name>Gentoo Games Project</name> + </maintainer> + <longdescription> + This is a sample library which allows you to use TrueType fonts in your SDL applications. It + comes with an example program "showfont" which displays an example string for a given + TrueType font file. + </longdescription> + <upstream> + <!-- SDL-1.2 branch --> + <remote-id type="github">libsdl-org/SDL_ttf</remote-id> + </upstream> </pkgmetadata> |