From f4529e450dff5b8c458cdcded315620c1e5a512a Mon Sep 17 00:00:00 2001 From: Nicola Vitale Date: Fri, 15 Mar 2013 14:30:21 +0000 Subject: TICKR is a Free Open Source, GTK-based RSS READER application which displays RSS FEEDS in a TICKER bar on your desktop. With a single click, you get the latest headlines scrolling in a thin window on your desktop, as what can be seen on News TV channels. WWW: http://newsrssticker.com/ --- www/tickr/files/patch-src__tickr__tickr.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 www/tickr/files/patch-src__tickr__tickr.h (limited to 'www/tickr/files/patch-src__tickr__tickr.h') diff --git a/www/tickr/files/patch-src__tickr__tickr.h b/www/tickr/files/patch-src__tickr__tickr.h new file mode 100644 index 000000000000..86a4b41f401c --- /dev/null +++ b/www/tickr/files/patch-src__tickr__tickr.h @@ -0,0 +1,13 @@ +--- ./src/tickr/tickr.h.orig 2013-03-15 14:10:30.000000000 +0100 ++++ ./src/tickr/tickr.h 2013-03-15 14:11:17.000000000 +0100 +@@ -178,8 +178,8 @@ + # define STDERR_FILENAME2 "stderr2.txt" + #endif + #ifndef G_OS_WIN32 +-# define INSTALL_PATH "/usr/share/"APP_CMD +-# define IMAGES_PATH INSTALL_PATH"/pixmaps" ++# define INSTALL_PATH "%%PREFIX%%/share/" ++# define IMAGES_PATH INSTALL_PATH"/pixmaps/"APP_CMD + #else + # define IMAGES_PATH APP_NAME /* actually not a path but a dir name */ + #endif -- cgit v1.2.3