Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
darkshram committed Sep 22, 2017
1 parent 9085983 commit f0302f0
Show file tree
Hide file tree
Showing 119 changed files with 26,486 additions and 2 deletions.
1,282 changes: 1,282 additions & 0 deletions ABOUT-NLS

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
MATE Eiciel - A graphical editor for POSIX ACL under MATE Desktop

Author: Joel Barrios <[email protected]>

Original Author: Roger Ferrer Ibáñez <[email protected]>

Released under GPLv2 license
339 changes: 339 additions & 0 deletions COPYING

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
2018-09-21 Joel Barrios <[email protected]>
* Code requires a c++11 capable compiler.
* configure.ac: Bump version to 1.18.0.
* doc/C/Makefile.am: move to /usr/share/help.
* po/es.po: small fixes to spanish translation.
* src/eiciel_caja_page.cpp: Port to MATE Desktop.
* src/eiciel_caja_page.hpp: Port to MATE Desktop.
* src/Makefile.am: Added -std=c++11 to.

2011-11-26 gettextize <[email protected]>

* m4/gettext.m4: Upgrade to gettext-0.18.1.
* m4/iconv.m4: Upgrade to gettext-0.18.1.
* m4/lib-ld.m4: Upgrade to gettext-0.18.1.
* m4/lib-link.m4: Upgrade to gettext-0.18.1.
* m4/lib-prefix.m4: Upgrade to gettext-0.18.1.
* m4/nls.m4: Upgrade to gettext-0.18.1.
* m4/po.m4: Upgrade to gettext-0.18.1.
* m4/progtest.m4: Upgrade to gettext-0.18.1.
* configure.ac (AC_CONFIG_FILES): Add po/Makefile.in.
(AM_GNU_GETTEXT_VERSION): Bump to 0.18.1.
370 changes: 370 additions & 0 deletions INSTALL

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
SUBDIRS = src img po man doc

EXTRA_DIST = config.rpath m4

dist-hook :
rm -rf `find $(distdir) -name .svn`

ACLOCAL_AMFLAGS = -I m4
Loading

0 comments on commit f0302f0

Please sign in to comment.