diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-01-07 19:26:21 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-01-07 19:26:21 +0000 |
commit | c796d71f4fe828a8272dfb0b897dd37666377ed4 (patch) | |
tree | c119ecd5795b8a747ba3bc149b45c7303cd7bc5f /dev-util/desktop-file-utils | |
parent | Stable for HPPA (bug #450286). (diff) | |
download | gentoo-2-c796d71f4fe828a8272dfb0b897dd37666377ed4.tar.gz gentoo-2-c796d71f4fe828a8272dfb0b897dd37666377ed4.tar.bz2 gentoo-2-c796d71f4fe828a8272dfb0b897dd37666377ed4.zip |
old
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'dev-util/desktop-file-utils')
3 files changed, 7 insertions, 69 deletions
diff --git a/dev-util/desktop-file-utils/ChangeLog b/dev-util/desktop-file-utils/ChangeLog index 30c1ddafead9..58529cfe3d80 100644 --- a/dev-util/desktop-file-utils/ChangeLog +++ b/dev-util/desktop-file-utils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/desktop-file-utils -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/ChangeLog,v 1.131 2012/12/01 19:19:30 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/ChangeLog,v 1.132 2013/01/07 19:26:20 ssuominen Exp $ + + 07 Jan 2013; Samuli Suominen <ssuominen@gentoo.org> + -desktop-file-utils-0.20-r1.ebuild, + -files/desktop-file-utils-0.20-validate_Categories_XFCE.patch: + old 01 Dec 2012; Raúl Porcel <armin76@gentoo.org> desktop-file-utils-0.21.ebuild: diff --git a/dev-util/desktop-file-utils/desktop-file-utils-0.20-r1.ebuild b/dev-util/desktop-file-utils/desktop-file-utils-0.20-r1.ebuild deleted file mode 100644 index 85e85efe5c8c..000000000000 --- a/dev-util/desktop-file-utils/desktop-file-utils-0.20-r1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/desktop-file-utils-0.20-r1.ebuild,v 1.11 2012/10/26 17:11:43 tetromino Exp $ - -EAPI=4 -inherit elisp-common eutils - -DESCRIPTION="Command line utilities to work with desktop menu entries" -HOMEPAGE="http://freedesktop.org/wiki/Software/desktop-file-utils" -SRC_URI="http://www.freedesktop.org/software/${PN}/releases/${P}.tar.xz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="emacs" - -RDEPEND=">=dev-libs/glib-2.12:2 - emacs? ( virtual/emacs )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -SITEFILE=50${PN}-gentoo.el - -DOCS=( AUTHORS ChangeLog HACKING NEWS README ) - -src_prepare() { - epatch "${FILESDIR}"/${P}-validate_Categories_XFCE.patch - - sed -i -e '/SUBDIRS =/s:misc::' Makefile.in || die -} - -src_configure() { - econf "$(use_with emacs lispdir "${SITELISP}"/${PN})" -} - -src_compile() { - default - use emacs && elisp-compile misc/desktop-entry-mode.el -} - -src_install() { - default - if use emacs; then - elisp-install ${PN} misc/*.el misc/*.elc || die - elisp-site-file-install "${FILESDIR}"/${SITEFILE} || die - fi -} - -pkg_postinst() { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/dev-util/desktop-file-utils/files/desktop-file-utils-0.20-validate_Categories_XFCE.patch b/dev-util/desktop-file-utils/files/desktop-file-utils-0.20-validate_Categories_XFCE.patch deleted file mode 100644 index 9cbcd7893a80..000000000000 --- a/dev-util/desktop-file-utils/files/desktop-file-utils-0.20-validate_Categories_XFCE.patch +++ /dev/null @@ -1,12 +0,0 @@ -http://lists.freedesktop.org/archives/xdg/2012-April/012348.html - ---- src/validate.c -+++ src/validate.c -@@ -499,6 +499,7 @@ - { "Core", FALSE, FALSE, FALSE, { NULL } }, - { "KDE", FALSE, FALSE, FALSE, { "Qt", NULL } }, - { "GNOME", FALSE, FALSE, FALSE, { "GTK", NULL } }, -+ { "XFCE", FALSE, FALSE, FALSE, { "GTK", NULL } }, - { "GTK", FALSE, FALSE, FALSE, { NULL } }, - { "Qt", FALSE, FALSE, FALSE, { NULL } }, - { "Motif", FALSE, FALSE, FALSE, { NULL } }, |