summaryrefslogtreecommitdiff
path: root/dev-lang/lazarus/files
Unidiff
Diffstat (limited to 'dev-lang/lazarus/files') (more/less context) (ignore whitespace changes)
-rw-r--r--dev-lang/lazarus/files/digest-lazarus-0.9.20-r13
-rw-r--r--dev-lang/lazarus/files/digest-lazarus-0.9.223
-rw-r--r--dev-lang/lazarus/files/lazarus-0.9.20-lcl-handle.patch25
-rw-r--r--dev-lang/lazarus/files/lazarus-0.9.20-lclintf.patch11
-rw-r--r--dev-lang/lazarus/files/lazarus-0.9.22-fpcsrc.patch (renamed from dev-lang/lazarus/files/lazarus-0.9.20-fpcsrc.patch)0
5 files changed, 3 insertions, 39 deletions
diff --git a/dev-lang/lazarus/files/digest-lazarus-0.9.20-r1 b/dev-lang/lazarus/files/digest-lazarus-0.9.20-r1
deleted file mode 100644
index 0f4e94f..0000000
--- a/dev-lang/lazarus/files/digest-lazarus-0.9.20-r1
+++ b/dev/null
@@ -1,3 +0,0 @@
1MD5 8c232dc7cd398578049f57cd97d0d263 lazarus-0.9.20-0.tar.gz 10241274
2RMD160 5a2c061e42306008858cf8b3a51ecaa1aa3f0bca lazarus-0.9.20-0.tar.gz 10241274
3SHA256 c3416c557e510c9fcca5de59f128854eb5605f69fc7472cea11fc09ed5f8285e lazarus-0.9.20-0.tar.gz 10241274
diff --git a/dev-lang/lazarus/files/digest-lazarus-0.9.22 b/dev-lang/lazarus/files/digest-lazarus-0.9.22
new file mode 100644
index 0000000..cda4c1a
--- a/dev/null
+++ b/dev-lang/lazarus/files/digest-lazarus-0.9.22
@@ -0,0 +1,3 @@
1MD5 fb8999646f679775abc8ea4133e0f748 lazarus-0.9.22-1.tar.gz 9231360
2RMD160 c9536b7b33079ef5ca917d5f31013257cf3d08f8 lazarus-0.9.22-1.tar.gz 9231360
3SHA256 ba4402079ad6e081f6c9f08bc171281ce4cd3063ab9d47baf3b744296f4c322b lazarus-0.9.22-1.tar.gz 9231360
diff --git a/dev-lang/lazarus/files/lazarus-0.9.20-lcl-handle.patch b/dev-lang/lazarus/files/lazarus-0.9.20-lcl-handle.patch
deleted file mode 100644
index 772face..0000000
--- a/dev-lang/lazarus/files/lazarus-0.9.20-lcl-handle.patch
+++ b/dev/null
@@ -1,25 +0,0 @@
1 If LCLType is not included, then THandle is System.THandle
2 rather than LCLType.THandle. System.THandle is 32 bits wide.
3
4--- lazarus/lcl/interfaces/gtk/gtkwsdialogs.pp
5+++ lazarus/lcl/interfaces/gtk/gtkwsdialogs.pp
6@@ -29,7 +29,7 @@
7 uses
8 {$IFDEF GTK2} Gtk2, Glib2, gdk2, {$ELSE} Gtk, gdk, Glib, {$ENDIF}
9 SysUtils, Classes, Controls, LMessages, InterfaceBase, graphics,
10- Dialogs, WSDialogs, WSLCLClasses, gtkint, gtkproc, gtkwscontrols;
11+ LCLType, Dialogs, WSDialogs, WSLCLClasses, gtkint, gtkproc, gtkwscontrols;
12
13 type
14
15--- lazarus/lcl/widgetset/wsdialogs.pp
16+++ lazarus/lcl/widgetset/wsdialogs.pp
17@@ -44,7 +44,7 @@
18 // To get as little as posible circles,
19 // uncomment only when needed for registration
20 ////////////////////////////////////////////////////
21- Dialogs,
22+ LCLType, Dialogs,
23 ////////////////////////////////////////////////////
24 WSLCLClasses, WSControls;
25
diff --git a/dev-lang/lazarus/files/lazarus-0.9.20-lclintf.patch b/dev-lang/lazarus/files/lazarus-0.9.20-lclintf.patch
deleted file mode 100644
index b515efa..0000000
--- a/dev-lang/lazarus/files/lazarus-0.9.20-lclintf.patch
+++ b/dev/null
@@ -1,11 +0,0 @@
1--- lazarus/ide/include/unix/lazbaseconf.inc
2+++ lazarus/ide/include/unix/lazbaseconf.inc
3@@ -180,7 +180,7 @@
4
5 function GetDefaultLCLWidgetType: string;
6 begin
7- Result:='gtk';
8+ Result:='gtk2';
9 end;
10
11 procedure GetDefaultBrowser(var Browser, Params: string);
diff --git a/dev-lang/lazarus/files/lazarus-0.9.20-fpcsrc.patch b/dev-lang/lazarus/files/lazarus-0.9.22-fpcsrc.patch
index dbde4e0..dbde4e0 100644
--- a/dev-lang/lazarus/files/lazarus-0.9.20-fpcsrc.patch
+++ b/dev-lang/lazarus/files/lazarus-0.9.22-fpcsrc.patch