summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-09-05 08:20:34 +0000
committerJustin Lecher <jlec@gentoo.org>2012-09-05 08:20:34 +0000
commita69d31a7100becf3138e377a6834e3f4167dbb43 (patch)
treec80a66e4c1c9e5624a276854dc94e3f3a73d9671 /x11-plugins
parentUse domenu instead insinto + doins to install .desktop files (diff)
downloadhistorical-a69d31a7100becf3138e377a6834e3f4167dbb43.tar.gz
historical-a69d31a7100becf3138e377a6834e3f4167dbb43.tar.bz2
historical-a69d31a7100becf3138e377a6834e3f4167dbb43.zip
Use domenu instead insinto + doins to install .desktop files
Package-Manager: portage-2.2.0_alpha124/cvs/Linux x86_64
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmcdplay/ChangeLog7
-rw-r--r--x11-plugins/wmcdplay/wmcdplay-1.0_beta1.ebuild7
-rw-r--r--x11-plugins/wmgrabimage/ChangeLog5
-rw-r--r--x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild5
-rw-r--r--x11-plugins/wmjsql/ChangeLog6
-rw-r--r--x11-plugins/wmjsql/wmjsql-0.5.ebuild20
-rw-r--r--x11-plugins/wmlaptop/ChangeLog6
-rw-r--r--x11-plugins/wmlaptop/wmlaptop-1.3.ebuild5
-rw-r--r--x11-plugins/wmlaptop/wmlaptop-1.4.ebuild5
-rw-r--r--x11-plugins/wmload/ChangeLog7
-rw-r--r--x11-plugins/wmload/wmload-0.9.2.ebuild7
-rw-r--r--x11-plugins/wmlpq/ChangeLog8
-rw-r--r--x11-plugins/wmlpq/wmlpq-0.2.1-r1.ebuild7
-rw-r--r--x11-plugins/wmlpq/wmlpq-0.2.1-r2.ebuild7
-rw-r--r--x11-plugins/wmrecord/ChangeLog8
-rw-r--r--x11-plugins/wmrecord/files/wmrecord.desktop1
-rw-r--r--x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild15
-rw-r--r--x11-plugins/wmsvencd/ChangeLog7
-rw-r--r--x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild20
19 files changed, 84 insertions, 69 deletions
diff --git a/x11-plugins/wmcdplay/ChangeLog b/x11-plugins/wmcdplay/ChangeLog
index 7b7e69ab2ab9..1bf2de002039 100644
--- a/x11-plugins/wmcdplay/ChangeLog
+++ b/x11-plugins/wmcdplay/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmcdplay
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcdplay/ChangeLog,v 1.8 2010/08/31 10:07:38 s4t4n Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcdplay/ChangeLog,v 1.9 2012/09/05 08:14:17 jlec Exp $
+
+ 05 Sep 2012; Justin Lecher <jlec@gentoo.org> wmcdplay-1.0_beta1.ebuild:
+ Use domenu instead insinto + doins to install .desktop files
31 Aug 2010; Michele Noberasco <s4t4n@gentoo.org> wmcdplay-1.0_beta1.ebuild:
Honour LDFLAGS. Closes bug #335376.
diff --git a/x11-plugins/wmcdplay/wmcdplay-1.0_beta1.ebuild b/x11-plugins/wmcdplay/wmcdplay-1.0_beta1.ebuild
index 641f712b05ac..4485217f6c7c 100644
--- a/x11-plugins/wmcdplay/wmcdplay-1.0_beta1.ebuild
+++ b/x11-plugins/wmcdplay/wmcdplay-1.0_beta1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcdplay/wmcdplay-1.0_beta1.ebuild,v 1.9 2010/08/31 10:07:38 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcdplay/wmcdplay-1.0_beta1.ebuild,v 1.10 2012/09/05 08:14:17 jlec Exp $
inherit eutils
@@ -46,6 +46,5 @@ src_install() {
dodoc ARTWORK README
- insinto /usr/share/applications
- doins "${FILESDIR}"/${PN}.desktop
+ domenu "${FILESDIR}"/${PN}.desktop
}
diff --git a/x11-plugins/wmgrabimage/ChangeLog b/x11-plugins/wmgrabimage/ChangeLog
index f78b72cf03de..a6bf4fd45fec 100644
--- a/x11-plugins/wmgrabimage/ChangeLog
+++ b/x11-plugins/wmgrabimage/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmgrabimage
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v 1.15 2012/02/15 09:48:47 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v 1.16 2012/09/05 08:16:38 jlec Exp $
+
+ 05 Sep 2012; Justin Lecher <jlec@gentoo.org> wmgrabimage-0.72-r1.ebuild:
+ Use domenu instead insinto + doins to install .desktop files
15 Feb 2012; Bernard Cafarelli <voyageur@gentoo.org>
wmgrabimage-0.72-r1.ebuild:
diff --git a/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild b/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild
index db14a346eecc..09953b2515a5 100644
--- a/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild
+++ b/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v 1.11 2012/02/15 09:48:47 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v 1.12 2012/09/05 08:16:38 jlec Exp $
inherit eutils
@@ -48,6 +48,5 @@ src_install() {
dodoc ../{BUGS,CHANGES,HINTS,TODO}
- insinto /usr/share/applications
- doins "${FILESDIR}"/${PN}.desktop
+ domenu "${FILESDIR}"/${PN}.desktop
}
diff --git a/x11-plugins/wmjsql/ChangeLog b/x11-plugins/wmjsql/ChangeLog
index 2d85ade29ca2..dc44cc13d506 100644
--- a/x11-plugins/wmjsql/ChangeLog
+++ b/x11-plugins/wmjsql/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmjsql
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmjsql/ChangeLog,v 1.13 2012/02/15 09:49:12 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmjsql/ChangeLog,v 1.14 2012/09/05 08:16:55 jlec Exp $
+
+ 05 Sep 2012; Justin Lecher <jlec@gentoo.org> wmjsql-0.5.ebuild:
+ Use domenu instead insinto + doins to install .desktop files
15 Feb 2012; Bernard Cafarelli <voyageur@gentoo.org> wmjsql-0.5.ebuild:
Update HOMEPAGE and SRC_URI, thanks Lorenz in bug #394607
@@ -43,4 +46,3 @@
17 Jul 2004; Michele Noberasco <s4t4n@gentoo.org> wmjsql-0.5.ebuild:
Initial import. Thanks to Przemyslaw Maciag. Closes #54558.
-
diff --git a/x11-plugins/wmjsql/wmjsql-0.5.ebuild b/x11-plugins/wmjsql/wmjsql-0.5.ebuild
index e332a66545e6..c5f773cae017 100644
--- a/x11-plugins/wmjsql/wmjsql-0.5.ebuild
+++ b/x11-plugins/wmjsql/wmjsql-0.5.ebuild
@@ -1,19 +1,19 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmjsql/wmjsql-0.5.ebuild,v 1.14 2012/02/15 09:49:12 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmjsql/wmjsql-0.5.ebuild,v 1.15 2012/09/05 08:16:55 jlec Exp $
EAPI=2
-IUSE=""
+inherit eutils
MY_P="${PN}"
-S="${WORKDIR}/${MY_P}"
DESCRIPTION="MySQL monitor dockapp"
-SRC_URI="http://dockapps.windowmaker.org/download.php/id/73/${P}.tar.gz"
HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/42"
+SRC_URI="http://dockapps.windowmaker.org/download.php/id/73/${P}.tar.gz"
-RDEPEND="x11-libs/libX11
+RDEPEND="
+ x11-libs/libX11
x11-libs/libXext
x11-libs/libXpm"
DEPEND="${RDEPEND}
@@ -24,14 +24,17 @@ DEPEND="${RDEPEND}
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="ppc sparc x86"
+IUSE=""
+
+S="${WORKDIR}/${MY_P}"
src_prepare() {
- sed -i "s/make/\$(MAKE)/g" src/Makefile
+ sed -i "s/make/\$(MAKE)/g" src/Makefile || die
}
src_compile() {
cd "${S}"/src
- make clean
+ emake clean || die
emake CFLAGS="${CFLAGS}" SYSTEM="${LDFLAGS}" || die
}
@@ -43,6 +46,5 @@ src_install() {
cd "${S}"
dodoc CREDITS README TODO
- insinto /usr/share/applications
- doins "${FILESDIR}"/${PN}.desktop
+ domenu "${FILESDIR}"/${PN}.desktop
}
diff --git a/x11-plugins/wmlaptop/ChangeLog b/x11-plugins/wmlaptop/ChangeLog
index 4ffc05db7fb7..9e2f8cafc721 100644
--- a/x11-plugins/wmlaptop/ChangeLog
+++ b/x11-plugins/wmlaptop/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmlaptop
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlaptop/ChangeLog,v 1.11 2012/02/15 09:49:42 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlaptop/ChangeLog,v 1.12 2012/09/05 08:17:10 jlec Exp $
+
+ 05 Sep 2012; Justin Lecher <jlec@gentoo.org> wmlaptop-1.3.ebuild,
+ wmlaptop-1.4.ebuild:
+ Use domenu instead insinto + doins to install .desktop files
15 Feb 2012; Bernard Cafarelli <voyageur@gentoo.org> wmlaptop-1.3.ebuild,
wmlaptop-1.4.ebuild:
diff --git a/x11-plugins/wmlaptop/wmlaptop-1.3.ebuild b/x11-plugins/wmlaptop/wmlaptop-1.3.ebuild
index a9e02e1309bd..488d960e5dfa 100644
--- a/x11-plugins/wmlaptop/wmlaptop-1.3.ebuild
+++ b/x11-plugins/wmlaptop/wmlaptop-1.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlaptop/wmlaptop-1.3.ebuild,v 1.10 2012/02/15 09:49:42 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlaptop/wmlaptop-1.3.ebuild,v 1.11 2012/09/05 08:17:10 jlec Exp $
inherit eutils
@@ -42,6 +42,5 @@ src_install() {
dodoc ../AUTHORS ../README ../README.IT ../THANKS
- insinto /usr/share/applications
- doins "${FILESDIR}/${PN}.desktop"
+ domenu "${FILESDIR}/${PN}.desktop"
}
diff --git a/x11-plugins/wmlaptop/wmlaptop-1.4.ebuild b/x11-plugins/wmlaptop/wmlaptop-1.4.ebuild
index 4dba8b3af232..69511d139154 100644
--- a/x11-plugins/wmlaptop/wmlaptop-1.4.ebuild
+++ b/x11-plugins/wmlaptop/wmlaptop-1.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlaptop/wmlaptop-1.4.ebuild,v 1.2 2012/02/15 09:49:42 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlaptop/wmlaptop-1.4.ebuild,v 1.3 2012/09/05 08:17:10 jlec Exp $
inherit eutils
@@ -42,6 +42,5 @@ src_install() {
dodoc ../AUTHORS ../README ../README.IT ../THANKS
- insinto /usr/share/applications
- doins "${FILESDIR}/${PN}.desktop"
+ domenu "${FILESDIR}/${PN}.desktop"
}
diff --git a/x11-plugins/wmload/ChangeLog b/x11-plugins/wmload/ChangeLog
index 5e200ab9b690..fedc60c3aaad 100644
--- a/x11-plugins/wmload/ChangeLog
+++ b/x11-plugins/wmload/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmload
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmload/ChangeLog,v 1.11 2010/08/25 15:54:04 darkside Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmload/ChangeLog,v 1.12 2012/09/05 08:17:42 jlec Exp $
+
+ 05 Sep 2012; Justin Lecher <jlec@gentoo.org> wmload-0.9.2.ebuild:
+ Use domenu instead insinto + doins to install .desktop files
25 Aug 2010; Jeremy Olexa <darkside@gentoo.org> wmload-0.9.2.ebuild,
+files/wmload-0.9.2-prefix.patch, +files/wmload.solaris.patch:
diff --git a/x11-plugins/wmload/wmload-0.9.2.ebuild b/x11-plugins/wmload/wmload-0.9.2.ebuild
index defdb35d43fa..ab4c6ae0ddf0 100644
--- a/x11-plugins/wmload/wmload-0.9.2.ebuild
+++ b/x11-plugins/wmload/wmload-0.9.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmload/wmload-0.9.2.ebuild,v 1.11 2010/08/25 15:54:04 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmload/wmload-0.9.2.ebuild,v 1.12 2012/09/05 08:17:42 jlec Exp $
EAPI=3
inherit eutils
@@ -46,6 +46,5 @@ src_install() {
dodoc README
- insinto /usr/share/applications
- doins "${FILESDIR}"/${PN}.desktop
+ domenu "${FILESDIR}"/${PN}.desktop
}
diff --git a/x11-plugins/wmlpq/ChangeLog b/x11-plugins/wmlpq/ChangeLog
index e6dc37aca48d..c747864f4a5f 100644
--- a/x11-plugins/wmlpq/ChangeLog
+++ b/x11-plugins/wmlpq/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmlpq
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlpq/ChangeLog,v 1.9 2011/05/19 19:11:04 c1pher Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlpq/ChangeLog,v 1.10 2012/09/05 08:19:40 jlec Exp $
+
+ 05 Sep 2012; Justin Lecher <jlec@gentoo.org> wmlpq-0.2.1-r1.ebuild,
+ wmlpq-0.2.1-r2.ebuild:
+ Use domenu instead insinto + doins to install .desktop files
*wmlpq-0.2.1-r2 (19 May 2011)
diff --git a/x11-plugins/wmlpq/wmlpq-0.2.1-r1.ebuild b/x11-plugins/wmlpq/wmlpq-0.2.1-r1.ebuild
index 2e095fd436a2..a7baee6d19cf 100644
--- a/x11-plugins/wmlpq/wmlpq-0.2.1-r1.ebuild
+++ b/x11-plugins/wmlpq/wmlpq-0.2.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlpq/wmlpq-0.2.1-r1.ebuild,v 1.4 2011/05/19 19:11:04 c1pher Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlpq/wmlpq-0.2.1-r1.ebuild,v 1.5 2012/09/05 08:19:40 jlec Exp $
inherit eutils
@@ -33,6 +33,5 @@ src_install()
dodoc README sample.wmlpqrc
newman wmlpq.1x wmlpq.1
- insinto /usr/share/applications
- doins "${FILESDIR}/${PN}.desktop"
+ domenu "${FILESDIR}/${PN}.desktop"
}
diff --git a/x11-plugins/wmlpq/wmlpq-0.2.1-r2.ebuild b/x11-plugins/wmlpq/wmlpq-0.2.1-r2.ebuild
index 4e01c3667a15..11d759c8568e 100644
--- a/x11-plugins/wmlpq/wmlpq-0.2.1-r2.ebuild
+++ b/x11-plugins/wmlpq/wmlpq-0.2.1-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlpq/wmlpq-0.2.1-r2.ebuild,v 1.1 2011/05/19 19:11:04 c1pher Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlpq/wmlpq-0.2.1-r2.ebuild,v 1.2 2012/09/05 08:19:40 jlec Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -39,6 +39,5 @@ src_install()
dodoc README sample.wmlpqrc || die
newman wmlpq.1x wmlpq.1 || die
- insinto /usr/share/applications
- doins "${FILESDIR}/${PN}.desktop" || die
+ domenu "${FILESDIR}/${PN}.desktop" || die
}
diff --git a/x11-plugins/wmrecord/ChangeLog b/x11-plugins/wmrecord/ChangeLog
index aaa3c1a6698b..c8a152d3aa98 100644
--- a/x11-plugins/wmrecord/ChangeLog
+++ b/x11-plugins/wmrecord/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmrecord
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrecord/ChangeLog,v 1.10 2010/09/13 09:20:28 s4t4n Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrecord/ChangeLog,v 1.11 2012/09/05 08:19:33 jlec Exp $
+
+ 05 Sep 2012; Justin Lecher <jlec@gentoo.org> files/wmrecord.desktop,
+ wmrecord-1.0.5.3-r1.ebuild:
+ Use domenu instead insinto + doins to install .desktop files
13 Sep 2010; Michele Noberasco <s4t4n@gentoo.org>; wmrecord-1.0.5.3-r1.ebuild:
Honour Gentoo LDFLAGS. Closes bug #336753.
diff --git a/x11-plugins/wmrecord/files/wmrecord.desktop b/x11-plugins/wmrecord/files/wmrecord.desktop
index acdb3fcc860f..b5149588415c 100644
--- a/x11-plugins/wmrecord/files/wmrecord.desktop
+++ b/x11-plugins/wmrecord/files/wmrecord.desktop
@@ -4,6 +4,5 @@ Comment=Audio recorder for WindowMaker
Comment[pl]=Rekorder dźwięku dla WindowMakera
Exec=wmrecord
Type=Application
-Encoding=UTF-8
Terminal=0
Categories=Application;Recorder;
diff --git a/x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild b/x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild
index 3e286c8a804a..8640ffdf42b3 100644
--- a/x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild
+++ b/x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild
@@ -1,14 +1,15 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild,v 1.8 2010/09/13 16:28:54 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild,v 1.9 2012/09/05 08:19:33 jlec Exp $
-IUSE=""
+inherit eutils
DESCRIPTION="A Dockable General Purpose Recording Utility"
-SRC_URI="http://ret009t0.eresmas.net/other_software/wmrecord/${PN}-1.0.5_20040218_0029.tgz"
HOMEPAGE="http://ret009t0.eresmas.net/other_software/wmrecord/"
+SRC_URI="http://ret009t0.eresmas.net/other_software/wmrecord/${PN}-1.0.5_20040218_0029.tgz"
-RDEPEND="x11-libs/libX11
+RDEPEND="
+ x11-libs/libX11
x11-libs/libXext
x11-libs/libXpm"
DEPEND="${RDEPEND}
@@ -18,6 +19,7 @@ DEPEND="${RDEPEND}
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ~ppc"
+IUSE=""
S=${WORKDIR}/${PN}-1.0.5
@@ -45,6 +47,5 @@ src_install() {
dodoc Changelog README TODO
- insinto /usr/share/applications
- doins "${FILESDIR}"/${PN}.desktop
+ domenu "${FILESDIR}"/${PN}.desktop
}
diff --git a/x11-plugins/wmsvencd/ChangeLog b/x11-plugins/wmsvencd/ChangeLog
index 3ace02bd25bc..56d40098154f 100644
--- a/x11-plugins/wmsvencd/ChangeLog
+++ b/x11-plugins/wmsvencd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmsvencd
-# Copyright 1999-2001 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsvencd/ChangeLog,v 1.9 2011/05/26 13:07:49 s4t4n Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsvencd/ChangeLog,v 1.10 2012/09/05 08:20:34 jlec Exp $
+
+ 05 Sep 2012; Justin Lecher <jlec@gentoo.org> wmsvencd-0.5.0.ebuild:
+ Use domenu instead insinto + doins to install .desktop files
26 May 2011; Michele Noberasco <s4t4n@gentoo.org> wmsvencd-0.5.0.ebuild:
Fixed non existent HOMEPAGE and SRC_URI (no replacements available). Closes bug #367181.
diff --git a/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild b/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild
index 1f34daceede0..9c61de5f0a8b 100644
--- a/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild
+++ b/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild
@@ -1,26 +1,24 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild,v 1.10 2011/05/26 13:07:49 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild,v 1.11 2012/09/05 08:20:34 jlec Exp $
inherit eutils
-IUSE=""
-
DESCRIPTION="Window Maker Dockable CD-Player with CDDB"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
HOMEPAGE="file:///dev/null"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
-DEPEND="x11-wm/windowmaker
+DEPEND="
+ x11-wm/windowmaker
x11-libs/libXpm"
-
RDEPEND="${DEPEND}"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ~ppc"
+IUSE=""
src_unpack() {
-
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/wmsvencd-compile.patch
@@ -29,17 +27,13 @@ src_unpack() {
}
src_compile() {
-
emake CFLAGS="${CFLAGS} -fno-strength-reduce" || die "make failed"
-
}
src_install() {
-
newman wmsvencd.1x wmsvencd.1
dobin wmsvencd
dodoc README
- insinto /usr/share/applications
- doins "${FILESDIR}"/${PN}.desktop
+ domenu "${FILESDIR}"/${PN}.desktop
}