Skip to content

Commit

Permalink
prepare for 1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stefano-k committed Feb 29, 2012
1 parent c5dfae9 commit 6671aa0
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 95 deletions.
7 changes: 6 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
Jonathan Blandford <[email protected]>
MATE:
Perberos <[email protected]>
Steve Zesch <[email protected]>
Stefano Karapetsas <[email protected]>

GNOME:
Jonathan Blandford <[email protected]>
15 changes: 0 additions & 15 deletions MAINTAINERS

This file was deleted.

4 changes: 2 additions & 2 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PKG_NAME="mate-control-center"
exit 1
}

which mate-autogen.sh || {
which mate-autogen || {
echo "You need to install mate-common from the MATE Git"
exit 1
}
Expand All @@ -21,5 +21,5 @@ REQUIRED_AUTOMAKE_VERSION=1.9
USE_MATE2_MACROS=1
USE_COMMON_DOC_BUILD=yes

. mate-autogen.sh
. mate-autogen

4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([mate-control-center], [1.1.0], [htts://www.mate-desktop.org/])
AC_INIT([mate-control-center], [1.2.0], [htts://www.mate-desktop.org/])

AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([shell])
Expand Down Expand Up @@ -30,7 +30,7 @@ changequote([,])dnl

IT_PROG_INTLTOOL([0.37.1])

GETTEXT_PACKAGE=mate-control-center-2.0
GETTEXT_PACKAGE=mate-control-center
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext package])

Expand Down
33 changes: 0 additions & 33 deletions distro/ubuntu/build

This file was deleted.

13 changes: 0 additions & 13 deletions distro/ubuntu/postinst

This file was deleted.

10 changes: 0 additions & 10 deletions distro/ubuntu/postrm

This file was deleted.

8 changes: 0 additions & 8 deletions distro/ubuntu/preinst

This file was deleted.

11 changes: 0 additions & 11 deletions distro/ubuntu/prerm

This file was deleted.

0 comments on commit 6671aa0

Please sign in to comment.