summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Goodyear <g2boojum@gentoo.org>2003-08-16 20:22:26 +0000
committerGrant Goodyear <g2boojum@gentoo.org>2003-08-16 20:22:26 +0000
commit2c6f6dd9be69d9e6543edeaf0f4f9ef31190bd87 (patch)
treed8a1a4341a30615196a694395215efe9c253e4f4 /x11-libs
parentfixed xmms plugin install location. See bug #26710 (diff)
downloadhistorical-2c6f6dd9be69d9e6543edeaf0f4f9ef31190bd87.tar.gz
historical-2c6f6dd9be69d9e6543edeaf0f4f9ef31190bd87.tar.bz2
historical-2c6f6dd9be69d9e6543edeaf0f4f9ef31190bd87.zip
fixed xmms plugin install location. See bug #26710
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/xosd/Manifest4
-rw-r--r--x11-libs/xosd/xosd-2.2.4.ebuild4
2 files changed, 4 insertions, 4 deletions
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