commit 67a61fd8dd672f9d1498904dda8f593b2cad033f Author: Perberos Date: Tue Jan 24 13:11:22 2012 -0300 changing pkgbuild source method distro/archlinux/PKGBUILD | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) commit 22834c1f7b3454b97df2d6c7660936bbe8047138 Author: Stefano Karapetsas Date: Thu Dec 8 20:38:06 2011 +0100 updated mate packages required versions macros2/mate-autogen.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 77db82e252b77ac56c3783366984de6ab46da2ad Author: Stefano Karapetsas Date: Thu Dec 8 17:33:35 2011 +0100 switch version to new schema (1.1.0) AUTHORS | 2 +- configure.in | 2 +- distro/archlinux/PKGBUILD | 2 +- distro/ubuntu/build | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) commit 3d0cc56810776aa062c8aa1b972aff5e167b8bf0 Author: Perberos Date: Sat Dec 3 21:46:48 2011 -0300 removing autogenerated files INSTALL | 237 ---- Makefile.am | 1 - Makefile.in | 670 ---------- aclocal.m4 | 704 ---------- configure | 3438 ------------------------------------------------- doc-build/Makefile.in | 405 ------ install-sh | 520 -------- macros2/Makefile.in | 399 ------ mate-common.doap | 20 - missing | 376 ------ 10 files changed, 0 insertions(+), 6770 deletions(-) commit c3448737715dcf092591791a00103ea44fdfa99f Author: Steve Zesch Date: Fri Dec 2 20:41:08 2011 -0500 Changed version to 2011.12.01 configure.in | 2 +- distro/archlinux/PKGBUILD | 2 +- distro/ubuntu/build | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) commit 9d1d71a22f9acf0c5c283064b805166ad612013b Author: Perberos Date: Thu Dec 1 21:46:33 2011 -0300 moving from https://github.com/perberos/mate-desktop-environment AUTHORS | 1 + COPYING | 674 ++++++++ ChangeLog | 1 + INSTALL | 237 +++ Makefile.am | 21 + Makefile.in | 670 ++++++++ NEWS | 1 + README | 36 + aclocal.m4 | 704 ++++++++ autogen.sh | 18 + configure | 3438 ++++++++++++++++++++++++++++++++++++++++ configure.in | 24 + distro/archlinux/PKGBUILD | 25 + distro/archlinux/mate.csh | 1 + distro/archlinux/mate.sh | 1 + distro/ubuntu/build | 23 + doc-build/Makefile.am | 12 + doc-build/Makefile.in | 405 +++++ doc-build/README | 9 + doc-build/mate-doc-common.in | 49 + doc-build/omf.make | 61 + doc-build/xmldocs.make | 101 ++ doc/usage.txt | 40 + install-sh | 520 ++++++ macros2/Makefile.am | 12 + macros2/Makefile.in | 399 +++++ macros2/mate-autogen.sh | 506 ++++++ macros2/mate-common.m4 | 50 + macros2/mate-compiler-flags.m4 | 141 ++ mate-common.doap | 20 + mate-common.spec.in | 39 + missing | 376 +++++ 32 files changed, 8615 insertions(+), 0 deletions(-)