summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2012-08-11 17:42:57 +0000
committerJulian Ospald <hasufell@gentoo.org>2012-08-11 17:42:57 +0000
commit51a6e88b47d41ca93f09423c3cc9f34bbe5732ec (patch)
tree3438b1ad1305a957f635dbf69b27ece21d20d54b /x11-misc/synergy
parentVersion bump with patch for new gpsd API wrt #424587 by "jannis". USE="static... (diff)
downloadgentoo-2-51a6e88b47d41ca93f09423c3cc9f34bbe5732ec.tar.gz
gentoo-2-51a6e88b47d41ca93f09423c3cc9f34bbe5732ec.tar.bz2
gentoo-2-51a6e88b47d41ca93f09423c3cc9f34bbe5732ec.zip
make icon cache update conditional
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/synergy')
-rw-r--r--x11-misc/synergy/ChangeLog5
-rw-r--r--x11-misc/synergy/synergy-1.4.10.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/synergy/ChangeLog b/x11-misc/synergy/ChangeLog
index 9542db27a904..67f49894a08d 100644
--- a/x11-misc/synergy/ChangeLog
+++ b/x11-misc/synergy/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/synergy
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/ChangeLog,v 1.86 2012/08/11 17:34:54 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/ChangeLog,v 1.87 2012/08/11 17:42:57 hasufell Exp $
+
+ 11 Aug 2012; Julian Ospald <hasufell@gentoo.org> synergy-1.4.10.ebuild:
+ make icon cache update conditional
11 Aug 2012; Julian Ospald <hasufell@gentoo.org> synergy-1.4.5-r2.ebuild,
synergy-1.4.7.ebuild, synergy-1.4.10.ebuild:
diff --git a/x11-misc/synergy/synergy-1.4.10.ebuild b/x11-misc/synergy/synergy-1.4.10.ebuild
index 9ef8c058ac2b..fd1d6d381f0e 100644
--- a/x11-misc/synergy/synergy-1.4.10.ebuild
+++ b/x11-misc/synergy/synergy-1.4.10.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-misc/synergy/synergy-1.4.10.ebuild,v 1.2 2012/08/11 17:34:54 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/synergy-1.4.10.ebuild,v 1.3 2012/08/11 17:42:57 hasufell Exp $
EAPI=4
@@ -72,13 +72,13 @@ src_install () {
}
pkg_preinst() {
- gnome2_icon_savelist
+ use qt4 && gnome2_icon_savelist
}
pkg_postinst() {
- gnome2_icon_cache_update
+ use qt4 && gnome2_icon_cache_update
}
pkg_postrm() {
- gnome2_icon_cache_update
+ use qt4 && gnome2_icon_cache_update
}