From 5f9a9528c74e0de2cf6889ec69998464f7de318b Mon Sep 17 00:00:00 2001 From: MotoHoss Date: Sun, 12 Oct 2014 13:48:50 -0500 Subject: geyes: Rename binary and manpage. fixes #103 Avoid file collision with gnome applets. --- geyes/Makefile.am | 6 ++--- ...ate.applets.GeyesApplet.mate-panel-applet.in.in | 2 +- ...mate.panel.applet.GeyesAppletFactory.service.in | 2 +- man/Makefile.am | 2 +- man/geyes_applet.1 | 29 ---------------------- man/mate-geyes-applet.1 | 29 ++++++++++++++++++++++ 6 files changed, 35 insertions(+), 35 deletions(-) delete mode 100644 man/geyes_applet.1 create mode 100644 man/mate-geyes-applet.1 diff --git a/geyes/Makefile.am b/geyes/Makefile.am index d23fa119..09eaabf0 100644 --- a/geyes/Makefile.am +++ b/geyes/Makefile.am @@ -9,14 +9,14 @@ AM_CPPFLAGS = \ -DGEYES_THEMES_DIR=\""$(pkgdatadir)/geyes/"\" \ -DGEYES_MENU_UI_DIR=\""$(uidir)"\" -libexec_PROGRAMS = geyes-applet +libexec_PROGRAMS = mate-geyes-applet -geyes_applet_SOURCES = \ +mate_geyes_applet_SOURCES = \ geyes.c \ themes.c \ geyes.h -geyes_applet_LDADD = \ +mate_geyes_applet_LDADD = \ $(MATE_APPLETS4_LIBS) \ $(MATEDESKTOP_LIBS) \ -lm diff --git a/geyes/org.mate.applets.GeyesApplet.mate-panel-applet.in.in b/geyes/org.mate.applets.GeyesApplet.mate-panel-applet.in.in index d2080905..32db9be9 100644 --- a/geyes/org.mate.applets.GeyesApplet.mate-panel-applet.in.in +++ b/geyes/org.mate.applets.GeyesApplet.mate-panel-applet.in.in @@ -1,6 +1,6 @@ [Applet Factory] Id=GeyesAppletFactory -Location=@LIBEXECDIR@/geyes-applet +Location=@LIBEXECDIR@/mate-geyes-applet _Name=Geyes Applet Factory _Description=Geyes Applet Factory diff --git a/geyes/org.mate.panel.applet.GeyesAppletFactory.service.in b/geyes/org.mate.panel.applet.GeyesAppletFactory.service.in index f1363812..2f490e7b 100644 --- a/geyes/org.mate.panel.applet.GeyesAppletFactory.service.in +++ b/geyes/org.mate.panel.applet.GeyesAppletFactory.service.in @@ -1,3 +1,3 @@ [D-BUS Service] Name=org.mate.panel.applet.GeyesAppletFactory -Exec=@LIBEXECDIR@/geyes-applet +Exec=@LIBEXECDIR@/mate-geyes-applet diff --git a/man/Makefile.am b/man/Makefile.am index 14a8ef3a..6c27947a 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -2,7 +2,7 @@ man_MANS = \ mate-charpick-applet.1 \ mate-cpufreq-selector.1 \ mate-drivemount-applet.1 \ - geyes_applet.1 \ + mate-geyes-applet.1 \ invest-chart.1 \ mateweather.1 \ multiload_applet.1 diff --git a/man/geyes_applet.1 b/man/geyes_applet.1 deleted file mode 100644 index 71e6741a..00000000 --- a/man/geyes_applet.1 +++ /dev/null @@ -1,29 +0,0 @@ -.\" This manpage has been automatically generated by docbook2man -.\" from a DocBook document. This tool can be found at: -.\" -.\" Please send any bug reports, improvements, comments, patches, -.\" etc. to Steve Cheng . -.TH "GEYES_APPLET" "1" "10 februar 2002" "" "" -.SH NAME -geyes_applet \- gEyes Applet for the MATE panel. -.SH SYNOPSIS - -\fBgeyes_applet\fR [ \fB--activate-goad-server \fI[=GOAD_ID]\fB\fR ] - -.SH "DESCRIPTION" -.PP -\fBgeyes_applet\fR is a pair of eyes which follow your -mouse pointer around the screen. -.PP -To add this applet to a Panel, right-click on the Panel and -choose Applets->Amusements->gEyes. -.SH "OPTIONS" -.TP -\fB--activate-goad-server\fR -(Internal use only) GOAD server ID to activate. - -GOAD_ID is usually the applet name [\fBgeyes_applet\fR] -.SH "AUTHOR" -.PP -This manual page was written by Christian Marillat for -the Debian GNU/Linux system (but may be used by others). diff --git a/man/mate-geyes-applet.1 b/man/mate-geyes-applet.1 new file mode 100644 index 00000000..40ebe010 --- /dev/null +++ b/man/mate-geyes-applet.1 @@ -0,0 +1,29 @@ +.\" This manpage has been automatically generated by docbook2man +.\" from a DocBook document. This tool can be found at: +.\" +.\" Please send any bug reports, improvements, comments, patches, +.\" etc. to Steve Cheng . +.TH "MATE-GEYES-APPLET" "1" "10 februar 2002" "" "" +.SH NAME +mate-geyes-applet \- gEyes Applet for the MATE panel. +.SH SYNOPSIS + +\fBmate-geyes-applet\fR [ \fB--activate-goad-server \fI[=GOAD_ID]\fB\fR ] + +.SH "DESCRIPTION" +.PP +\fBmate-geyes-applet\fR is a pair of eyes which follow your +mouse pointer around the screen. +.PP +To add this applet to a Panel, right-click on the Panel and +choose Applets->Amusements->gEyes. +.SH "OPTIONS" +.TP +\fB--activate-goad-server\fR +(Internal use only) GOAD server ID to activate. + +GOAD_ID is usually the applet name [\fBgeyes_applet\fR] +.SH "AUTHOR" +.PP +This manual page was written by Christian Marillat for +the Debian GNU/Linux system (but may be used by others). -- cgit v1.2.1