Skip to content

Commit

Permalink
added gtk+-3.0 vapi and deps file from vala 0.26, updated authors sec…
Browse files Browse the repository at this point in the history
…tion (included all contributors with > 1 commit of code)
  • Loading branch information
naxuroqa committed Oct 12, 2014
1 parent bcce5f9 commit a9bff73
Show file tree
Hide file tree
Showing 3 changed files with 9,712 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/ui/AboutDialog.vala
Expand Up @@ -26,19 +26,25 @@ namespace Venom {
"naxuroqa <naxuroqa@gmail.com>",
"Denys Han <h.denys@gmail.com>",
"Andrii Titov <concuror@gmail.com>",
"Maxim Golubev <3demax@gmail.com>",
"notsecure <notsecure@marek.ca>",
"Fukukami",
"Mario Daniel Ruiz Saavedra <desiderantes@rocketmail.com>",
"fshp <franchesko.salias.hudro.pedros@gmail.com>",
"Bahkuh <philip_hq@hotmail.com>",
"Joel Leclerc <lkjoel@ubuntu.com>",
"infirit <infirit@gmail.com>",
"Maxim Golubev <3demax@gmail.com>",
null
};
artists = {
"ItsDuke",
"ItsDuke <anondelivers.org@gmail.com>",
null
};
string [] packagers = {
"stqism <sean@tox.im>",
"Sean <sean@tox.im>",
null
};
this.add_credit_section("Packagers", (string) packagers);
this.add_credit_section(_("Packagers"), packagers);
comments = Config.SHORT_DESCRIPTION;
copyright = Config.COPYRIGHT_NOTICE;
license_type = Gtk.License.GPL_3_0;
Expand Down
7 changes: 7 additions & 0 deletions src/vapi/gtk+-3.0.deps
@@ -0,0 +1,7 @@
gio-2.0
atk
cairo
gdk-pixbuf-2.0
gdk-3.0
pango
x11

0 comments on commit a9bff73

Please sign in to comment.