From b65a74287bf28bec6e020af51a34e123c670b531 Mon Sep 17 00:00:00 2001 From: Perberos Date: Tue, 8 Nov 2011 14:30:53 -0300 Subject: renaming from gcalctool to mate-conf --- data/Makefile.am | 12 +++--- data/gcalctool.1 | 33 --------------- data/gcalctool.desktop.in | 15 ------- data/mate-calc.1 | 33 +++++++++++++++ data/mate-calc.desktop.in | 15 +++++++ data/org.mate.gcalctool.gschema.xml.in | 75 ---------------------------------- data/org.mate.mate-calc.gschema.xml.in | 75 ++++++++++++++++++++++++++++++++++ 7 files changed, 129 insertions(+), 129 deletions(-) delete mode 100644 data/gcalctool.1 delete mode 100644 data/gcalctool.desktop.in create mode 100644 data/mate-calc.1 create mode 100644 data/mate-calc.desktop.in delete mode 100644 data/org.mate.gcalctool.gschema.xml.in create mode 100644 data/org.mate.mate-calc.gschema.xml.in (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index d92ab8c..b93b554 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,4 +1,4 @@ -uidir = $(datadir)/gcalctool +uidir = $(datadir)/mate-calc ui_DATA = \ preferences.ui \ buttons-basic.ui \ @@ -6,20 +6,20 @@ ui_DATA = \ buttons-financial.ui \ buttons-programming.ui -gsettings_SCHEMAS = org.mate.gcalctool.gschema.xml +gsettings_SCHEMAS = org.mate.mate-calc.gschema.xml @INTLTOOL_XML_NOMERGE_RULE@ @GSETTINGS_RULES@ Utilitiesdir = $(datadir)/applications -Utilities_in_files = gcalctool.desktop.in +Utilities_in_files = mate-calc.desktop.in Utilities_DATA = $(Utilities_in_files:.desktop.in=.desktop) @INTLTOOL_DESKTOP_RULE@ -man1_MANS = gcalctool.1 +man1_MANS = mate-calc.1 -EXTRA_DIST = $(ui_DATA) org.mate.gcalctool.gschema.xml.in gcalctool.desktop.in $(man1_MANS) +EXTRA_DIST = $(ui_DATA) org.mate.mate-calc.gschema.xml.in mate-calc.desktop.in $(man1_MANS) DISTCLEANFILES = \ Makefile.in \ - gcalctool.desktop \ + mate-calc.desktop \ $(gsettings_SCHEMAS) diff --git a/data/gcalctool.1 b/data/gcalctool.1 deleted file mode 100644 index 0b384b3..0000000 --- a/data/gcalctool.1 +++ /dev/null @@ -1,33 +0,0 @@ -.\" Copyright (c) 1987-2008 - Sun Microsystems, Inc. -.TH GCALCTOOL 1 "17 June 2009" -.SH NAME -gcalctool \- a desktop calculator -.SH SYNOPSIS -.B gcalctool -[ -.I OPTION -] ... -.SH DESCRIPTION -.B gcalctool -is the official calculator of the MATE desktop environment. -.SH OPTIONS -.TP -.B \-s, \-\-solve -Solve the equation provided following this option. -.TP -.B \-u, \-\-unittest -Run the unit tests. -.TP -.B \-v, \-\-version -Output version information and exit. -.TP -.B \-h, \-?, \-\-help -Prints the command line options. -.SH FILES -.PD 0 -.TP 18 -.B ~/.gcalctoolrc -user's personal gcalctool resources for customizing the appearance and color of -.B gcalctool -.sp -.LP diff --git a/data/gcalctool.desktop.in b/data/gcalctool.desktop.in deleted file mode 100644 index c23b8ac..0000000 --- a/data/gcalctool.desktop.in +++ /dev/null @@ -1,15 +0,0 @@ -[Desktop Entry] -_Name=Calculator -_Comment=Perform arithmetic, scientific or financial calculations -Exec=gcalctool -Icon=accessories-calculator -NotShowIn=KDE; -Terminal=false -Type=Application -StartupNotify=true -Categories=MATE;GTK;Utility;Calculator -X-MATE-DocPath=gcalctool/gcalctool.xml -X-MATE-Bugzilla-Bugzilla=MATE -X-MATE-Bugzilla-Product=gcalctool -X-MATE-Bugzilla-Component=general -X-MATE-Bugzilla-OtherBinaries=mate-calculator diff --git a/data/mate-calc.1 b/data/mate-calc.1 new file mode 100644 index 0000000..88d8f35 --- /dev/null +++ b/data/mate-calc.1 @@ -0,0 +1,33 @@ +.\" Copyright (c) 1987-2008 - Sun Microsystems, Inc. +.TH MATE_CALC 1 "17 June 2009" +.SH NAME +mate-calc \- a desktop calculator +.SH SYNOPSIS +.B mate-calc +[ +.I OPTION +] ... +.SH DESCRIPTION +.B mate-calc +is the official calculator of the MATE desktop environment. +.SH OPTIONS +.TP +.B \-s, \-\-solve +Solve the equation provided following this option. +.TP +.B \-u, \-\-unittest +Run the unit tests. +.TP +.B \-v, \-\-version +Output version information and exit. +.TP +.B \-h, \-?, \-\-help +Prints the command line options. +.SH FILES +.PD 0 +.TP 18 +.B ~/.mate-calcrc +user's personal mate-calc resources for customizing the appearance and color of +.B mate-calc +.sp +.LP diff --git a/data/mate-calc.desktop.in b/data/mate-calc.desktop.in new file mode 100644 index 0000000..dd2de5c --- /dev/null +++ b/data/mate-calc.desktop.in @@ -0,0 +1,15 @@ +[Desktop Entry] +_Name=Calculator +_Comment=Perform arithmetic, scientific or financial calculations +Exec=mate-calc +Icon=accessories-calculator +NotShowIn=KDE; +Terminal=false +Type=Application +StartupNotify=true +Categories=MATE;GTK;Utility;Calculator +X-MATE-DocPath=mate-calc/mate-calc.xml +X-MATE-Bugzilla-Bugzilla=MATE +X-MATE-Bugzilla-Product=mate-calc +X-MATE-Bugzilla-Component=general +X-MATE-Bugzilla-OtherBinaries=mate-calculator diff --git a/data/org.mate.gcalctool.gschema.xml.in b/data/org.mate.gcalctool.gschema.xml.in deleted file mode 100644 index 8a11a2c..0000000 --- a/data/org.mate.gcalctool.gschema.xml.in +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - 9 - - <_summary>Accuracy value - <_description>The number of digits displayed after the numeric point - - - 64 - - <_summary>Word size - <_description>The size of the words used in bitwise operations - - - 10 - - <_summary>Numeric Base - <_description>The numeric base - - - false - <_summary>Show Thousands Separators - <_description>Indicates whether thousands separators are shown in large numbers. - - - false - <_summary>Show Trailing Zeroes - <_description>Indicates whether any trailing zeroes after the numeric point should be shown in the display value. - - - 'fixed' - <_summary>Number format - <_description>The format to display numbers in - - - 'degrees' - <_summary>Angle units - <_description>The angle units to use - - - 'basic' - <_summary>Button mode - <_description>The button mode - - - '' - <_summary>Source currency - <_description>Currency of the current calculation - - - '' - <_summary>Target currency - <_description>Currency to convert the current calculation into - - - diff --git a/data/org.mate.mate-calc.gschema.xml.in b/data/org.mate.mate-calc.gschema.xml.in new file mode 100644 index 0000000..8a11a2c --- /dev/null +++ b/data/org.mate.mate-calc.gschema.xml.in @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + 9 + + <_summary>Accuracy value + <_description>The number of digits displayed after the numeric point + + + 64 + + <_summary>Word size + <_description>The size of the words used in bitwise operations + + + 10 + + <_summary>Numeric Base + <_description>The numeric base + + + false + <_summary>Show Thousands Separators + <_description>Indicates whether thousands separators are shown in large numbers. + + + false + <_summary>Show Trailing Zeroes + <_description>Indicates whether any trailing zeroes after the numeric point should be shown in the display value. + + + 'fixed' + <_summary>Number format + <_description>The format to display numbers in + + + 'degrees' + <_summary>Angle units + <_description>The angle units to use + + + 'basic' + <_summary>Button mode + <_description>The button mode + + + '' + <_summary>Source currency + <_description>Currency of the current calculation + + + '' + <_summary>Target currency + <_description>Currency to convert the current calculation into + + + -- cgit v1.2.1