diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2004-09-24 01:08:30 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2004-09-24 01:08:30 +0000 |
commit | d83ac67d6b0d2c541dda46977ce63c379baff0c7 (patch) | |
tree | c11521e76e94a6f77ac1a28940c12dfeb5f7a84e /gnustep-base/gnustep-back-xlib | |
parent | dont touch ld.so.conf #64829 (Manifest recommit) (diff) | |
download | gentoo-2-d83ac67d6b0d2c541dda46977ce63c379baff0c7.tar.gz gentoo-2-d83ac67d6b0d2c541dda46977ce63c379baff0c7.tar.bz2 gentoo-2-d83ac67d6b0d2c541dda46977ce63c379baff0c7.zip |
Major commit of many files relating to updated GNUstep ebuidlds
Diffstat (limited to 'gnustep-base/gnustep-back-xlib')
6 files changed, 87 insertions, 0 deletions
diff --git a/gnustep-base/gnustep-back-xlib/ChangeLog b/gnustep-base/gnustep-back-xlib/ChangeLog new file mode 100644 index 000000000000..1aa6a743121d --- /dev/null +++ b/gnustep-base/gnustep-back-xlib/ChangeLog @@ -0,0 +1,14 @@ +# ChangeLog for gnustep-base/gnustep-back-xlib +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 1.1 2004/09/24 01:03:33 fafhrd Exp $ + +*gnustep-back-xlib-0.9.4_pre20040908 (08 Sep 2004) + + 08 Sep 2004; Armando Di Cianno <fafhrd@gentoo.org> +metadata.xml, + +files/config-gnustep-back-xlib.sh, + +gnustep-back-xlib-0.9.4_pre20040908.ebuild: + Version bump; key'd for ~x86. + + 28 Aug 2004; Armando Di Cianno <fafhrd@gentoo.org> : + Added first gnustep-back-xlib package. + diff --git a/gnustep-base/gnustep-back-xlib/Manifest b/gnustep-base/gnustep-back-xlib/Manifest new file mode 100644 index 000000000000..142e4e5076df --- /dev/null +++ b/gnustep-base/gnustep-back-xlib/Manifest @@ -0,0 +1,5 @@ +MD5 c13f377509279da7febf5019ca698cc7 gnustep-back-xlib-0.9.4_pre20040920.ebuild 876 +MD5 5d56f34c65dc527f22852a933a96c008 ChangeLog 466 +MD5 ef356714ab02a84c6e88fe3720749aea metadata.xml 1022 +MD5 819cd42faa7b7f3b139c3cb886adc63b files/digest-gnustep-back-xlib-0.9.4_pre20040920 82 +MD5 14c86d6ff5e83af36ad3d54266af5c99 files/config-gnustep-back-xlib.sh 181 diff --git a/gnustep-base/gnustep-back-xlib/files/config-gnustep-back-xlib.sh b/gnustep-base/gnustep-back-xlib/files/config-gnustep-back-xlib.sh new file mode 100644 index 000000000000..f81b377f9f39 --- /dev/null +++ b/gnustep-base/gnustep-back-xlib/files/config-gnustep-back-xlib.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +echo "Switching to libgnustep-xlib backend ..." +echo "defaults write NSGlobalDomain GSBackend libgnustep-xlib" +defaults write NSGlobalDomain GSBackend libgnustep-xlib + diff --git a/gnustep-base/gnustep-back-xlib/files/digest-gnustep-back-xlib-0.9.4_pre20040920 b/gnustep-base/gnustep-back-xlib/files/digest-gnustep-back-xlib-0.9.4_pre20040920 new file mode 100644 index 000000000000..5248061ca250 --- /dev/null +++ b/gnustep-base/gnustep-back-xlib/files/digest-gnustep-back-xlib-0.9.4_pre20040920 @@ -0,0 +1 @@ +MD5 6a5ec5821935b5525898a07cf800d479 gnustep-back-0.9.4_pre20040920.tar.gz 412664 diff --git a/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.9.4_pre20040920.ebuild b/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.9.4_pre20040920.ebuild new file mode 100644 index 000000000000..198dd114ecff --- /dev/null +++ b/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.9.4_pre20040920.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.9.4_pre20040920.ebuild,v 1.1 2004/09/24 01:03:33 fafhrd Exp $ + +inherit gnustep + +S=${WORKDIR}/back + +DESCRIPTION="Default X11 back-end component for the GNUstep GUI Library." + +HOMEPAGE="http://www.gnustep.org" +SRC_URI="mirro://gentoo/gnustep-back-${PV}.tar.gz" +KEYWORDS="~x86" +SLOT="0" +LICENSE="LGPL-2.1" + +PROVIDE="virtual/gnustep-back" + +IUSE="${IUSE} opengl xim doc" +DEPEND="${GNUSTEP_GUI_DEPEND} + =gnustep-base/gnustep-gui-0.9.4_pre20040920 + opengl? ( virtual/opengl virtual/glu ) + virtual/xft + =media-libs/freetype-2.1*" +RDEPEND="${DEPEND} + ${DOC_RDEPEND}" + +src_compile() { + egnustep_env + + use opengl && myconf="--enable-glx" + myconf="$myconf `use_enable xim`" + myconf="$myconf --enable-server=x11" + myconf="$myconf --enable-graphics=xlib --with-name=xlib" + econf $myconf || die "configure failed" + + egnustep_make +} + diff --git a/gnustep-base/gnustep-back-xlib/metadata.xml b/gnustep-base/gnustep-back-xlib/metadata.xml new file mode 100644 index 000000000000..b954196de55c --- /dev/null +++ b/gnustep-base/gnustep-back-xlib/metadata.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>gnustep</herd> +<longdescription> +It is a back-end component for the GNUstep GUI Library. The +implementation of the GNUstep GUI Library is designed in two parts. The +first part is the front-end component which is independent of platform +and display system. This front-end is combined with a back-end +component which handles all of the display system dependent such as +specific calls to the X Window System. This design allows the GNUstep +applications to have the "look and feel" of the underlying display +system without any changes to the application, and the library can be +easily ported to other display systems. + +The GNUstep GUI Backend is for platforms using the X-Window System or +Window's Systems. It works via a DPS emulation engine to emulate the +DPS functions required by the front-end system. + +This package installs a backend that supports X11. +</longdescription> +</pkgmetadata> |