Merge pull request #34 from NiceandGently/master

rename to pluma
This commit is contained in:
Stefano Karapetsas 2013-10-17 16:22:03 -07:00
commit c867bb0be8
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 pluma source code is maintained using the git version control system
and is available at the following location: 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 Please don't commit directly to the git repository unless
you have been given the green light to commit freely to pluma. you have been given the green light to commit freely to pluma.

View File

@ -4,7 +4,7 @@
srcdir=`dirname $0` srcdir=`dirname $0`
test -z "$srcdir" && srcdir=. test -z "$srcdir" && srcdir=.
PKG_NAME="mate-text-editor" PKG_NAME="pluma"
(test -f $srcdir/configure.ac) || { (test -f $srcdir/configure.ac) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" 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) m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version)
AC_INIT([pluma], [pluma_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]) [pluma], [http://mate-desktop.org])
AC_CONFIG_HEADERS(config.h) AC_CONFIG_HEADERS(config.h)
@ -589,7 +589,7 @@ it from:
Or checkout the mate-${stable_version} branch of the pluma module 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, Thanks,
The pluma team The pluma team

View File

@ -43,10 +43,10 @@
#define VERSION_PLACE "<a href=\"[0-9]\\.[0-9]+/\">" #define VERSION_PLACE "<a href=\"[0-9]\\.[0-9]+/\">"
#ifdef G_OS_WIN32 #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" #define FILE_REGEX "pluma\\-setup\\-[0-9]+\\.[0-9]+\\.[0-9]+(\\-[0-9]+)?\\.exe"
#else #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" #define FILE_REGEX "pluma\\-[0-9]+\\.[0-9]+\\.[0-9]+(\\-[0-9]+)?\\.dmg"
#endif #endif