diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-07 12:45:26 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-07 12:45:26 +0800 |
commit | 466fecc955c4edadfec86bb995303a05e20a36c0 (patch) | |
tree | ba5799f0b49cd481a7d0b834a53da412ed91ba59 /x11-fonts/gnome-font-sampler/files | |
parent | ae02cb4fcd9a5e211cbf998df8eec4521072dbe9 (diff) | |
download | marcuscom-ports-466fecc955c4edadfec86bb995303a05e20a36c0.tar marcuscom-ports-466fecc955c4edadfec86bb995303a05e20a36c0.tar.gz marcuscom-ports-466fecc955c4edadfec86bb995303a05e20a36c0.tar.bz2 marcuscom-ports-466fecc955c4edadfec86bb995303a05e20a36c0.tar.lz marcuscom-ports-466fecc955c4edadfec86bb995303a05e20a36c0.tar.xz marcuscom-ports-466fecc955c4edadfec86bb995303a05e20a36c0.tar.zst marcuscom-ports-466fecc955c4edadfec86bb995303a05e20a36c0.zip |
share/gnome/ -> share/.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9365 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fonts/gnome-font-sampler/files')
-rw-r--r-- | x11-fonts/gnome-font-sampler/files/patch-Makefile.in | 29 | ||||
-rw-r--r-- | x11-fonts/gnome-font-sampler/files/patch-gfontsampler.desktop.in | 15 |
2 files changed, 44 insertions, 0 deletions
diff --git a/x11-fonts/gnome-font-sampler/files/patch-Makefile.in b/x11-fonts/gnome-font-sampler/files/patch-Makefile.in new file mode 100644 index 000000000..5f1a1bf44 --- /dev/null +++ b/x11-fonts/gnome-font-sampler/files/patch-Makefile.in @@ -0,0 +1,29 @@ +--- Makefile.in.orig Fri Dec 31 21:17:40 2004 ++++ Makefile.in Fri Dec 31 21:18:55 2004 +@@ -154,7 +154,7 @@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ + +-SUBDIRS = intl po macros include src pixmaps ++SUBDIRS = intl po macros src pixmaps + + gfontsamplerdocdir = ${prefix}/doc/gfontsampler + gfontsamplerdoc_DATA = \ +@@ -561,7 +561,7 @@ + all-am: Makefile $(DATA) config.h + installdirs: installdirs-recursive + installdirs-am: +- $(mkinstalldirs) $(DESTDIR)$(gfontsampler_glade_filedir) $(DESTDIR)$(gfontsamplerdocdir) $(DESTDIR)$(gnomemenudir) ++ $(mkinstalldirs) $(DESTDIR)$(gfontsampler_glade_filedir) $(DESTDIR)$(gnomemenudir) + + install: install-recursive + install-exec: install-exec-recursive +@@ -607,7 +607,7 @@ + info-am: + + install-data-am: install-gfontsampler_glade_fileDATA \ +- install-gfontsamplerdocDATA install-gnomemenuDATA ++ install-gnomemenuDATA + + install-exec-am: + diff --git a/x11-fonts/gnome-font-sampler/files/patch-gfontsampler.desktop.in b/x11-fonts/gnome-font-sampler/files/patch-gfontsampler.desktop.in new file mode 100644 index 000000000..a7dd5cd20 --- /dev/null +++ b/x11-fonts/gnome-font-sampler/files/patch-gfontsampler.desktop.in @@ -0,0 +1,15 @@ +--- gfontsampler.desktop.in.orig Wed Jan 26 21:35:52 2005 ++++ gfontsampler.desktop.in Wed Jan 26 21:36:33 2005 +@@ -1,9 +1,10 @@ +- + [Desktop Entry] + Name=Font Sampler + Comment=View and compare your fonts + Exec=gfontsampler +-Icon=@PACKAGE_PIXMAPS_DIR@/gfontsampler-icon.png ++Icon=gfontsampler-icon.png + Terminal=false + MultipleArgs=false + Type=Application ++Categories=Application;Utility; ++StartupNotify=true |