diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2003-08-16 20:22:26 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2003-08-16 20:22:26 +0000 |
commit | 8fcdd51498d76f9d1f34d594fd7b60f9163facfb (patch) | |
tree | f8ed266d8e2f095c07c2c37785e05d63588c6f3b /x11-libs/xosd | |
parent | fixed xmms plugin install location. See bug #26710 (diff) | |
download | gentoo-2-8fcdd51498d76f9d1f34d594fd7b60f9163facfb.tar.gz gentoo-2-8fcdd51498d76f9d1f34d594fd7b60f9163facfb.tar.bz2 gentoo-2-8fcdd51498d76f9d1f34d594fd7b60f9163facfb.zip |
fixed xmms plugin install location. See bug #26710
Diffstat (limited to 'x11-libs/xosd')
-rw-r--r-- | x11-libs/xosd/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/xosd/Manifest | 4 | ||||
-rw-r--r-- | x11-libs/xosd/xosd-2.2.4.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-libs/xosd/ChangeLog b/x11-libs/xosd/ChangeLog index f7c190c34cb5..34c2c86153fe 100644 --- a/x11-libs/xosd/ChangeLog +++ b/x11-libs/xosd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/xosd # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xosd/ChangeLog,v 1.18 2003/08/15 11:08:37 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xosd/ChangeLog,v 1.19 2003/08/16 20:22:21 g2boojum Exp $ + + 16 Aug 2003; Nick Hadaway <raker@gentoo.org> xosd-2.2.4.ebuild: + Thanks to Jonathan Hitchcock on bug #26710 for noticing that the + xmms plugin gets installed to the wrong directory. *xosd-2.2.4 (15 Aug 2003) diff --git a/x11-libs/xosd/Manifest b/x11-libs/xosd/Manifest index 972ae63b772e..91dfc4c3d7a5 100644 --- a/x11-libs/xosd/Manifest +++ b/x11-libs/xosd/Manifest @@ -1,7 +1,7 @@ MD5 e4a882a5036bc137990beb929feb741e xosd-2.1.0.ebuild 880 MD5 0c40cf9d95918e886dade168e5427465 xosd-2.2.2.ebuild 855 -MD5 16e264a8dd0b85e5cc5f506c666d1f20 xosd-2.2.4.ebuild 980 -MD5 d52d8380982b9a973483e45dd00d42ec ChangeLog 2570 +MD5 7ca02d8675412ab06e0a09e0c966fefd xosd-2.2.4.ebuild 982 +MD5 21e0b565cb8b8becc32d02b75b4b6751 ChangeLog 2572 MD5 503ccb1138f9c49f0855884d830988a6 metadata.xml 253 MD5 871af9ed44d16b6e7117c1c7e8c719a4 files/digest-xosd-2.1.0 62 MD5 e814c22dfad0c632dd6f372094d043ec files/digest-xosd-2.2.2 62 diff --git a/x11-libs/xosd/xosd-2.2.4.ebuild b/x11-libs/xosd/xosd-2.2.4.ebuild index c6954bc63334..2a8f1ada0b3a 100644 --- a/x11-libs/xosd/xosd-2.2.4.ebuild +++ b/x11-libs/xosd/xosd-2.2.4.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-libs/xosd/xosd-2.2.4.ebuild,v 1.1 2003/08/15 11:08:37 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xosd/xosd-2.2.4.ebuild,v 1.2 2003/08/16 20:22:21 g2boojum Exp $ DESCRIPTION="Library for overlaying text/glyphs in X-Windows \ X-On-Screen-Display plus binary for sending text from command line." @@ -24,7 +24,7 @@ src_unpack() { src_compile() { if [ "`use xmms`" ]; then - myconf="--with-plugindir=/usr/lib/xmms" + myconf="--with-plugindir=/usr/lib/xmms/General" else myconf="--without-plugindir" fi |