commit
c867bb0be8
2
HACKING
2
HACKING
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue