public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/synergy: synergy-1.4.5-r2.ebuild synergy-1.4.10.ebuild ChangeLog synergy-1.4.7.ebuild
@ 2012-08-11 17:34 Julian Ospald (hasufell)
  0 siblings, 0 replies; only message in thread
From: Julian Ospald (hasufell) @ 2012-08-11 17:34 UTC (permalink / raw
  To: gentoo-commits

hasufell    12/08/11 17:34:54

  Modified:             synergy-1.4.5-r2.ebuild synergy-1.4.10.ebuild
                        ChangeLog synergy-1.4.7.ebuild
  Log:
  fix icon issue wrt #430824, inherit flag-o-matic
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  x11-misc/synergy/synergy-1.4.5-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/synergy-1.4.5-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/synergy-1.4.5-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/synergy-1.4.5-r2.ebuild?r1=1.6&r2=1.7

Index: synergy-1.4.5-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/synergy/synergy-1.4.5-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- synergy-1.4.5-r2.ebuild	19 Jul 2012 15:59:54 -0000	1.6
+++ synergy-1.4.5-r2.ebuild	11 Aug 2012 17:34:54 -0000	1.7
@@ -1,10 +1,10 @@
 # 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.5-r2.ebuild,v 1.6 2012/07/19 15:59:54 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/synergy-1.4.5-r2.ebuild,v 1.7 2012/08/11 17:34:54 hasufell Exp $
 
 EAPI=4
 
-inherit eutils cmake-utils qt4-r2
+inherit eutils flag-o-matic cmake-utils qt4-r2
 
 DESCRIPTION="Lets you easily share a single mouse and keyboard between multiple computers."
 HOMEPAGE="http://synergy-foss.org/"



1.2                  x11-misc/synergy/synergy-1.4.10.ebuild

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

Index: synergy-1.4.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/synergy/synergy-1.4.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- synergy-1.4.10.ebuild	10 Aug 2012 13:49:23 -0000	1.1
+++ synergy-1.4.10.ebuild	11 Aug 2012 17:34:54 -0000	1.2
@@ -1,14 +1,15 @@
 # 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.1 2012/08/10 13:49:23 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/synergy-1.4.10.ebuild,v 1.2 2012/08/11 17:34:54 hasufell Exp $
 
 EAPI=4
 
-inherit eutils cmake-utils qt4-r2
+inherit eutils flag-o-matic gnome2-utils cmake-utils qt4-r2
 
 DESCRIPTION="Lets you easily share a single mouse and keyboard between multiple computers."
 HOMEPAGE="http://synergy-foss.org/"
-SRC_URI="http://${PN}.googlecode.com/files/${P}-Source.tar.gz"
+SRC_URI="http://${PN}.googlecode.com/files/${P}-Source.tar.gz
+	http://dev.gentoo.org/~hasufell/distfiles/${PN}.png"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -56,8 +57,7 @@
 
 	if use qt4 ; then
 		newbin bin/${PN} qsynergy
-		# FIXME: convert the .ico file to a real png instead
-		newicon src/gui/res/win/QSynergy.ico q${PN}.png
+		newicon -s 256 "${DISTDIR}"/${PN}.png q${PN}.png
 		make_desktop_entry q${PN} ${PN/s/S} q${PN} Utility;
 	fi
 
@@ -70,3 +70,15 @@
 
 	dodoc README doc/synergy.conf.example* ChangeLog
 }
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}



1.86                 x11-misc/synergy/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/ChangeLog?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/ChangeLog?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/ChangeLog?r1=1.85&r2=1.86

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/synergy/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	10 Aug 2012 13:49:23 -0000	1.85
+++ ChangeLog	11 Aug 2012 17:34:54 -0000	1.86
@@ -1,6 +1,10 @@
 # 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.85 2012/08/10 13:49:23 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/ChangeLog,v 1.86 2012/08/11 17:34:54 hasufell Exp $
+
+  11 Aug 2012; Julian Ospald <hasufell@gentoo.org> synergy-1.4.5-r2.ebuild,
+  synergy-1.4.7.ebuild, synergy-1.4.10.ebuild:
+  fix icon issue wrt #430824, inherit flag-o-matic
 
 *synergy-1.4.10 (10 Aug 2012)
 



1.3                  x11-misc/synergy/synergy-1.4.7.ebuild

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

Index: synergy-1.4.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/synergy/synergy-1.4.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- synergy-1.4.7.ebuild	19 Jul 2012 15:59:54 -0000	1.2
+++ synergy-1.4.7.ebuild	11 Aug 2012 17:34:54 -0000	1.3
@@ -1,10 +1,10 @@
 # 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.7.ebuild,v 1.2 2012/07/19 15:59:54 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/synergy-1.4.7.ebuild,v 1.3 2012/08/11 17:34:54 hasufell Exp $
 
 EAPI=4
 
-inherit eutils cmake-utils qt4-r2
+inherit eutils flag-o-matic cmake-utils qt4-r2
 
 DESCRIPTION="Lets you easily share a single mouse and keyboard between multiple computers."
 HOMEPAGE="http://synergy-foss.org/"





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

only message in thread, other threads:[~2012-08-11 17:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-11 17:34 [gentoo-commits] gentoo-x86 commit in x11-misc/synergy: synergy-1.4.5-r2.ebuild synergy-1.4.10.ebuild ChangeLog synergy-1.4.7.ebuild Julian Ospald (hasufell)

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