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
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,25 @@ namespace Venom {
"naxuroqa <[email protected]>",
"Denys Han <[email protected]>",
"Andrii Titov <[email protected]>",
"Maxim Golubev <[email protected]>",
"notsecure <[email protected]>",
"Fukukami",
"Mario Daniel Ruiz Saavedra <[email protected]>",
"fshp <[email protected]>",
"Bahkuh <[email protected]>",
"Joel Leclerc <[email protected]>",
"infirit <[email protected]>",
"Maxim Golubev <[email protected]>",
null
};
artists = {
"ItsDuke",
"ItsDuke <[email protected]>",
null
};
string [] packagers = {
"stqism <[email protected]>",
"Sean <[email protected]>",
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
gio-2.0
atk
cairo
gdk-pixbuf-2.0
gdk-3.0
pango
x11
Loading

0 comments on commit a9bff73

Please sign in to comment.