pacho       14/11/22 16:54:38

  Added:                gtorrentviewer-0.2b-underlinking.patch
                        gtorrentviewer-0.2b-desktop.patch
  Log:
  Fix underlinking (#510586 by Ted Tanberry and Leonid Kopylov), prepare to 
configure.in deprecation, fix tests, fix desktop file
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.1                  
net-p2p/gtorrentviewer/files/gtorrentviewer-0.2b-underlinking.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/gtorrentviewer/files/gtorrentviewer-0.2b-underlinking.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/gtorrentviewer/files/gtorrentviewer-0.2b-underlinking.patch?rev=1.1&content-type=text/plain

Index: gtorrentviewer-0.2b-underlinking.patch
===================================================================
--- configure.ac
+++ configure.ac
@@ -51,6 +51,11 @@
 # Checks for libraries.
 #
 
+dnl Check for libm for ceil()
+AC_SEARCH_LIBS([ceil], [m], [], [
+       AC_MSG_ERROR([unable to find the ceil() function])
+])
+
 # check for libcurl.
 AC_ARG_WITH([curl-config],
  AC_HELP_STRING([--with-curl-config=PATH], [path to curl-config (e.g. 
/opt/bin)]),



1.1                  
net-p2p/gtorrentviewer/files/gtorrentviewer-0.2b-desktop.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/gtorrentviewer/files/gtorrentviewer-0.2b-desktop.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/gtorrentviewer/files/gtorrentviewer-0.2b-desktop.patch?rev=1.1&content-type=text/plain

Index: gtorrentviewer-0.2b-desktop.patch
===================================================================
--- data/gtorrentviewer.desktop.in.old  2014-11-22 17:48:55.859683842 +0100
+++ data/gtorrentviewer.desktop.in      2014-11-22 17:49:25.400108137 +0100
@@ -3,11 +3,9 @@
 _GenericName=Torrent Viewer
 _Comment=Viewer and Editor for .torrent files
 Exec=gtorrentviewer %U
-Icon=gtorrentviewer.png
+Icon=gtorrentviewer
 StartupNotify=false
 Terminal=false
 Type=Application
-Encoding=UTF-8
-Categories=Application;Network;
+Categories=Network;
 MimeType=application/x-bittorrent;
-Version=0.2




Reply via email to