diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2003-09-02 09:25:31 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2003-09-02 09:25:31 +0000 |
commit | 5603f3aaedc3f794d5754d79a6fcbd75ed4aa653 (patch) | |
tree | a72bf3b6ccb8bc58ca0756f3d735a702a0771110 /x11-wm | |
parent | tweak (diff) | |
download | historical-5603f3aaedc3f794d5754d79a6fcbd75ed4aa653.tar.gz historical-5603f3aaedc3f794d5754d79a6fcbd75ed4aa653.tar.bz2 historical-5603f3aaedc3f794d5754d79a6fcbd75ed4aa653.zip |
changed comments
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fvwm/Manifest | 2 | ||||
-rw-r--r-- | x11-wm/fvwm/fvwm-2.5.7-r2.ebuild | 11 |
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-wm/fvwm/Manifest b/x11-wm/fvwm/Manifest index 57ebb8211af1..c3ea4a70943e 100644 --- a/x11-wm/fvwm/Manifest +++ b/x11-wm/fvwm/Manifest @@ -1,4 +1,4 @@ -MD5 2eb3bb9c3dbc61d8709ab2fc87b196fb fvwm-2.5.7-r2.ebuild 8214 +MD5 ab216b1be265acaf48424e3d2548e376 fvwm-2.5.7-r2.ebuild 8476 MD5 c2eeb0a9ce5240f426cdfa121e0fe84f fvwm-2.4.16-r1.ebuild 4020 MD5 b44ca250c8b822f0bfeb5f11d7824f78 fvwm-2.5.7-r1.ebuild 7876 MD5 7e8dad745798db4e98817ffb0925bf4a fvwm-2.5.7.ebuild 5591 diff --git a/x11-wm/fvwm/fvwm-2.5.7-r2.ebuild b/x11-wm/fvwm/fvwm-2.5.7-r2.ebuild index 82f03fa17d28..7e2c14d2ae80 100644 --- a/x11-wm/fvwm/fvwm-2.5.7-r2.ebuild +++ b/x11-wm/fvwm/fvwm-2.5.7-r2.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.7-r2.ebuild,v 1.5 2003/09/02 09:17:57 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.7-r2.ebuild,v 1.6 2003/09/02 09:25:26 taviso Exp $ inherit gnuconfig @@ -40,8 +40,9 @@ RDEPEND="readline? ( >=sys-libs/readline-4.1 virtual/x11" # XXX: gtk2 perl bindings require dev-perl/gtk2-perl, worth a dependency? # XXX: gtk perl bindings require dev-perl/gtk-perl, worth a dependency? -# XXX: netpbm is used for some of the dynamic menu scripts features, assuming -# anyone with noxpm will not want them. +# XXX: netpbm is used for some of the dynamic menu scripts, which can +# generate mini icons or thumbnails using netpbm utilities... im +# assuming anyone with `use noxpm` will not want them. DEPEND="${RDEPEND} >=sys-apps/sed-4 sys-devel/automake @@ -64,6 +65,10 @@ src_compile() { local myconf="--libexecdir=/usr/lib --with-imagepath=/usr/include/X11/bitmaps:/usr/include/X11/pixmaps:/usr/share/icons/fvwm" # ImagePath should include /usr/share/icons/fvwm (x11-themes/fvwm_icons) + # + # Another iconset for fvwm, wm-icons, includes configurations and user + # configuration utilities to make them easy to use with fvwm, no need + # to put them in the default ImagePath. # use readline in FvwmConsole. if ! use readline; then |