diff options
author | Michael Weber <xmw@gentoo.org> | 2011-10-06 00:00:59 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2011-10-06 00:00:59 +0000 |
commit | 1a74db258d1c7d63da23cdf9b2b229e3338849b6 (patch) | |
tree | 39f633d6581b245d96097e71bed6cfb2e8566793 /x11-wm | |
parent | keyword ~x86-fbsd (diff) | |
download | gentoo-2-1a74db258d1c7d63da23cdf9b2b229e3338849b6.tar.gz gentoo-2-1a74db258d1c7d63da23cdf9b2b229e3338849b6.tar.bz2 gentoo-2-1a74db258d1c7d63da23cdf9b2b229e3338849b6.zip |
Revbump to replace files/.desktop file with make_session_desktop
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/cwm/ChangeLog | 10 | ||||
-rw-r--r-- | x11-wm/cwm/cwm-20110908-r1.ebuild (renamed from x11-wm/cwm/cwm-20110908.ebuild) | 5 | ||||
-rw-r--r-- | x11-wm/cwm/cwm-20110913-r1.ebuild (renamed from x11-wm/cwm/cwm-20110913.ebuild) | 5 | ||||
-rw-r--r-- | x11-wm/cwm/files/cwm.desktop | 6 |
4 files changed, 13 insertions, 13 deletions
diff --git a/x11-wm/cwm/ChangeLog b/x11-wm/cwm/ChangeLog index 6357a86b635f..b412c5576b23 100644 --- a/x11-wm/cwm/ChangeLog +++ b/x11-wm/cwm/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for x11-wm/cwm # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/cwm/ChangeLog,v 1.25 2011/09/26 06:53:51 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/cwm/ChangeLog,v 1.26 2011/10/06 00:00:59 xmw Exp $ + +*cwm-20110913-r1 (05 Oct 2011) +*cwm-20110908-r1 (05 Oct 2011) + + 05 Oct 2011; Michael Weber <xmw@gentoo.org> -cwm-20110908.ebuild, + +cwm-20110908-r1.ebuild, -cwm-20110913.ebuild, +cwm-20110913-r1.ebuild, + -files/cwm.desktop: + Revbump to replace files/.desktop file with make_session_desktop *cwm-20110913 (26 Sep 2011) diff --git a/x11-wm/cwm/cwm-20110908.ebuild b/x11-wm/cwm/cwm-20110908-r1.ebuild index 2f99dd9a0095..ddd9bebb18dc 100644 --- a/x11-wm/cwm/cwm-20110908.ebuild +++ b/x11-wm/cwm/cwm-20110908-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/cwm/cwm-20110908.ebuild,v 1.2 2011/09/11 22:03:09 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/cwm/cwm-20110908-r1.ebuild,v 1.1 2011/10/06 00:00:59 xmw Exp $ EAPI=2 @@ -31,6 +31,5 @@ src_prepare() { src_install() { emake DESTDIR="${D}" install || die - insinto /usr/share/applications - doins "${FILESDIR}"/${PN}.desktop || die + make_session_desktop ${PN} ${PN} } diff --git a/x11-wm/cwm/cwm-20110913.ebuild b/x11-wm/cwm/cwm-20110913-r1.ebuild index 65a99b398498..3ad67a279b76 100644 --- a/x11-wm/cwm/cwm-20110913.ebuild +++ b/x11-wm/cwm/cwm-20110913-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/cwm/cwm-20110913.ebuild,v 1.1 2011/09/26 06:53:51 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/cwm/cwm-20110913-r1.ebuild,v 1.1 2011/10/06 00:00:59 xmw Exp $ EAPI=2 @@ -31,6 +31,5 @@ src_prepare() { src_install() { emake DESTDIR="${D}" install || die - insinto /usr/share/applications - doins "${FILESDIR}"/${PN}.desktop || die + make_session_desktop ${PN} ${PN} } diff --git a/x11-wm/cwm/files/cwm.desktop b/x11-wm/cwm/files/cwm.desktop deleted file mode 100644 index 9aab653744c4..000000000000 --- a/x11-wm/cwm/files/cwm.desktop +++ /dev/null @@ -1,6 +0,0 @@ -[Desktop Entry] -Name=cwm -Comment=OpenBSD fork of calmwm, a clean and lightweight window manager -Exec=/usr/bin/cwm -TryExec=/usr/bin/cwm -Type=XSession |