summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorTavis Ormandy <taviso@gentoo.org>2003-11-03 13:41:03 +0000
committerTavis Ormandy <taviso@gentoo.org>2003-11-03 13:41:03 +0000
commitd906cef6e1a43d1f672c24c85cecc90fc4977b13 (patch)
tree81708fb46d2e9f7f464165a92f30de8b743d49d5 /x11-wm
parentebuild that compiles on amd64 (diff)
downloadhistorical-d906cef6e1a43d1f672c24c85cecc90fc4977b13.tar.gz
historical-d906cef6e1a43d1f672c24c85cecc90fc4977b13.tar.bz2
historical-d906cef6e1a43d1f672c24c85cecc90fc4977b13.zip
gnome-libs are not much use without FvwmGtk
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/fvwm/ChangeLog5
-rw-r--r--x11-wm/fvwm/Manifest4
-rw-r--r--x11-wm/fvwm/fvwm-2.5.8.ebuild25
3 files changed, 17 insertions, 17 deletions
diff --git a/x11-wm/fvwm/ChangeLog b/x11-wm/fvwm/ChangeLog
index 2cfc1acda05c..4bd530be6794 100644
--- a/x11-wm/fvwm/ChangeLog
+++ b/x11-wm/fvwm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-wm/fvwm
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/ChangeLog,v 1.40 2003/11/02 13:01:24 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/ChangeLog,v 1.41 2003/11/03 13:40:40 taviso Exp $
+
+ 03 Nov 2003; Tavis Ormandy <taviso@gentoo.org> fvwm-2.5.8.ebuild:
+ gnome libraries are not much use without FvwmGtk.
02 Nov 2003; Tavis Ormandy <taviso@gentoo.org> fvwm-2.5.8.ebuild:
inherit eutils, gnuconfig no longer required.
diff --git a/x11-wm/fvwm/Manifest b/x11-wm/fvwm/Manifest
index d12212dd17ba..3528d219a71a 100644
--- a/x11-wm/fvwm/Manifest
+++ b/x11-wm/fvwm/Manifest
@@ -1,8 +1,8 @@
MD5 e79bd2fa2e46e650aabaa16754e25583 fvwm-2.5.7-r5.ebuild 8757
-MD5 a5f0ee08aa2ab136eb50bcc7f75ac417 fvwm-2.5.8.ebuild 8181
+MD5 edac3d61b20f5370a8a120aa9045a4b9 fvwm-2.5.8.ebuild 8060
MD5 b893f78193652b275ce5d276ac38af29 fvwm-2.4.17.ebuild 3961
MD5 8fa93269e89c39d61e797e46a91b2872 fvwm-2.5.7-r3.ebuild 8726
-MD5 9bcecac4e2441cf91206e6646200b34d ChangeLog 8439
+MD5 db987a02bcabd19c8127dff219c6e392 ChangeLog 8560
MD5 ff13b9d8138fc41b3c9ebfa8665cb6db metadata.xml 524
MD5 e2ceb5d855c5406a09d82442196efad8 files/README.transluceny.gz 5788
MD5 b2af3c1c8fe4f142e2b8debbb5c59a94 files/digest-fvwm-2.4.17 65
diff --git a/x11-wm/fvwm/fvwm-2.5.8.ebuild b/x11-wm/fvwm/fvwm-2.5.8.ebuild
index 70eb533120c1..4615771177f0 100644
--- a/x11-wm/fvwm/fvwm-2.5.8.ebuild
+++ b/x11-wm/fvwm/fvwm-2.5.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.8.ebuild,v 1.2 2003/11/02 13:01:24 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.8.ebuild,v 1.3 2003/11/03 13:40:40 taviso Exp $
inherit eutils
@@ -21,8 +21,8 @@ RDEPEND="readline? ( >=sys-libs/readline-4.1
!ncurses? ( >=sys-libs/libtermcap-compat-1.2.3 ) )
gtk? ( =x11-libs/gtk+-1.2*
imlib? ( >=media-libs/gdk-pixbuf-0.21.0
- >=media-libs/imlib-1.9.14-r1 ) )
- gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 )
+ >=media-libs/imlib-1.9.14-r1 )
+ gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 ) )
rplay? ( >=media-sound/rplay-3.3.2 )
bidi? ( >=dev-libs/fribidi-0.10.4 )
png? ( >=media-libs/libpng-1.0.12-r2 )
@@ -87,20 +87,19 @@ src_compile() {
# since fvwm-2.5.8 GTK support can be diabled with --disable-gtk, previously
# we had to hide the includes/libs during configure. this is still the case
# for GDK image suport _with_ gtk, unfortunately.
+ # FvwmGtk can be built as a gnome application, or a Gtk+ application.
if ! use gtk; then
- myconf="${myconf} --disable-gtk"
+ myconf="${myconf} --disable-gtk --without-gnome"
else
if ! use imlib; then
einfo "ATTN: You can safely ignore any imlib related configure errors."
myconf="${myconf} --with-imlib-prefix=${T}"
fi
- fi
-
- # link with the gnome libraries, for better integration with the gnome desktop.
- if use gnome; then
- myconf="${myconf} --with-gnome"
- else
- myconf="${myconf} --without-gnome"
+ if ! use gnome; then
+ myconf="${myconf} --without-gnome"
+ else
+ myconf="${myconf} --with-gnome"
+ fi
fi
# rplay is a cool, but little used way of playing sounds over a network
@@ -109,7 +108,7 @@ src_compile() {
myconf="${myconf} --without-rplay-library"
fi
- # Install perl bindings for FvwmPerl.
+ # Install perl bindings.
if use perl; then
myconf="${myconf} --enable-perllib"
else
@@ -167,7 +166,6 @@ src_compile() {
fi
# disable xsm protocol (session management) support?
- # `nosm` instead of `sm` as some people dont check USE flags
if use nosm; then
myconf="${myconf} --disable-sm"
else
@@ -175,7 +173,6 @@ src_compile() {
fi
# disable xpm support? (maybe you only use png in your themes, or just solid colour?)
- # `noxpm` instead of `xpm`, as most people will want this.
if use noxpm; then
myconf="${myconf} --without-xpm-library"
fi