Browse Source

* gtk2 added

peter 20 years ago
parent
commit
cd3cfe3b01

+ 9 - 0
install/debian/control.in

@@ -103,6 +103,15 @@ Description: Free Pascal -- GTK 1.2 units
  This package contains Free Pascal units and examples to create
  This package contains Free Pascal units and examples to create
  programs with GTK 1.2.
  programs with GTK 1.2.
 
 
+Package: fp-units-gtk2
+Architecture: i386 powerpc sparc amd64
+Depends: fp-units-rtl (= %{packageversion}), fp-units-fcl (= %{packageversion})
+Description: Free Pascal -- GTK 2.x units 
+ The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32/64-bit
+ Pascal Compiler. It comes with a fully compatible TP 7.0 runtime library.
+ This package contains Free Pascal units and examples to create
+ programs with GTK 2.x.
+
 Package: fp-units-gnome1
 Package: fp-units-gnome1
 Architecture: i386 powerpc sparc amd64
 Architecture: i386 powerpc sparc amd64
 Depends: fp-units-rtl (= %{packageversion}), fp-units-gtk (= %{packageversion})
 Depends: fp-units-rtl (= %{packageversion}), fp-units-gtk (= %{packageversion})

+ 3 - 0
install/debian/fp-units-gtk2.install.in

@@ -0,0 +1,3 @@
+/usr/share/doc/fp-units-gtk2
+
+/usr/lib/fpc/%{fpcversion}/units/%{fpctarget}/gtk2

+ 2 - 0
install/debian/moveexamples

@@ -26,6 +26,7 @@ move_examples()
 FCL_PACKAGES="fcl"
 FCL_PACKAGES="fcl"
 FV_PACKAGES="fv"
 FV_PACKAGES="fv"
 GTK_PACKAGES="gtk"
 GTK_PACKAGES="gtk"
+GTK2_PACKAGES="gtk2"
 GNOME1_PACKAGES="imlib zvt gnome gconf"
 GNOME1_PACKAGES="imlib zvt gnome gconf"
 BASE_PACKAGES="paszlib pasjpeg regexpr ncurses md5"
 BASE_PACKAGES="paszlib pasjpeg regexpr ncurses md5"
 GFX_PACKAGES="forms ggi libgd svgalib opengl"
 GFX_PACKAGES="forms ggi libgd svgalib opengl"
@@ -36,6 +37,7 @@ NET_PACKAGES="netdb"
 move_examples fcl "$FCL_PACKAGES"
 move_examples fcl "$FCL_PACKAGES"
 move_examples fv "$FV_PACKAGES"
 move_examples fv "$FV_PACKAGES"
 move_examples gtk "$GTK_PACKAGES"
 move_examples gtk "$GTK_PACKAGES"
+move_examples gtk2 "$GTK2_PACKAGES"
 move_examples gnome1 "$GNOME1_PACKAGES"
 move_examples gnome1 "$GNOME1_PACKAGES"
 move_examples base "$BASE_PACKAGES"
 move_examples base "$BASE_PACKAGES"
 move_examples gfx "$GFX_PACKAGES"
 move_examples gfx "$GFX_PACKAGES"