commit e0bd0522713ef64e5506e6c14299cea079d716d2 Author: Perberos Date: Mon Jan 30 13:01:02 2012 -0300 set patch on archlinux script distro/archlinux/PKGBUILD | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit ca0a1d4873fa6faa9e1452781ef47cfdbfbe09c6 Author: Steve Zesch Date: Tue Jan 10 14:27:21 2012 -0500 Changed mate.gr.jp to gnome.gr.jp as requested in issue #86 po/ChangeLog | 4 ++-- po/ja.po | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) commit 566e3abd0b85fe83238dff3388d1613189854027 Author: Stefano Karapetsas Date: Sat Dec 10 17:55:35 2011 +0100 deleted autogenerated files AUTHORS | 2 +- Makefile.in | 785 ---- aclocal.m4 |10690 --------------------------------------------- config.guess | 1501 ------- config.h.in | 89 - config.sub | 1705 -------- configure.ac | 2 +- depcomp | 630 --- docs/Makefile.in | 729 --- gtk-doc.make | 230 - install-sh | 520 --- missing | 376 -- mkinstalldirs | 162 - po/Makefile.in.in | 217 - polkitgtkmate/Makefile.in | 838 ---- src/Makefile.in | 748 ---- 16 files changed, 2 insertions(+), 19222 deletions(-) commit ac277969bc572806ebe23ea577d9453342241375 Author: Steve Zesch Date: Fri Dec 9 23:26:43 2011 -0500 updated version configure.ac | 2 +- distro/archlinux/PKGBUILD | 2 +- distro/ubuntu/build | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) commit 2a0af63f00a454774ff33eb98d9795cf021c83aa Author: Steve Zesch Date: Fri Dec 2 20:13:38 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 1c69f467452c8f34d099019d463980ad57811192 Author: Perberos Date: Thu Dec 1 23:00:56 2011 -0300 moving from https://github.com/perberos/mate-desktop-environment AUTHORS | 2 + COPYING | 482 + HACKING | 28 + Makefile.am | 9 + Makefile.in | 785 ++ NEWS | 1 + README | 15 + TODO | 3 + aclocal.m4 |10690 ++++++++++++++++++++ autogen.sh | 24 + config.guess | 1501 +++ config.h.in | 89 + config.sub | 1705 ++++ configure.ac | 216 + depcomp | 630 ++ distro/archlinux/PKGBUILD | 30 + distro/ubuntu/build | 25 + docs/Makefile.am | 86 + docs/Makefile.in | 729 ++ docs/polkit-lock-button-lock-down.png | Bin 0 -> 2100 bytes docs/polkit-lock-button-locked.png | Bin 0 -> 2504 bytes docs/polkit-lock-button-not-authorized.png | Bin 0 -> 2505 bytes docs/polkit-lock-button-unlocked.png | Bin 0 -> 2575 bytes docs/version.xml.in | 1 + gtk-doc.make | 230 + install-sh | 520 + ltmain.sh | 9655 ++++++++++++++++++ missing | 376 + mkinstalldirs | 162 + po/ChangeLog | 213 + po/LINGUAS | 44 + po/Makefile.in.in | 217 + po/POTFILES.in | 8 + po/POTFILES.skip | 1 + po/ar.po | 563 + po/be.po | 104 + po/bn_IN.po | 243 + po/ca.po | 666 ++ po/cs.po | 742 ++ po/da.po | 501 + po/de.po | 624 ++ po/el.po | 846 ++ po/en_GB.po | 757 ++ po/es.po | 688 ++ po/eu.po | 253 + po/fi.po | 828 ++ po/fr.po | 263 + po/gl.po | 257 + po/gu.po | 248 + po/he.po | 757 ++ po/hi.po | 241 + po/hu.po | 257 + po/it.po | 260 + po/ja.po | 725 ++ po/kn.po | 254 + po/lt.po | 253 + po/ml.po | 244 + po/mr.po | 237 + po/nb.po | 739 ++ po/or.po | 258 + po/pa.po | 252 + po/pl.po | 265 + po/pt.po | 828 ++ po/pt_BR.po | 264 + po/ro.po | 263 + po/ru.po | 800 ++ po/sk.po | 255 + po/sl.po | 221 + po/sv.po | 463 + po/ta.po | 257 + po/te.po | 248 + po/th.po | 241 + po/uk.po | 254 + po/zh_CN.po | 725 ++ po/zh_HK.po | 725 ++ po/zh_TW.po | 729 ++ polkitgtkmate/Makefile.am | 106 + polkitgtkmate/Makefile.in | 838 ++ polkitgtkmate/example.c | 178 + polkitgtkmate/polkit-gtk-mate-1.pc.in | 11 + polkitgtkmate/polkitgtkmate.h | 32 + polkitgtkmate/polkitgtkmatetypes.h | 35 + polkitgtkmate/polkitlockbutton.c | 1192 +++ polkitgtkmate/polkitlockbutton.h | 118 + src/Makefile.am | 51 + src/Makefile.in | 748 ++ src/main.c | 278 + ...olkit-mate-authentication-agent-1.desktop.in.in | 9 + src/polkitmateauthenticationdialog.c | 1061 ++ src/polkitmateauthenticationdialog.h | 77 + src/polkitmateauthenticator.c | 508 + src/polkitmateauthenticator.h | 56 + src/polkitmatelistener.c | 253 + src/polkitmatelistener.h | 48 + 94 files changed, 52674 insertions(+), 0 deletions(-)