mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
libglade: Add meta-information.
svn path=/nixpkgs/trunk/; revision=13912
This commit is contained in:
parent
05963ee44b
commit
7da93ed738
@ -6,4 +6,27 @@ stdenv.mkDerivation {
|
||||
inherit (input) name src;
|
||||
buildInputs = [pkgconfig];
|
||||
propagatedBuildInputs = [gtk libxml2];
|
||||
|
||||
meta = {
|
||||
description = "Glade, a User Interface Designer for GTK+ and GNOME";
|
||||
|
||||
longDescription = ''
|
||||
Glade is a RAD tool to enable quick & easy development of user
|
||||
interfaces for the GTK+ toolkit and the GNOME desktop
|
||||
environment, released under the GNU GPL License.
|
||||
|
||||
The user interfaces designed in Glade are saved as XML, and by
|
||||
using the libglade library these can be loaded by applications
|
||||
dynamically as needed.
|
||||
|
||||
By using libglade, Glade XML files can be used in numerous
|
||||
programming languages including C, C++, Java, Perl, Python, C#,
|
||||
Pike, Ruby, Haskell, Objective Caml and Scheme. Adding support
|
||||
for other languages is easy too.
|
||||
'';
|
||||
|
||||
license = "LGPLv2+";
|
||||
|
||||
homepage = http://glade.gnome.org/;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user