forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-games/aseprite: [QA] Consistent whitespace in metadata.xml
- Loading branch information
1 parent
74d8fe1
commit c4c027a
Showing
1 changed file
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<maintainer type="person"> | ||
<email>[email protected]</email> | ||
<name>Azamat H. Hackimov</name> | ||
</maintainer> | ||
<maintainer type="project"> | ||
<email>[email protected]</email> | ||
<name>Proxy Maintainers</name> | ||
</maintainer> | ||
<longdescription> | ||
Animated sprite editor and pixel art tool | ||
</longdescription> | ||
<use> | ||
<flag name="bundled-libs">Use the upstream provided bundled version of allegro 4.4.2</flag> | ||
<flag name="gtk3">Enable support for the experimental native GTK File Dialog</flag> | ||
<flag name="webp">Enable webp image format support</flag> | ||
</use> | ||
<upstream> | ||
<remote-id type="github">aseprite/aseprite</remote-id> | ||
</upstream> | ||
<maintainer type="person"> | ||
<email>[email protected]</email> | ||
<name>Azamat H. Hackimov</name> | ||
</maintainer> | ||
<maintainer type="project"> | ||
<email>[email protected]</email> | ||
<name>Proxy Maintainers</name> | ||
</maintainer> | ||
<longdescription> | ||
Animated sprite editor and pixel art tool | ||
</longdescription> | ||
<use> | ||
<flag name="bundled-libs">Use the upstream provided bundled version of allegro 4.4.2</flag> | ||
<flag name="gtk3">Enable support for the experimental native GTK File Dialog</flag> | ||
<flag name="webp">Enable webp image format support</flag> | ||
</use> | ||
<upstream> | ||
<remote-id type="github">aseprite/aseprite</remote-id> | ||
</upstream> | ||
</pkgmetadata> |