forked from rhult/ige-mac-bundler
-
Notifications
You must be signed in to change notification settings - Fork 15
/
gtk-mac-bundler.doap
39 lines (33 loc) · 1.92 KB
/
gtk-mac-bundler.doap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:gnome="http://api.gnome.org/doap-extensions#"
xmlns="http://usefulinc.com/ns/doap#">
<name xml:lang="en">gtk-mac-bundler</name>
<shortname>gtk-mac-bundler</shortname>
<shortdesc xml:lang="en">Create OS X Application Bundles from Gtk Quartz programs</shortdesc>
<description xml:lang="en">Gtk-mac-bundler creates an OS X Application Bundle from a Gtk+ Quartz application, automatically retrieving all shared library dependencies of the application and any designated executables or loadable modules, converting the rpaths to the bundle locations for all binaries. Data files, translations, and themes are also installed.
Gtk-mac-bundler is licensed under the Gnu General Public
License Version 2. Resulting bundles carry whatever licenses govern their contents.</description>
<homepage rdf:resource="https://www.gtk.org/" />
<license rdf:resource="http://usefulinc.com/doap/licenses/gpl" />
<bug-database rdf:resource="https://gitlab.gnome.org/GNOME/gtk-mac-bundler/issues/" />
<download-page rdf:resource="https://sourceforge.net/projects/gtk-osx/files/" />
<developer-forum rdf:resource="https://discourse.gnome.org/tag/gtk" />
<support-forum rdf:resource="https://discourse.gnome.org/tag/gtk" />
<programming-language>C</programming-language>
<repository>
<GitRepository>
<browse rdf:resource="https://gitlab.gnome.org/GNOME/gtk-mac-bundler"/>
<location rdf:resource="https://gitlab.gnome.org/GNOME/gtk-mac-bundler.git"/>
</GitRepository>
</repository>
<maintainer>
<foaf:Person>
<foaf:name>John Ralls</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]"/>
<gnome:userid>jralls</gnome:userid>
</foaf:Person>
</maintainer>
</Project>