Difference between revisions of "Gtk+-Extras"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (Created page.) |
Weibullguy (talk | contribs) m |
||
(8 intermediate revisions by 5 users not shown) | |||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http://downloads.sourceforge.net/scigraphica/gtk | + | | http://downloads.sourceforge.net/scigraphica/gtk+extra-{{GtkExtra-Version}}.tar.gz |
|- | |- | ||
|} | |} | ||
− | + | {{Package-Introduction|GtkExtra is a set of widgets for creating GUI's for the X Windows system using GTK+. It complements the widget set provided by a [[Gtk2]] installation.|http://gtkextra.sourceforge.net}} | |
− | |||
− | GtkExtra is a set of widgets for creating GUI's for the X Windows system using GTK+. It complements the widget set provided by a [[Gtk2]] installation. | ||
− | |||
− | |||
== Dependencies == | == Dependencies == | ||
Line 21: | Line 17: | ||
Compile the package: | Compile the package: | ||
− | ./configure --prefix=/usr | + | ./configure --prefix=/usr && |
make | make | ||
Line 34: | Line 30: | ||
Compile the package: | Compile the package: | ||
− | CC="gcc ${BUILD32}" USE_ARCH=32 PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | + | CC="gcc ${BUILD32}" USE_ARCH=32 \ |
− | ./configure --prefix=/usr | + | PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ |
+ | ./configure --prefix=/usr && | ||
make | make | ||
Line 46: | Line 43: | ||
Compile the package: | Compile the package: | ||
− | CC="gcc ${BUILDN32}" USE_ARCH=n32 PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ | + | CC="gcc ${BUILDN32}" USE_ARCH=n32 \ |
− | ./configure --prefix=/usr -- | + | PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ |
+ | ./configure --prefix=/usr --libdir=/usr/lib32 && | ||
make | make | ||
Line 58: | Line 56: | ||
Compile the package: | Compile the package: | ||
− | CC="gcc ${BUILD64}" USE_ARCH=64 PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ | + | CC="gcc ${BUILD64}" USE_ARCH=64 \ |
− | ./configure --prefix=/usr --libdir=/usr/lib64 | + | PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ |
+ | ./configure --prefix=/usr --libdir=/usr/lib64 && | ||
make | make | ||
Line 65: | Line 64: | ||
make install && | make install && | ||
− | install -v -m755 -d /usr/share/doc/gtk+extra- | + | install -v -m755 -d /usr/share/doc/gtk+extra-{{GtkExtra-Version}}/{reference,tutorial} && |
− | cp -v docs/reference/*.html /usr/share/doc/gtk+extra- | + | cp -v docs/reference/*.html /usr/share/doc/gtk+extra-{{GtkExtra-Version}}/reference && |
− | cp -v docs/tutorial/*.html /usr/share/doc/gtk+extra- | + | cp -v docs/tutorial/*.html /usr/share/doc/gtk+extra-{{GtkExtra-Version}}/tutorial && |
− | cp -v docs/tutorial/gtksheet/*.html /usr/share/doc/gtk+extra- | + | cp -v docs/tutorial/gtksheet/*.html /usr/share/doc/gtk+extra-{{GtkExtra-Version}}/tutorial |
− | |||
− | |||
== Contents == | == Contents == | ||
Line 77: | Line 74: | ||
|-valign="top" | |-valign="top" | ||
!Installed Directories: | !Installed Directories: | ||
− | | | + | |/usr/include/gtkextra-2.0 |
|-valign="top" | |-valign="top" | ||
!Installed Programs: | !Installed Programs: | ||
− | | | + | |None |
|-valign="top" | |-valign="top" | ||
!Installed Libraries: | !Installed Libraries: | ||
− | | | + | |libgtkextra-x11-2.0.{a,la,so} |
|} | |} | ||
Line 99: | Line 96: | ||
| | | | ||
|} | |} | ||
+ | |||
+ | [[Category:X Libs]] |
Latest revision as of 07:20, 12 April 2009
Download Source: | http://downloads.sourceforge.net/scigraphica/gtk+extra-2.1.1.tar.gz |
---|
Contents
Introduction to Gtk+-Extras
GtkExtra is a set of widgets for creating GUI's for the X Windows system using GTK+. It complements the widget set provided by a Gtk2 installation.
Project Homepage: http://gtkextra.sourceforge.net
Dependencies
Required
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package:
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" USE_ARCH=32 \ PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=/usr && make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" USE_ARCH=n32 \ PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./configure --prefix=/usr --libdir=/usr/lib32 && make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" USE_ARCH=64 \ PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=/usr --libdir=/usr/lib64 && make
Install the package:
make install && install -v -m755 -d /usr/share/doc/gtk+extra-2.1.1/{reference,tutorial} && cp -v docs/reference/*.html /usr/share/doc/gtk+extra-2.1.1/reference && cp -v docs/tutorial/*.html /usr/share/doc/gtk+extra-2.1.1/tutorial && cp -v docs/tutorial/gtksheet/*.html /usr/share/doc/gtk+extra-2.1.1/tutorial
Contents
Installed Directories: | /usr/include/gtkextra-2.0 |
---|---|
Installed Programs: | None |
Installed Libraries: | libgtkextra-x11-2.0.{a,la,so} |