titanofold 15/06/11 12:17:02 Modified: pgadmin3-desktop.patch Log: Fix bug 338843. Patch now modifies icon path. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Revision Changes Path 1.2 dev-db/pgadmin3/files/pgadmin3-desktop.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/files/pgadmin3-desktop.patch?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/files/pgadmin3-desktop.patch?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/files/pgadmin3-desktop.patch?r1=1.1&r2=1.2 Index: pgadmin3-desktop.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/files/pgadmin3-desktop.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pgadmin3-desktop.patch 25 Sep 2013 17:37:46 -0000 1.1 +++ pgadmin3-desktop.patch 11 Jun 2015 12:17:02 -0000 1.2 @@ -1,9 +1,12 @@ diff -Naruw a/pkg/pgadmin3.desktop b/pkg/pgadmin3.desktop ---- a/pkg/pgadmin3.desktop 2013-02-22 17:21:19.000000000 +0000 -+++ b/pkg/pgadmin3.desktop 2013-09-25 14:34:27.717913730 +0000 -@@ -4,7 +4,7 @@ +--- a/pkg/pgadmin3.desktop 2013-02-22 12:21:19.000000000 -0500 ++++ b/pkg/pgadmin3.desktop 2015-02-04 15:36:34.845312953 -0500 +@@ -2,9 +2,9 @@ + Encoding=UTF-8 + Name=pgAdmin III Exec=/usr/bin/pgadmin3 - Icon=/usr/share/pgadmin3/pgAdmin3.png +-Icon=/usr/share/pgadmin3/pgAdmin3.png ++Icon=/usr/share/pixmaps/pgadmin3.png Type=Application -Categories=Application;Development; -MimeType=text/html
