diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-08 21:51:03 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-08 21:51:03 +0000 |
commit | cc94e2ba2f4733384d2dca5c8b33a977ab23d44e (patch) | |
tree | 3cc5e87f411a664abb91603dd7324d44e524b1f3 /net-im/gaim-rss-reader/files/patch-pixmaps_Makefile.in | |
parent | 2f2cde24bcbeea3ffd59e9c19cca0a9d219fad7c (diff) |
Add gaim-rss-reader, a plug-in fro Gaim that provides RSS news feed support.
It allows users to add/remove RSS feeds, and consult and update them through
a button on the conversation window.
PR: 70163
Submitted by: Patrick MARIE <mycroft@virgaria.org>
Notes
Notes:
svn path=/head/; revision=115687
Diffstat (limited to 'net-im/gaim-rss-reader/files/patch-pixmaps_Makefile.in')
-rw-r--r-- | net-im/gaim-rss-reader/files/patch-pixmaps_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/gaim-rss-reader/files/patch-pixmaps_Makefile.in b/net-im/gaim-rss-reader/files/patch-pixmaps_Makefile.in new file mode 100644 index 000000000000..3d2c86908ff5 --- /dev/null +++ b/net-im/gaim-rss-reader/files/patch-pixmaps_Makefile.in @@ -0,0 +1,11 @@ +--- pixmaps/Makefile.in.orig Sun Aug 8 13:52:53 2004 ++++ pixmaps/Makefile.in Sun Aug 8 13:53:08 2004 +@@ -103,7 +103,7 @@ + EXTRA_DIST = xml.png + + +-grrconfpixdir = $(datadir)/pixmaps/gaim/grr ++grrconfpixdir = $(datadir)/gnome/pixmaps/gaim/status/default + grrconfpix_DATA = xml.png + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../pre_config.h |