From 81d7720e912922961e82aa9b1a1dc87e7d75a74a Mon Sep 17 00:00:00 2001 From: Vladimir Nadvornik Date: Mon, 24 Mar 2008 09:55:09 +0000 Subject: [PATCH] more renames --- Makefile.am | 16 ++++++++-------- autogen.sh | 2 +- configure.in | 6 +++--- gqview.1 => geeqie.1 | 12 ++++++------ gqview.desktop => geeqie.desktop | 2 +- gqview.png => geeqie.png | Bin gqview.spec.in => geeqie.spec.in | 20 ++++++++++---------- 7 files changed, 29 insertions(+), 29 deletions(-) rename gqview.1 => geeqie.1 (95%) rename gqview.desktop => geeqie.desktop (97%) rename gqview.png => geeqie.png (100%) rename gqview.spec.in => geeqie.spec.in (80%) diff --git a/Makefile.am b/Makefile.am index 0e4d8367..bcfe4218 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,25 +3,25 @@ SUBDIRS = src po doc DIST_SUBDIRS = src po doc -man_MANS = gqview.1 +man_MANS = geeqie.1 -readmedir = $(datadir)/doc/gqview-$(VERSION) +readmedir = $(datadir)/doc/geeqie-$(VERSION) readme_DATA = README COPYING ChangeLog TODO desktopdir = $(datadir)/applications -desktop_DATA = gqview.desktop +desktop_DATA = geeqie.desktop icondir = $(datadir)/pixmaps -icon_DATA = gqview.png +icon_DATA = geeqie.png EXTRA_DIST = \ $(readme_DATA) \ $(desktop_DATA) \ $(icon_DATA) \ - gqview.spec.in \ - gqview.1 + geeqie.spec.in \ + geeqie.1 -dist-hook: gqview.spec - cp $(top_builddir)/gqview.spec $(distdir) +dist-hook: geeqie.spec + cp $(top_builddir)/geeqie.spec $(distdir) diff --git a/autogen.sh b/autogen.sh index 5647c144..09e4eb09 100755 --- a/autogen.sh +++ b/autogen.sh @@ -10,7 +10,7 @@ test -z "$srcdir" && srcdir=. && test -f $srcdir/src/main.c \ && test -f $srcdir/src/gqview.h) || { echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" - echo " top-level gqview directory" + echo " top-level geeqie directory" exit 1 } diff --git a/configure.in b/configure.in index a7ba3d85..f860488b 100644 --- a/configure.in +++ b/configure.in @@ -20,8 +20,8 @@ fi AM_PATH_GTK_2_0(2.4.0,,AC_MSG_ERROR(GTK+ >= 2.4.0 not installed.)) -AC_DEFINE_UNQUOTED(GQVIEW_HELPDIR, "$prefix/share/doc/gqview-$VERSION", [Location of documentation files]) -AC_DEFINE_UNQUOTED(GQVIEW_HTMLDIR, "$prefix/share/doc/gqview-$VERSION/html", [Location of html documentation]) +AC_DEFINE_UNQUOTED(GQVIEW_HELPDIR, "$prefix/share/doc/geeqie-$VERSION", [Location of documentation files]) +AC_DEFINE_UNQUOTED(GQVIEW_HTMLDIR, "$prefix/share/doc/geeqie-$VERSION/html", [Location of html documentation]) dnl checks for functions AC_CHECK_FUNCS(strverscmp) @@ -81,6 +81,6 @@ src/icons/Makefile src/icons/svg/Makefile po/Makefile.in doc/Makefile -gqview.spec +geeqie.spec ]) diff --git a/gqview.1 b/geeqie.1 similarity index 95% rename from gqview.1 rename to geeqie.1 index 5f652849..f7d81fef 100644 --- a/gqview.1 +++ b/geeqie.1 @@ -3,23 +3,23 @@ .\"Sergio Rua .\" .\" -.\" GQview manual page. +.\" Geeqie manual page. .\" (C)2004 John Ellis .\" .\" This document is free to modify and distribute. .\" -.TH gqview 1 "GQview" +.TH geeqie 1 "Geeqie" .SH NAME -GQview \- GTK based multiformat image viewer +Geeqie \- GTK based multiformat image viewer .SH SYNOPSIS -.B gqview +.B geeqie .RI [ options ] .RI [ path ] .br .SH DESCRIPTION -\fBGQview\fP is an interactive GTK based image viewer that supports multiple image formats, zooming, panning, thumbnails and sorting images into collections. +\fBGeeqie\fP is an interactive GTK based image viewer that supports multiple image formats, zooming, panning, thumbnails and sorting images into collections. .SH OPTIONS .B @@ -472,7 +472,7 @@ Copyright (C) 1999-2004 by John Ellis. Use this software at your own risk! This software released under the GNU General Public License. Please read the COPYING file for more information. .SH BUGS -Please send bug reports and feedback to gqview@users.sourceforge.net or the author, below. +Please send bug reports and feedback to geeqie-devel@lists.sourceforge.net .SH AUTHOR .B John Ellis diff --git a/gqview.desktop b/geeqie.desktop similarity index 97% rename from gqview.desktop rename to geeqie.desktop index 5e6cdfbb..4add9341 100644 --- a/gqview.desktop +++ b/geeqie.desktop @@ -15,7 +15,7 @@ Type=Application Terminal=false # Startup notification disabled, since the remote -r switch may not open a new window... #StartupNotify=false -#StartupWMClass=gqview +#StartupWMClass=geeqie Encoding=UTF-8 Categories=Application;Graphics;Viewer; MimeType=application/x-navi-animation;image/bmp;image/x-bmp;image/x-MS-bmp;image/gif;image/x-icon;image/jpeg;image/png;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-cmu-raster;image/x-sun-raster;image/x-tga;image/tiff;image/vnd.wap.wbmp;image/x-xbitmap;image/x-xpixmap;image/svg;image/svg+xml;image/x-png;image/xpm;image/x-ico;image/x-pcx; diff --git a/gqview.png b/geeqie.png similarity index 100% rename from gqview.png rename to geeqie.png diff --git a/gqview.spec.in b/geeqie.spec.in similarity index 80% rename from gqview.spec.in rename to geeqie.spec.in index 2a3ece22..c7d3c3f7 100644 --- a/gqview.spec.in +++ b/geeqie.spec.in @@ -2,38 +2,38 @@ Summary: Graphics file browser utility. Summary(fr): Explorateur de fichiers graphiques Summary(es): Navegador de archivos gráficos Summary(it): Visualizzatore di archivi grafici -Name: gqview +Name: geeqie Version: @VERSION@ Release: 1 License: GPL Group: Applications/Multimedia -Source: http://prdownloads.sourceforge.net/gqview/gqview-%{version}.tar.gz +Source: http://prdownloads.sourceforge.net/geeqie/geeqie-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root -URL: http://gqview.sourceforge.net +URL: http://geeqie.sourceforge.net Requires: gtk2 >= 2.4.0 %description -GQview is a browser for graphics files. +Geeqie is a browser for graphics files. Offering single click viewing of your graphics files. Includes thumbnail view, zoom and filtering features. And external editor support. %description -l fr -GQview est un explorateur de fichiers graphiques. +Geeqie est un explorateur de fichiers graphiques. Il permet d'un simple clic l'affichage de vos fichiers graphiques. Les capacités suivantes sont incluses: vue d'imagettes, zoom, filtres et support d'éditeurs externes. %description -l es -GQview es un navegador de archivos gráficos. +Geeqie es un navegador de archivos gráficos. Ofrece visualizar sus archivos gráficos con sólo hacer un clic. Incluye visualización de miniaturas, zoom, filtros y soporte para editores externos. %description -l it -GQView è un visualizzatore di archivi grafici. +Geeqie è un visualizzatore di archivi grafici. Offre la possibilità di visualizzare i tuoi files grafici grazie ad un singolo click. Include la rappresentazione tramite miniature e gli strumenti di zoom e @@ -68,9 +68,9 @@ rm -rf $RPM_BUILD_ROOT %defattr(-, root, root) %doc README COPYING TODO html -%{_bindir}/gqview +%{_bindir}/geeqie %{_datadir}/locale/*/*/* -%{_datadir}/applications/gqview.desktop -%{_datadir}/pixmaps/gqview.png +%{_datadir}/applications/geeqie.desktop +%{_datadir}/pixmaps/geeqie.png %{_mandir}/man?/* -- 2.20.1