public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/rodent: rodent-4.6.2.ebuild
@ 2011-04-10  6:46 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2011-04-10  6:46 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/04/10 06:46:36

  Modified:             rodent-4.6.2.ebuild
  Log:
  rewrite
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  x11-misc/rodent/rodent-4.6.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rodent/rodent-4.6.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rodent/rodent-4.6.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rodent/rodent-4.6.2.ebuild?r1=1.1&r2=1.2

Index: rodent-4.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/rodent/rodent-4.6.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rodent-4.6.2.ebuild	2 Apr 2011 21:11:42 -0000	1.1
+++ rodent-4.6.2.ebuild	10 Apr 2011 06:46:36 -0000	1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/rodent/rodent-4.6.2.ebuild,v 1.1 2011/04/02 21:11:42 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rodent/rodent-4.6.2.ebuild,v 1.2 2011/04/10 06:46:36 ssuominen Exp $
 
 EAPI=4
-inherit autotools eutils
+inherit autotools eutils fdo-mime gnome2-utils
 
 DESCRIPTION="a fast, small and powerful file manager and graphical shell"
 HOMEPAGE="http://sourceforge.net/projects/xffm/"
@@ -11,22 +11,45 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="dev-libs/glib:2
 	dev-libs/libxml2:2
 	dev-libs/libzip
+	sys-apps/file
 	x11-libs/gtk+:2
 	x11-libs/libSM
 	x11-libs/libX11"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig
-	dev-util/intltool"
+	dev-util/intltool
+	dev-util/pkgconfig"
 
-DOCS="AUTHORS ChangeLog NEWS README TODO"
+DOCS="ChangeLog README TODO"
 
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-libs.patch
 	eautoreconf
 }
+
+src_install() {
+	default
+
+	find "${D}" -name '*.la' -exec rm -f {} +
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	fdo-mime_desktop_database_update
+	fdo-mime_mime_database_update
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	fdo-mime_desktop_database_update
+	fdo-mime_mime_database_update
+	gnome2_icon_cache_update
+}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-10  6:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-10  6:46 [gentoo-commits] gentoo-x86 commit in x11-misc/rodent: rodent-4.6.2.ebuild Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox