diff options
author | Juraj Fiala <jurf@riseup.net> | 2018-01-24 18:41:33 +0100 |
---|---|---|
committer | Juraj Fiala <jurf@riseup.net> | 2018-01-24 18:41:33 +0100 |
commit | 17bbe224090ebde79babb97d36b21bb5e9a80cce (patch) | |
tree | 3eb559c08d9a4308b935926735131f907161b0c3 /gnome-themes-extra.doap | |
parent | bc665814a4c520a873463d764a6c24806b6f8eec (diff) | |
parent | 7b39b1548f93d4ec422602b50986f4066df070d8 (diff) | |
download | gnome-themes-standard-17bbe224090ebde79babb97d36b21bb5e9a80cce.tar.gz |
Merge branch 'master' of gitlab.gnome.org:GNOME/gnome-themes-extra
Diffstat (limited to 'gnome-themes-extra.doap')
-rw-r--r-- | gnome-themes-extra.doap | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/gnome-themes-extra.doap b/gnome-themes-extra.doap new file mode 100644 index 00000000..525b60c8 --- /dev/null +++ b/gnome-themes-extra.doap @@ -0,0 +1,56 @@ +<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">gnome-themes-standard</name> + <shortdesc xml:lang="en">Standard Themes for GNOME Applications</shortdesc> + <description>This package used to contain various components of the default GNOME 3 theme. +At this point, most of the contents has moved elsewhere. The Adwaita and +HighContrast themes are now part of GTK+ 3 itself, and the HighContrastInverse +and LowConstrast themes have been discontinued. Only the GTK+ 2 versions of +the Adwaita and HighConstrast themes still reside in this module.</description> + <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gnome-themes-list" /> + <download-page rdf:resource="http://download.gnome.org/sources/gnome-themes-standard/" /> + <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=gnome-themes-standard" /> + <category rdf:resource="http://api.gnome.org/doap-extensions#core" /> + <programming-language>gtkrc</programming-language> + + <maintainer> + <foaf:Person> + <foaf:name>Juraj Fiala</foaf:name> + <foaf:mbox rdf:resource="mailto:jurf@riseup.net" /> + <gnome:userid>jurf</gnome:userid> + </foaf:Person> + </maintainer> + <maintainer> + <foaf:Person> + <foaf:name>William Jon McCann</foaf:name> + <foaf:mbox rdf:resource="mailto:william.jon.mccann@gmail.com" /> + <gnome:userid>mccann</gnome:userid> + </foaf:Person> + </maintainer> + <maintainer> + <foaf:Person> + <foaf:name>Jakub Steiner</foaf:name> + <foaf:mbox rdf:resource="mailto:jimmac@gmail.com" /> + <gnome:userid>jimmac</gnome:userid> + </foaf:Person> + </maintainer> + <maintainer> + <foaf:Person> + <foaf:name>Lapo Calamandrei</foaf:name> + <foaf:mbox rdf:resource="mailto:calamandrei@gmail.com" /> + <gnome:userid>lapo</gnome:userid> + </foaf:Person> + </maintainer> + <maintainer> + <foaf:Person> + <foaf:name>Cosimo Cecchi</foaf:name> + <foaf:mbox rdf:resource="mailto:cosimoc@gnome.org" /> + <gnome:userid>cosimoc</gnome:userid> + </foaf:Person> + </maintainer> + +</Project> |