summaryrefslogtreecommitdiff
path: root/packages/gtk2
diff options
context:
space:
mode:
authormarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2008-10-26 20:18:05 +0000
committermarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2008-10-26 20:18:05 +0000
commit21bd60bcc9c92834b54dfeefb86673d7bed62938 (patch)
treef15269dce2cf0a1545df725a18aaf2a4f1c1587a /packages/gtk2
parentb09864d446b1b6290cacc9065557bb10df9675cd (diff)
downloadfpc-21bd60bcc9c92834b54dfeefb86673d7bed62938.tar.gz
* Another batch of manifests added to the respective fpmakes. Until httpd22.
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11975 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/gtk2')
-rw-r--r--packages/gtk2/fpmake.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/gtk2/fpmake.pp b/packages/gtk2/fpmake.pp
index d0d0bcad11..8d302e980e 100644
--- a/packages/gtk2/fpmake.pp
+++ b/packages/gtk2/fpmake.pp
@@ -18,6 +18,12 @@ begin
{$endif ALLPACKAGES}
P.Version:='2.2.2-0';
P.OSes:=AllUnixOSes+[Win32,Win64];
+ P.Author := 'Library: Peter Mattis, Spencer Kimball and Josh MacDonald, header: Mattias Gaertner, Olaf Leidinger';
+ P.License := 'Library: LGPL2.1, header: LGPL with modification, ';
+ P.ExternalURL := 'www.freepascal.org';
+ P.Email := '';
+ P.Description := 'Header to the GTK widgetset (v2.x).';
+ P.NeedLibC:= true; // true for headers that indirectly link to libc?
P.Dependencies.Add('x11',AllUnixOSes);