Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
rename to pluma
  • Loading branch information
raveit65 committed Oct 17, 2013
1 parent bd9e37b commit fa9c24a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion HACKING
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion autogen.sh
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions plugins/checkupdate/pluma-check-update-plugin.c
Expand Up @@ -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

Expand Down

0 comments on commit fa9c24a

Please sign in to comment.