1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
commit 67a61fd8dd672f9d1498904dda8f593b2cad033f
Author: Perberos <perberos@gmail.com>
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 <stefano@karapetsas.com>
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 <stefano@karapetsas.com>
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 <perberos@gmail.com>
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 <stevezesch2@gmail.com>
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 <perberos@gmail.com>
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(-)
|