From 03d844827da69b46f7a9791c46e544954242b0ba Mon Sep 17 00:00:00 2001 From: Steve Zesch Date: Wed, 22 Feb 2012 21:19:55 -0500 Subject: Preparing for 1.2 release --- AUTHORS | 51 ++++++----- ChangeLog | 291 ++++++++++++++++++++++++++++++++++++++++++++++++++++------- README | 1 + autogen.sh | 4 +- configure.ac | 2 +- 5 files changed, 288 insertions(+), 61 deletions(-) diff --git a/AUTHORS b/AUTHORS index b32db8e..efa528e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,26 +1,31 @@ Authors: - Christian Hammond - John (J5) Palmieri - Perberos + MATE developers: + Perberos + Steve Zesch + Stefano Karapetsas -Contributors: - driehuis@playbeing.org - Ed Catmur - felix@hsgheli.de - Jim Ramsay - Luca Cavalli - Matt Walton - Pawel Worach - Rodney Dawes - Jonh Wendell - Vincent Untz + GNOME developers: + Christian Hammond + John (J5) Palmieri -Translators: - Arabic - Djihed Afifi - Dutch - Wouter Bolsterlee - German - Florian Steinel - Italian - Luca Ferretti - Japanese - Takeshi Aihana - Polish - Raven - Russian - Артём Попов - Swedish - Daniel Nylander + Contributors: + driehuis@playbeing.org + Ed Catmur + felix@hsgheli.de + Jim Ramsay + Luca Cavalli + Matt Walton + Pawel Worach + Rodney Dawes + Jonh Wendell + Vincent Untz + + Translators: + Arabic - Djihed Afifi + Dutch - Wouter Bolsterlee + German - Florian Steinel + Italian - Luca Ferretti + Japanese - Takeshi Aihana + Polish - Raven + Russian - Артём Попов + Swedish - Daniel Nylander diff --git a/ChangeLog b/ChangeLog index 310488d..f5060ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,47 +1,268 @@ -=== ChangeLog discontinued === +commit b203c311dc9e5edf1f62c4e3170a0f76a2b9643e +Author: Perberos +Date: Mon Jan 30 13:14:50 2012 -0300 - With the move to git, this module is switching from a ChangeLog file to - relying on commit messages to provide change history. Please write commit - messages in the format described at http://live.gnome.org/Git/CommitMessages + set patch on archlinux script - Below is a copy of this format: + distro/archlinux/PKGBUILD | 13 ++++++++----- + 1 files changed, 8 insertions(+), 5 deletions(-) -=== begin example commit === -[tag] Short explanation of the commit +commit c68c4c34bfc601ad735d50e6f7482df5762ab7ce +Author: Steve Zesch +Date: Tue Jan 10 14:25:04 2012 -0500 -Longer explanation explaining exactly what's changed, whether any -external or private interfaces changed, what bugs were fixed (with bug -tracker reference if applicable) and so forth. Be concise but not too brief. -=== end example commit === + Changed mate.gr.jp to gnome.gr.jp as requested in issue #86 - - The commit message is mainly for the other people, so they should be able - to understand it now and six months later. + po/ja.po | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) - - Always add a brief description of the commit to the _first_ line of the - commit and terminate by two newlines (it will work without the second - newline, but that is not nice for the interfaces). +commit 7155750255a6594e816095c3c0b5fbf49cad096e +Author: Stefano Karapetsas +Date: Mon Jan 2 16:28:04 2012 +0100 - - First line (the brief description) must only be one sentence and should - start with a capital letter unless it starts with a lowercase symbol or - identifier. Don't use a trailing period either. Don't exceed 72 characters. + updated it translation - - You can prefix the first line with one tag, to make it easier to know to - which part of the module the commit applies. For example, a commit with - "[fish] Make it work with newer fortune" in the mate-panel module clearly - applies to the fish applet. + po/it.po | 127 ++++++++++++++++++++++++++++++++++---------------------------- + 1 files changed, 70 insertions(+), 57 deletions(-) - - The main description (the body) is normal prose and should use normal - punctuation and capital letters where appropriate. Normally, for patches - sent to a mailing list it's copied from there. This main description can be - empty if the change is self-explanatory (eg: "Add DOAP file"). +commit 456dc22287e3135a2702f5759af375c5606e8715 +Author: Perberos +Date: Sun Jan 1 18:46:00 2012 -0300 - - When committing code on behalf of others use the --author option, e.g. git - commit -a --author "Joe Coder ". + GDK_DISPLAY() is deprecated - - When referring to a bug, you can use this form: bgo#12345. Use bgo for - bugzilla.gnome.org, but you can also reference bugs in other bug trackers: - rh means bugzilla.redhat.com, bnc means bugzilla.novell.com, lp means - launchpad.net, etc. + src/daemon/stack.c | 54 +++++++++++++++------------------------------------ + 1 files changed, 16 insertions(+), 38 deletions(-) - - When a commit closes a bug, the commit message should contain a line like: - Closes: http://bugzilla.gnome.org/show_bug.cgi?id=12345 +commit ec315ced4c463abe0db561867e54454a370c269c +Author: Stefano Karapetsas +Date: Mon Jan 2 00:40:10 2012 +0100 + + missing 'G', or we was using a DonkeyKong library?? + + src/daemon/daemon.c | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit 14c8b0f4b9a366ca4c4b5a5aa63a91ab2ac03f7c +Merge: f6b5b7e c8dadc4 +Author: Perberos +Date: Wed Dec 28 12:45:57 2011 -0800 + + Merge pull request #1 from RetroX/patch-1 + + Shouldn't conflict with notification-daemon. + +commit c8dadc48a116d4de12905704a045f24f1530ea98 +Author: Alex Charron +Date: Wed Dec 28 15:20:37 2011 -0500 + + Shouldn't conflict with notification-daemon. + + distro/archlinux/PKGBUILD | 1 - + 1 files changed, 0 insertions(+), 1 deletions(-) + +commit f6b5b7eb3f0214f93a8540ee85da60b8e8aef036 +Author: Stefano Karapetsas +Date: Sat Dec 10 00:53:40 2011 +0100 + + updated version to 1.1.0 + + AUTHORS | 1 + + configure.ac | 2 +- + 2 files changed, 2 insertions(+), 1 deletions(-) + +commit a4f57728a5cd402beb0325e321981cbb1ef19307 +Author: Stefano Karapetsas +Date: Sat Dec 10 00:51:47 2011 +0100 + + removed autogenerated files + + INSTALL | 365 ------- + Makefile.in | 822 -------------- + aclocal.m4 | 2277 --------------------------------------- + config.guess | 1501 -------------------------- + config.h.in | 116 -- + config.rpath | 497 --------- + config.sub | 1705 ----------------------------- + data/Makefile.in | 671 ------------ + depcomp | 630 ----------- + install-sh | 520 --------- + intl/Makefile.in | 337 ------ + missing | 376 ------- + mkinstalldirs | 162 --- + po/Makefile.in.in | 217 ---- + src/Makefile.in | 616 ----------- + src/capplet/Makefile.in | 669 ------------ + src/daemon/Makefile.in | 617 ----------- + src/themes/Makefile.in | 616 ----------- + src/themes/slider/Makefile.in | 604 ----------- + src/themes/standard/Makefile.in | 600 ----------- + 20 files changed, 0 insertions(+), 13918 deletions(-) + +commit d818374ac01d031988c1252d02c329a2c8cc9a1e +Author: Steve Zesch +Date: Fri Dec 2 20:18:55 2011 -0500 + + Changed version to 2011.12.01 + + configure.ac | 2 +- + distro/archlinux/PKGBUILD | 2 +- + distro/ubuntu/build | 2 +- + 3 files changed, 3 insertions(+), 3 deletions(-) + +commit 781b0ff3f74abd6f5353b6d08763bbba93f2f21c +Author: Perberos +Date: Thu Dec 1 22:49:12 2011 -0300 + + moving from https://github.com/perberos/mate-desktop-environment + + ABOUT-NLS | 393 + + AUTHORS | 25 + + COPYING | 340 + + ChangeLog | 47 + + INSTALL | 365 + + Makefile.am | 45 + + Makefile.in | 822 ++ + NEWS | 220 + + acinclude.m4 | 40 + + aclocal.m4 | 2277 +++++ + autogen.sh | 22 + + config.guess | 1501 +++ + config.h.in | 116 + + config.rpath | 497 + + config.sub | 1705 ++++ + configure.ac | 280 + + data/Makefile.am | 58 + + data/Makefile.in | 671 ++ + data/icons/16x16/mate-notification-properties.png | Bin 0 -> 514 bytes + data/icons/22x22/mate-notification-properties.png | Bin 0 -> 560 bytes + data/icons/24x24/mate-notification-properties.png | Bin 0 -> 554 bytes + data/icons/32x32/mate-notification-properties.png | Bin 0 -> 725 bytes + data/icons/48x48/mate-notification-properties.png | Bin 0 -> 938 bytes + .../scalable/mate-notification-properties.svg | 122 + + data/mate-notification-daemon.schemas.in | 53 + + data/org.freedesktop.mate.Notifications.service.in | 3 + + depcomp | 630 ++ + distro/archlinux/PKGBUILD | 43 + + distro/archlinux/mate-notification-daemon.install | 18 + + distro/ubuntu/build | 35 + + distro/ubuntu/postinst | 11 + + distro/ubuntu/postrm | 8 + + distro/ubuntu/preinst | 8 + + distro/ubuntu/prerm | 11 + + install-sh | 520 ++ + intl/ChangeLog | 4 + + intl/Makefile.in | 337 + + intl/VERSION | 1 + + intl/bindtextdom.c | 369 + + intl/config.charset | 440 + + intl/dcgettext.c | 58 + + intl/dcigettext.c | 1167 +++ + intl/dcngettext.c | 60 + + intl/dgettext.c | 59 + + intl/dngettext.c | 61 + + intl/eval-plural.h | 105 + + intl/explodename.c | 192 + + intl/finddomain.c | 198 + + intl/gettext.c | 64 + + intl/gettextP.h | 201 + + intl/gmo.h | 100 + + intl/hash-string.h | 59 + + intl/intl-compat.c | 166 + + intl/l10nflist.c | 400 + + intl/libgnuintl.h | 137 + + intl/loadinfo.h | 121 + + intl/loadmsgcat.c | 445 + + intl/localcharset.c | 345 + + intl/locale.alias | 78 + + intl/localealias.c | 419 + + intl/localename.c | 693 ++ + intl/ngettext.c | 68 + + intl/os2compat.c | 109 + + intl/os2compat.h | 46 + + intl/osdep.c | 24 + + intl/plural-exp.c | 156 + + intl/plural-exp.h | 122 + + intl/plural.c | 1322 +++ + intl/plural.y | 409 + + intl/ref-add.sin | 31 + + intl/ref-del.sin | 26 + + intl/textdomain.c | 142 + + ltmain.sh | 9655 ++++++++++++++++++++ + macros/codeset.m4 | 23 + + macros/gettext.m4 | 523 ++ + macros/glibc21.m4 | 32 + + macros/iconv.m4 | 96 + + macros/intltool.m4 | 216 + + macros/isc-posix.m4 | 24 + + macros/lcmessage.m4 | 32 + + macros/lib-ld.m4 | 97 + + macros/lib-link.m4 | 521 ++ + macros/lib-prefix.m4 | 148 + + macros/libtool.m4 | 7982 ++++++++++++++++ + macros/ltoptions.m4 | 384 + + macros/ltsugar.m4 | 123 + + macros/ltversion.m4 | 23 + + macros/lt~obsolete.m4 | 98 + + macros/progtest.m4 | 59 + + missing | 376 + + mkinstalldirs | 162 + + po/LINGUAS | 24 + + po/Makefile.in.in | 217 + + po/Makefile.in.in~ | 217 + + po/POTFILES.in | 6 + + po/Rules-quot | 42 + + po/ar.po | 42 + + po/boldquot.sed | 10 + + po/cs.po | 147 + + po/da.po | 110 + + po/de.po | 144 + + po/el.po | 114 + + po/en@boldquot.header | 25 + + po/en@quot.header | 22 + + po/es.po | 146 + + po/et.po | 89 + + po/fr.po | 137 + + po/gl.po | 151 + + po/hu.po | 154 + + po/insert-header.sin | 23 + + po/it.po | 141 + + po/ja.po | 140 + + po/lt.po | 150 + + po/nb.po | 104 + + po/nl.po | 43 + + po/pa.po | 153 + + po/pl.po | 156 + + po/pt_BR.po | 151 + + po/quot.sed | 6 + + po/ru.po | 148 + + po/sl.po | 141 + + po/sv.po | 126 + + po/zh_CN.po | 149 + + src/Makefile.am | 3 + + src/Makefile.in | 616 ++ + src/capplet/Makefile.am | 26 + + src/capplet/Makefile.in | 669 ++ + src/capplet/mate-notification-properties.c | 477 + + .../mate-notification-properties.desktop.in | 11 + + src/capplet/mate-notification-properties.ui | 261 + + src/daemon/Makefile.am | 30 + + src/daemon/Makefile.in | 617 ++ + src/daemon/daemon.c | 1650 ++++ + src/daemon/daemon.h | 103 + + src/daemon/engines.c | 338 + + src/daemon/engines.h | 60 + + src/daemon/notificationdaemon.xml | 40 + + src/daemon/sound.c | 39 + + src/daemon/sound.h | 29 + + src/daemon/stack.c | 409 + + src/daemon/stack.h | 50 + + src/themes/Makefile.am | 3 + + src/themes/Makefile.in | 616 ++ + src/themes/slider/Makefile.am | 15 + + src/themes/slider/Makefile.in | 604 ++ + src/themes/slider/theme.c | 914 ++ + src/themes/standard/Makefile.am | 11 + + src/themes/standard/Makefile.in | 600 ++ + src/themes/standard/theme.c | 1049 +++ + 149 files changed, 52862 insertions(+), 0 deletions(-) diff --git a/README b/README index e69de29..3f46828 100644 --- a/README +++ b/README @@ -0,0 +1 @@ +mate-notification-daemon is a fork of gnome-notification-daemon diff --git a/autogen.sh b/autogen.sh index 6aceccd..ea46030 100755 --- a/autogen.sh +++ b/autogen.sh @@ -12,11 +12,11 @@ PKG_NAME="mate-notification-daemon" exit 1 } -which mate-autogen.sh || { +which mate-autogen || { echo "You need to install mate-common from the MATE Git" exit 1 } USE_MATE2_MACROS=1 -. mate-autogen.sh +. mate-autogen diff --git a/configure.ac b/configure.ac index 540e1b5..9a4555a 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to create configure. dnl ################################################################ dnl # Initialize autoconf dnl ################################################################ -AC_INIT([mate-notification-daemon], [1.1.0], [http://www.mate-desktop.org]) +AC_INIT([mate-notification-daemon], [1.2.0], [http://www.mate-desktop.org]) AC_PREREQ(2.63) AC_CONFIG_HEADERS([config.h]) -- cgit v1.2.1