summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-04-02 21:42:42 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-04-02 21:42:42 +0000
commit3433e75abca23c506386b2b3e8adc9fb4c803ea6 (patch)
tree068800939108282093bd1a80cbeb5d02f1fdcab1 /x11-misc
parentversion bump (diff)
downloadgentoo-2-3433e75abca23c506386b2b3e8adc9fb4c803ea6.tar.gz
gentoo-2-3433e75abca23c506386b2b3e8adc9fb4c803ea6.tar.bz2
gentoo-2-3433e75abca23c506386b2b3e8adc9fb4c803ea6.zip
fix conf file locations
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/wdm/ChangeLog7
-rw-r--r--x11-misc/wdm/wdm-1.22.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-misc/wdm/ChangeLog b/x11-misc/wdm/ChangeLog
index 8cab0a3db7de..0304f76c5465 100644
--- a/x11-misc/wdm/ChangeLog
+++ b/x11-misc/wdm/ChangeLog
@@ -1,11 +1,14 @@
# ChangeLog for x11-misc/wdm
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wdm/ChangeLog,v 1.1 2003/02/19 07:14:55 bcowan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wdm/ChangeLog,v 1.2 2003/04/02 21:42:42 liquidx Exp $
*wdm-1.22 (19 Feb 2003)
+ 02 Apr 2003; Alastair Tse <liquidx@gentoo.org> wdm-1.22.ebuild:
+ place config files in /etc/X11/wdm. fixes #18168.
+
19 Feb 2003; Brad Cowan <bcowan@gentoo.org> wdm-1.22.ebuild,
ChangeLog, files/digest-wdm-1.22, wdm :
Initial import. Ebuild submitted by Don Seiler <don@seiler.us>.
- \ No newline at end of file
+
diff --git a/x11-misc/wdm/wdm-1.22.ebuild b/x11-misc/wdm/wdm-1.22.ebuild
index de576939c05d..625413ceba8c 100644
--- a/x11-misc/wdm/wdm-1.22.ebuild
+++ b/x11-misc/wdm/wdm-1.22.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wdm/wdm-1.22.ebuild,v 1.1 2003/02/19 07:14:55 bcowan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wdm/wdm-1.22.ebuild,v 1.2 2003/04/02 21:42:42 liquidx Exp $
IUSE="truetype pam png jpeg gif tiff"
DESCRIPTION="WINGs Display Manager"
@@ -15,6 +15,7 @@ RDEPEND=">=x11-wm/WindowMaker-0.65.1"
DEPEND="${RDEPEND}
virtual/x11
+ sys-devel/gettext
truetype? ( x11-libs/xft )"
src_compile() {
@@ -27,6 +28,7 @@ src_compile() {
econf \
--exec-prefix=/usr \
+ --with-wdmdir=/etc/X11/wdm \
${myconf} || die
emake || die