Package: lazarus-lcl-gtk2 Version: 1.2.6 Revision: 1 License: GPL/LGPL Depends: << fpc (>= 2.6.4), lazarus-aqua (>= 1.2), gtk+2-shlibs, glib2-shlibs, cairo-shlibs << Builddepends: gtk+2, gtk+2-dev, glib2-dev, cairo Conflicts: lazarus-gtk2 Replaces: lazarus-gtk2 Recommends: fpc-doc, lazarus-doc Source: mirror:sourceforge:lazarus/lazarus-%v-0.tar.gz Source-MD5: caa1ee35266ea5e930af064e7efb550c SourceDirectory: lazarus UseMaxBuildJobs: false CompileScript: << #!/bin/sh -ev # ** Start compiling the lazarus component libraries make registration lazutils codetools lcl LCL_PLATFORM=gtk2 OPT="-gl -gw -dHasX -Fl/%p/lib/pango-ft219/lib/" << InstallScript: << #!/bin/sh -ev # ** install the gtk2 part of the lcl for path in $(find . -name gtk2 | cut -f 2- -d '/' | grep %m-darwin) ; do install -d $(echo %i/share/lazarus/$(dirname $path)) mv -v $path $(echo %i/share/lazarus/$(dirname $path)) done chmod -R a+rw %i/share/lazarus << Description: The gtk2 version of the lcl for lazarus-aqua DescUsage: << With this package, lazarus-aqua can also build programs with the gtk2 version of the lcl. << DescPort: << Notes regarding the InstallScript: - find gives the list of directories - cut removes the './' from the beginning of the paths - grep removes the directories, which do not contain unit files << Homepage: http://wiki.freepascal.org/Main_Page Maintainer: Karl-Michael Schindler