rename to pluma

This commit is contained in:
raveit65 2013-10-18 01:01:11 +02:00
parent bd9e37bc9a
commit fa9c24a8d3
4 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@ guidelines for pluma
pluma source code is maintained using the git version control system
and is available at the following location:
https://github.com/mate-desktop/mate-text-editor
https://github.com/mate-desktop/pluma
Please don't commit directly to the git repository unless
you have been given the green light to commit freely to pluma.

View File

@ -4,7 +4,7 @@
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
PKG_NAME="mate-text-editor"
PKG_NAME="pluma"
(test -f $srcdir/configure.ac) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"

View File

@ -8,7 +8,7 @@ m4_define(pluma_micro_version, 0)
m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version)
AC_INIT([pluma], [pluma_version],
[https://github.com/mate-desktop/mate-text-editor/issues],
[https://github.com/mate-desktop/pluma/issues],
[pluma], [http://mate-desktop.org])
AC_CONFIG_HEADERS(config.h)
@ -589,7 +589,7 @@ it from:
Or checkout the mate-${stable_version} branch of the pluma module from:
git://github.com/mate-desktop/mate-text-editor.git
git://github.com/mate-desktop/pluma.git
Thanks,
The pluma team

View File

@ -43,10 +43,10 @@
#define VERSION_PLACE "<a href=\"[0-9]\\.[0-9]+/\">"
#ifdef G_OS_WIN32
#define PLUMA_URL "http://pub.mate-desktop.org/sources/mate-text-editor/"
#define PLUMA_URL "http://pub.mate-desktop.org/sources/pluma/"
#define FILE_REGEX "pluma\\-setup\\-[0-9]+\\.[0-9]+\\.[0-9]+(\\-[0-9]+)?\\.exe"
#else
#define PLUMA_URL "http://pub.mate-desktop.org/sources/mate-text-editor/"
#define PLUMA_URL "http://pub.mate-desktop.org/sources/pluma/"
#define FILE_REGEX "pluma\\-[0-9]+\\.[0-9]+\\.[0-9]+(\\-[0-9]+)?\\.dmg"
#endif