diff options
author | Stefano Karapetsas <[email protected]> | 2012-01-19 11:48:30 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-01-19 11:48:30 +0100 |
commit | 60fe93f5130407c3e02748341affbce360606c53 (patch) | |
tree | 5197edeaca2dcb0948a5a4bec7b56b9295548178 | |
parent | 40dd3d1c879d031e128c521a409007acf0051b25 (diff) | |
download | mate-panel-60fe93f5130407c3e02748341affbce360606c53.tar.bz2 mate-panel-60fe93f5130407c3e02748341affbce360606c53.tar.xz |
1.1.1 releasemate-panel-1.1.1
-rw-r--r-- | AUTHORS | 15 | ||||
-rw-r--r-- | HACKING | 20 | ||||
-rw-r--r-- | README | 13 | ||||
-rw-r--r-- | configure.ac | 5 | ||||
-rw-r--r-- | distro/archlinux/PKGBUILD | 2 | ||||
-rwxr-xr-x | distro/ubuntu/build | 2 |
6 files changed, 23 insertions, 34 deletions
@@ -1,4 +1,11 @@ mate-panel authors +------------------ + +Perberos <[email protected]> +Steve Zesch <[email protected]> +Stefano Karapetsas <[email protected]> + +gnome-panel authors ------------------- George Lebl <[email protected]> @@ -22,12 +29,12 @@ Ian McKellar <[email protected]> Arvind Samptur <[email protected]> Vincent Untz <[email protected]> -new libmate-panel-applet authors ---------------------------- +new libgnome-panel-applet authors +--------------------------------- Carlos Garcia Campos <[email protected]> -old libmate-panel-applet authors ---------------------------- +old libgnome-panel-applet authors +--------------------------------- Mark McLoughlin <[email protected]> Padraig O'Briain <[email protected]> @@ -3,29 +3,17 @@ Hacking on mate-panel + The development occurs in git: - http://git.gnome.org/browse/mate-panel + https://github.com/mate-desktop/mate-panel For information on how to access MATE git please read: - http://live.gnome.org/Git + http://wiki.mate-desktop.org + Please send patches as bug reports in MATE Bugzilla: - https://bugzilla.gnome.org/ (product mate-panel) - - Your patch should be in unified diff form (the -u option to GNU - diff). See also: - - http://live.gnome.org/MateLove/SubmittingPatches + https://github.com/mate-desktop/mate-panel/issues + Please try and send a patch against a recent version of this package. - Patches against git master are most preferable. + Patches (puill requests) against git master are most preferable. + Don't commit any but the most trivial patches without approval. - - + Exceptions to this are: - - - Translators may commit basic i18n related patches to the build - setup. - - Build sheriff are welcome - in accordance with the relevant build - sheriff constraints. @@ -17,12 +17,9 @@ several applets: You may download updates to the package from: - http://download.gnome.org/sources/mate-panel/ - -To discuss mate-panel, you may use the desktop-devel-list mailing list: - - http://mail.gnome.org/mailman/listinfo/desktop-devel-list + http://pub.mate-desktop.org/releases/ +mate-panel is a fork of gnome-panel. Installation ============ @@ -37,13 +34,9 @@ How to report bugs Bugs should be reported to the MATE bug tracking system: - https://bugzilla.gnome.org/ (product mate-panel) + https://github.com/mate-desktop/mate-panel/issues You will need to create an account for yourself. -Please read the following page on how to prepare a useful bug report: - - https://bugzilla.gnome.org/page.cgi?id=bug-writing.html - Please read the HACKING file for information on where to send changes or bugfixes for this package. diff --git a/configure.ac b/configure.ac index 276c6dc1..562f8d17 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,5 @@ -AC_INIT([mate-panel], [1.1.0], [http://www.mate-desktop.org]) +AC_INIT([mate-panel], [1.1.1], [https://github.com/mate-desktop/mate-panel/issues], + [mate-panel], [http://www.mate-desktop.org]) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2 tar-ustar -Wno-portability]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) @@ -306,7 +307,7 @@ AC_SUBST(MATECOMPONENT_ACT_IDLDIR) dnl **************************************************************************** -dnl * using Ubuntu hacks +dnl * Ubuntu hacks dnl **************************************************************************** AC_ARG_ENABLE(ubuntu, AS_HELP_STRING([--enable-ubuntu], [Enable Ubuntu Counter Hacks]), enable_ubuntu=yes, enable_ubuntu=no) diff --git a/distro/archlinux/PKGBUILD b/distro/archlinux/PKGBUILD index 6766abce..6c20a5df 100644 --- a/distro/archlinux/PKGBUILD +++ b/distro/archlinux/PKGBUILD @@ -1,5 +1,5 @@ pkgname=mate-panel -pkgver=1.1.0 +pkgver=1.1.1 pkgrel=1 pkgdesc="The MATE Panel" arch=('i686' 'x86_64') diff --git a/distro/ubuntu/build b/distro/ubuntu/build index 74b62e59..79e55733 100755 --- a/distro/ubuntu/build +++ b/distro/ubuntu/build @@ -2,7 +2,7 @@ # fill it pkgname=mate-panel -pkgver=1.1.0 +pkgver=1.1.1 pkgrel=1 pkgdesc="The MATE Panel" depends=('libwnck22' 'mate-conf' 'mate-menus' 'mate-desktop' 'librsvg2-2' 'hicolor-icon-theme' 'libcanberra-gtk0' 'libmatecomponentui' 'libmateweather') # 'evolution-data-server' |