* gtk2 added

This commit is contained in:
peter 2005-01-24 22:12:00 +00:00
parent e820bc93f2
commit cd3cfe3b01
3 changed files with 14 additions and 0 deletions

View File

@ -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})

View File

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

View File

@ -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"