peter 20 سال پیش
والد
کامیت
cd3cfe3b01
3فایلهای تغییر یافته به همراه14 افزوده شده و 0 حذف شده
  1. 9 0
      install/debian/control.in
  2. 3 0
      install/debian/fp-units-gtk2.install.in
  3. 2 0
      install/debian/moveexamples

+ 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
  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
 Architecture: i386 powerpc sparc amd64
 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"
 FV_PACKAGES="fv"
 GTK_PACKAGES="gtk"
+GTK2_PACKAGES="gtk2"
 GNOME1_PACKAGES="imlib zvt gnome gconf"
 BASE_PACKAGES="paszlib pasjpeg regexpr ncurses md5"
 GFX_PACKAGES="forms ggi libgd svgalib opengl"
@@ -36,6 +37,7 @@ NET_PACKAGES="netdb"
 move_examples fcl "$FCL_PACKAGES"
 move_examples fv "$FV_PACKAGES"
 move_examples gtk "$GTK_PACKAGES"
+move_examples gtk2 "$GTK2_PACKAGES"
 move_examples gnome1 "$GNOME1_PACKAGES"
 move_examples base "$BASE_PACKAGES"
 move_examples gfx "$GFX_PACKAGES"