diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2004-09-24 01:03:17 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2004-09-24 01:03:17 +0000 |
commit | 0628768fd84c874f86b537e85cf5f9bea6d4f534 (patch) | |
tree | 7360e9a974bb11ddb47c6affb8d66d846e9514d9 /gnustep-base/gnustep-back-art | |
parent | typo (Manifest recommit) (diff) | |
download | gentoo-2-0628768fd84c874f86b537e85cf5f9bea6d4f534.tar.gz gentoo-2-0628768fd84c874f86b537e85cf5f9bea6d4f534.tar.bz2 gentoo-2-0628768fd84c874f86b537e85cf5f9bea6d4f534.zip |
Major commit of many files relating to updated GNUstep ebuidlds
Diffstat (limited to 'gnustep-base/gnustep-back-art')
6 files changed, 95 insertions, 0 deletions
diff --git a/gnustep-base/gnustep-back-art/ChangeLog b/gnustep-base/gnustep-back-art/ChangeLog new file mode 100644 index 000000000000..1e266f6de02a --- /dev/null +++ b/gnustep-base/gnustep-back-art/ChangeLog @@ -0,0 +1,14 @@ +# ChangeLog for gnustep-base/gnustep-back-art +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-art/ChangeLog,v 1.1 2004/09/24 01:03:17 fafhrd Exp $ + +*gnustep-back-art-0.9.4_pre20040908 (08 Sep 2004) + + 08 Sep 2004; Armando Di Cianno <fafhrd@gentoo.org> +metadata.xml, + +files/config-gnustep-back-art.sh, + +gnustep-back-art-0.9.4_pre20040908.ebuild: + Version bump; key'd for ~x86. + + 28 Aug 2004; Armando Di Cianno <fafhrd@gentoo.org> : + Added first gnustep-back-art package. + diff --git a/gnustep-base/gnustep-back-art/Manifest b/gnustep-base/gnustep-back-art/Manifest new file mode 100644 index 000000000000..f9b5abfe9924 --- /dev/null +++ b/gnustep-base/gnustep-back-art/Manifest @@ -0,0 +1,5 @@ +MD5 b063b70388e4c56111838377adb8d69e gnustep-back-art-0.9.4_pre20040920.ebuild 905 +MD5 c8ff1368c4be4a16340077823f6aade1 ChangeLog 461 +MD5 e2bc2a5b2bdec3808102e5a2caf41f7f metadata.xml 1030 +MD5 819cd42faa7b7f3b139c3cb886adc63b files/digest-gnustep-back-art-0.9.4_pre20040920 82 +MD5 0abe8063b45310e7054368e01af7ca77 files/config-gnustep-back-art.sh 178 diff --git a/gnustep-base/gnustep-back-art/files/config-gnustep-back-art.sh b/gnustep-base/gnustep-back-art/files/config-gnustep-back-art.sh new file mode 100644 index 000000000000..e54eda2f23cd --- /dev/null +++ b/gnustep-base/gnustep-back-art/files/config-gnustep-back-art.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +echo "Switching to libgnustep-art backend ..." +echo "defaults write NSGlobalDomain GSBackend libgnustep-art" +defaults write NSGlobalDomain GSBackend libgnustep-art + +echo "Setting default fonts..." +defaults write NSGlobalDomain NSFont BitstreamVeraSans-Roman +defaults write NSGlobalDomain NSBoldFont BitstreamVeraSans-Bold +defaults write NSGlobalDomain NSUserFixedPitchFont BitstreamVeraSansMono-Roman + diff --git a/gnustep-base/gnustep-back-art/files/digest-gnustep-back-art-0.9.4_pre20040920 b/gnustep-base/gnustep-back-art/files/digest-gnustep-back-art-0.9.4_pre20040920 new file mode 100644 index 000000000000..5248061ca250 --- /dev/null +++ b/gnustep-base/gnustep-back-art/files/digest-gnustep-back-art-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-art/gnustep-back-art-0.9.4_pre20040920.ebuild b/gnustep-base/gnustep-back-art/gnustep-back-art-0.9.4_pre20040920.ebuild new file mode 100644 index 000000000000..7bfd46978a26 --- /dev/null +++ b/gnustep-base/gnustep-back-art/gnustep-back-art-0.9.4_pre20040920.ebuild @@ -0,0 +1,42 @@ +# 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-art/gnustep-back-art-0.9.4_pre20040920.ebuild,v 1.1 2004/09/24 01:03:17 fafhrd Exp $ + +inherit gnustep + +S=${WORKDIR}/back + +DESCRIPTION="libart_lgpl 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 ) + gnustep-libs/artresources + =gnustep-base/mknfonts-0.5 + virtual/xft + =media-libs/freetype-2.1* + =media-libs/libart_lgpl-2.3*" +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=art --with-name=art" + econf $myconf || die "configure failed" + + egnustep_make +} + diff --git a/gnustep-base/gnustep-back-art/metadata.xml b/gnustep-base/gnustep-back-art/metadata.xml new file mode 100644 index 000000000000..c194f017d8bf --- /dev/null +++ b/gnustep-base/gnustep-back-art/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 libart_lgpl. +</longdescription> +</pkgmetadata> |