Changeset 8e72009
- Timestamp:
- 09/14/2003 01:44:54 AM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 5259206
- Parents:
- 7cdb9a45
- Location:
- general/genutils/rep-gtk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genutils/rep-gtk/rep-gtk-desc.xml
r7cdb9a45 r8e72009 2 2 <title>Contents</title> 3 3 4 <para>The rep-gtk package contains Lisp bindings.</para> 4 <para>The <application>rep-gtk</application> package contains Lisp bindings. 5 </para> 5 6 6 7 </sect2> … … 9 10 10 11 <sect3><title>Lisp bindings</title> 11 <para>Lisp bindings are libraries stored in <filename>/usr/lib/rep/i686-pc-linux-gnu/gui/</filename> that assist communications between Lisp and the GTK libraries.</para></sect3> 12 <para>Lisp bindings are libraries stored in <filename> 13 /usr/lib/rep/i686-pc-linux-gnu/gui/</filename> that assist communications 14 between Lisp and the GTK libraries.</para></sect3> 12 15 13 16 </sect2> -
general/genutils/rep-gtk/rep-gtk-inst.xml
r7cdb9a45 r8e72009 1 1 <sect2> 2 <title>Installation of rep-gtk</title>2 <title>Installation of <application>rep-gtk</application></title> 3 3 4 <para>Install rep-gtk by running the following commands:</para> 4 <para>Install <application>rep-gtk</application> by running the following 5 commands:</para> 5 6 6 < para><screen><userinput>./configure --prefix=/usr &&7 <screen><userinput><command>./configure --prefix=/usr && 7 8 make && 8 make install</ userinput></screen></para>9 make install</command></userinput></screen> 9 10 10 11 </sect2> -
general/genutils/rep-gtk/rep-gtk-intro.xml
r7cdb9a45 r8e72009 1 1 <sect2> 2 <title>Introduction to rep-gtk</title>2 <title>Introduction to <application>rep-gtk</application></title> 3 3 4 <screen>Download location (HTTP): <ulink url="&rep-gtk-download-http;"/> 5 Download location (FTP): <ulink url="&rep-gtk-download-ftp;"/> 6 Version used: &rep-gtk-version; 7 Package size: &rep-gtk-size; 8 Estimated Disk space required: &rep-gtk-buildsize;</screen> 4 <para>The <application>rep-gtk</application> package contains a <application> 5 Lisp</application> and <application>GTK</application> binding. This is useful 6 for extending <application>GTK-2</application> and <application>GDK 7 </application> libraries with <application>Lisp</application>. The 8 <application>rep-gtk</application>-0.15 package contains the bindings to 9 <application>GTK</application> and uses the same instructions. They can both 10 can be installed, if needed. </para> 9 11 10 <para>The rep-gtk package contains a Lisp and GTK binding. This is 11 useful for extending GTK-2 and GDK libraries with Lisp. The rep-gtk-0.15 12 package contains the bindings to GTK and uses the same instructions. 13 They can both can be installed, if needed. </para> 12 <sect3><title>Package information</title> 13 <itemizedlist spacing='compact'> 14 <listitem><para>Download (HTTP): <ulink 15 url="&rep-gtk-download-http;"/></para></listitem> 16 <listitem><para>Download (FTP): <ulink 17 url="&rep-gtk-download-ftp;"/></para></listitem> 18 <listitem><para>Download size: &rep-gtk-size;</para></listitem> 19 <listitem><para>Estimated Disk space required: 20 &rep-gtk-buildsize;</para></listitem> 21 <listitem><para>Estimated build time: 22 &rep-gtk-time;</para></listitem></itemizedlist> 23 </sect3> 24 25 <sect3><title><application>template</application> dependencies</title> 26 <sect4><title>Required</title> 27 <para><xref linkend="GTK2"/>, <xref linkend="libglade"/> and <xref 28 linkend="librep"/></para></sect4> 29 </sect3> 14 30 15 <screen>rep-gtk depends on: 16 <xref linkend="GTK2"/>, <xref linkend="libglade"/> and <xref linkend="librep"/> 17 </screen> 31 18 32 </sect2> -
general/genutils/rep-gtk/rep-gtk.ent
r7cdb9a45 r8e72009 5 5 <!ENTITY rep-gtk-desc SYSTEM "rep-gtk-desc.xml"> 6 6 <!ENTITY rep-gtk-config SYSTEM "rep-gtk-config.xml"> 7 <!ENTITY rep-gtk-buildsize " 2.7 MB">8 <!ENTITY rep-gtk-version "0.1 7">9 <!ENTITY rep-gtk-download-http "http://telia.dl.sourceforge.net/sourceforge/rep-gtk/rep-gtk-0.1 7.tar.gz">7 <!ENTITY rep-gtk-buildsize "7.7 MB"> 8 <!ENTITY rep-gtk-version "0.18"> 9 <!ENTITY rep-gtk-download-http "http://telia.dl.sourceforge.net/sourceforge/rep-gtk/rep-gtk-0.18.tar.gz"> 10 10 <!ENTITY rep-gtk-download-ftp ""> 11 <!ENTITY rep-gtk-size "144 KB"> 11 <!ENTITY rep-gtk-size "152 KB"> 12 <!ENTITY rep-gtk-time "0.18 SBU">
Note:
See TracChangeset
for help on using the changeset viewer.