Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 76b060182122c6a789c55e3ad8622101 > files > 6

mate-file-manager-open-terminal-1.6.1-1.mga4.x86_64.rpm

# Generated by Makefile. Do not edit.

commit e842694b672f1f198a4ea463f86d76f557bfec71
Author: infirit <infirit@gmail.com>
Date:   Sun Jan 26 16:03:39 2014 +0100

    Bump version to 1.6.1

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 62bd0894a798b3d252c9cb48909482985c04d94e
Author: infirit <infirit@gmail.com>
Date:   Sun Jan 26 01:03:18 2014 +0100

    Fixes/cleanups for autotools.

 Makefile.am  |  4 ++++
 configure.ac | 23 +++++++++++++----------
 2 files changed, 17 insertions(+), 10 deletions(-)

commit 0dcf116f3765d6f7f1aaee0e6d32a39b1b1f88d5
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Thu Sep 26 12:45:47 2013 +0200

    Fix crash opening terminal in remote locations
    
    Username could be NULL in uri, so use g_strdup instead of strdup to manage it
    
    Closes #9
    https://github.com/mate-desktop/mate-file-manager-open-terminal/issues/9

 src/caja-open-terminal.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 022ba6226b5368b9392fa4b2ea0c8b1697aacfc9
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Thu Sep 26 11:51:20 2013 +0200

    Remove unused distro folder

 distro/archlinux/PKGBUILD                          | 35 ----------------------
 .../mate-file-manager-open-terminal.install        | 17 -----------
 2 files changed, 52 deletions(-)

commit 97fd7e8fc0658f1a69de99c853618114cabf3154
Merge: 4b86542 42c3d75
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Wed Jun 26 08:19:09 2013 -0700

    Merge pull request #7 from NiceandGently/master
    
    fix automake-1.13 deprecations

commit 42c3d7534492f9ecced3d498f8c96e7f07669243
Author: raveit <chat-to-me@raveit.de>
Date:   Wed Jun 26 17:13:42 2013 +0200

    fix automake-1.13 deprecations

 autogen.sh      |  2 +-
 configure.ac    | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.in    | 62 ---------------------------------------------------------
 src/Makefile.am |  2 +-
 4 files changed, 64 insertions(+), 64 deletions(-)

commit 4b86542addee88f61c022f90c1153ecd4239e8fd
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Apr 2 17:22:41 2013 +0200

    Bump version to 1.6.0

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b9f7a31bc971e4301832ec5b95c4f8646f4f4cc3
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Apr 2 17:22:22 2013 +0200

    Sync translations with transifex

 configure.in |  1 -
 po/LINGUAS   | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/am.po     | 53 +++++++++++++++++++++++++++++++++++++++++++++++++
 po/ast.po    | 53 +++++++++++++++++++++++++++++++++++++++++++++++++
 po/en_AU.po  | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++
 po/eo.po     | 53 +++++++++++++++++++++++++++++++++++++++++++++++++
 po/gl.po     | 19 +++++++++---------
 po/hr.po     | 53 +++++++++++++++++++++++++++++++++++++++++++++++++
 po/id.po     | 53 +++++++++++++++++++++++++++++++++++++++++++++++++
 po/is.po     | 53 +++++++++++++++++++++++++++++++++++++++++++++++++
 po/ja.po     | 13 ++++++------
 po/ky.po     | 53 +++++++++++++++++++++++++++++++++++++++++++++++++
 po/lv.po     | 53 +++++++++++++++++++++++++++++++++++++++++++++++++
 po/ms.po     | 53 +++++++++++++++++++++++++++++++++++++++++++++++++
 po/pl.po     | 11 ++++++-----
 po/ru.po     |  4 ++--
 po/sq.po     | 53 +++++++++++++++++++++++++++++++++++++++++++++++++
 po/zh_CN.po  | 11 ++++++-----
 18 files changed, 679 insertions(+), 28 deletions(-)

commit 0ea18a3e94b9e1c7190e048b4e0e859d7ff36394
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Apr 2 17:18:32 2013 +0200

    Add transifex configuration file

 .tx/config | 7 +++++++
 1 file changed, 7 insertions(+)

commit bcdd4969047c9e8b498df11326e45bdbec17963a
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Apr 2 17:18:06 2013 +0200

    Add empty ChangeLog to allow build from git

 ChangeLog | 2 ++
 1 file changed, 2 insertions(+)

commit 0aa27552873331173a44a9d48f7610b0af694547
Author: Steve Zesch <stevezesch2@gmail.com>
Date:   Sun Mar 24 16:33:18 2013 -0400

    "Removed ChangeLog"

 ChangeLog | 274 --------------------------------------------------------------
 1 file changed, 274 deletions(-)

commit e7b43cb9cef01423499c3251d77f47716485d53d
Author: Marcel Dijkstra <marcel.dykstra@gmail.com>
Date:   Thu Jan 17 19:51:56 2013 +0000

    AC_CONFIG_HEADERS to please automake 1.13

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit bdd3ed0a039792df6f7680b1845160996923d541
Merge: 29b1a29 5348bf1
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Dec 25 08:34:31 2012 -0800

    Merge pull request #6 from cygwinports/master
    
    Add mateconf-gsettings-data-convert file

commit 5348bf18681ae3d1ca303267de09839a32585559
Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
Date:   Tue Dec 25 00:58:17 2012 -0600

    Add mateconf-gsettings-data-convert file

 Makefile.am                | 4 ++++
 caja-open-terminal.convert | 2 ++
 2 files changed, 6 insertions(+)

commit 29b1a2937ecd94ccf573c145b4cc98d9ebf2b2d4
Merge: 0b5b7dd efd1945
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Nov 20 01:44:10 2012 -0800

    Merge pull request #5 from bhull2010/master
    
    Fix schema path/id and make schemas translatable

commit efd1945d1914b99ef80329dc7bd6e6a93d385874
Author: Brent Hull <bhull2010@live.com>
Date:   Mon Nov 19 22:08:11 2012 -0500

    Make schema translatable

 Makefile.am                                | 13 +++++++++----
 configure.in                               |  2 --
 org.mate.caja-open-terminal.gschema.xml    |  9 ---------
 org.mate.caja-open-terminal.gschema.xml.in |  9 +++++++++
 po/POTFILES.in                             |  2 +-
 src/Makefile.am                            |  3 +--
 6 files changed, 20 insertions(+), 18 deletions(-)

commit 5b974110fc5a56b30b2f46a1c4c53a0efb9ae84c
Author: Brent Hull <bhull2010@live.com>
Date:   Mon Nov 19 21:23:54 2012 -0500

    Fix schema id and path

 Makefile.am                                  | 2 +-
 org.mate.apps.caja-open-terminal.gschema.xml | 9 ---------
 org.mate.caja-open-terminal.gschema.xml      | 9 +++++++++
 po/POTFILES.in                               | 2 +-
 src/caja-open-terminal.c                     | 2 +-
 5 files changed, 12 insertions(+), 12 deletions(-)

commit 0b5b7ddf559166a6e137e14f81a87a4122a48022
Author: Nelson Marques <nmo.marques@gmail.com>
Date:   Mon Nov 19 09:36:04 2012 +0000

    update COPYING file - fsf headers

 COPYING | 41 ++++++++++++++++++++---------------------
 1 file changed, 20 insertions(+), 21 deletions(-)

commit 0f2cbe6e76b8eb79935888d9699f04e86ad3ec80
Author: Steve Zesch <stevezesch2@gmail.com>
Date:   Sun Nov 18 17:07:11 2012 -0500

    fixed incorrect fsf addresses.

 src/caja-open-terminal.c | 2 +-
 src/caja-open-terminal.h | 2 +-
 src/open-terminal.c      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit abacbf0d5f38c840d8301984e10f372a2569ffe4
Merge: 17bd0f4 7ba0ea3
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sat Nov 17 13:32:03 2012 -0800

    Merge pull request #4 from sbalneav/master
    
    bump to 1.5.0, g_settings conversion

commit 7ba0ea3dc0f257a57a6ec30f337df6731bd0c57b
Author: Scott Balneaves <sbalneav@alburg.net>
Date:   Fri Nov 16 22:20:18 2012 -0600

    Bump to 1.5.0; g_settings conversion, fix crasher bug in URI parsing; remote terminal open now works.

 Makefile.am                                  | 23 ++---------
 caja-open-terminal.schemas.in                | 19 ----------
 configure.in                                 | 16 +-------
 org.mate.apps.caja-open-terminal.gschema.xml |  9 +++++
 src/caja-open-terminal.c                     | 57 +++++++++++++++++++---------
 5 files changed, 54 insertions(+), 70 deletions(-)

commit 17bd0f494b2bb9beeb0a2a06b2271a7dd315b1d8
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Aug 21 22:07:01 2012 +0200

    remove autogenerated file

 src/Makefile.in.orig | 547 ---------------------------------------------------
 1 file changed, 547 deletions(-)

commit c4666999549aca7c20793514c8140f61f8c5b108
Author: Steve Zesch <stevezesch2@gmail.com>
Date:   Thu Jul 12 14:34:57 2012 -0400

    Preparing for 1.4 release.

 ChangeLog              | 275 ++++++++++++++++++++++++++++++++++++++++++++++++-
 configure.in           |   2 +-
 distro/ubuntu/build    |  33 ------
 distro/ubuntu/postinst |   8 --
 distro/ubuntu/postrm   |   8 --
 distro/ubuntu/preinst  |   9 --
 distro/ubuntu/prerm    |  12 ---
 7 files changed, 275 insertions(+), 72 deletions(-)

commit 0a2af338d2eac2c562adf0df765a2e55c2195682
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Thu Jul 12 11:07:04 2012 +0200

    sync translations with transifex

 configure.in   |  2 +-
 po/ar.po       | 48 +++++++++++++++++++++-------------
 po/be.po       | 44 ++++++++++++++++++++++---------
 po/bg.po       | 63 ++++++++++++++++++++++++++-------------------
 po/bn_IN.po    | 46 +++++++++++++++++++++------------
 po/ca.po       | 57 +++++++++++++++++++----------------------
 po/cs.po       | 61 ++++++++++++++++++++++++++-----------------
 po/da.po       | 47 +++++++++++++++++++++++-----------
 po/de.po       | 53 ++++++++++++++++++--------------------
 po/dz.po       | 47 +++++++++++++++++++++-------------
 po/el.po       | 46 ++++++++++++++++++++++-----------
 po/en_CA.po    | 60 +++++++++++++++++++++++++++----------------
 po/en_GB.po    | 44 +++++++++++++++++++++----------
 po/es.po       | 52 +++++++++++++++++--------------------
 po/et.po       | 51 ++++++++++++++++++++++--------------
 po/eu.po       | 46 +++++++++++++++++++++------------
 po/fi.po       | 56 +++++++++++++++++++---------------------
 po/fr.po       | 47 +++++++++++++++++-----------------
 po/gl.po       | 47 +++++++++++++++++-----------------
 po/gu.po       | 46 +++++++++++++++++++++------------
 po/he.po       | 46 +++++++++++++++++++++------------
 po/hu.po       | 48 +++++++++++++++++-----------------
 po/it.po       | 61 +++++++++++++++++++++++++++----------------
 po/ja.po       | 47 +++++++++++++++++++++++-----------
 po/ka.po       | 50 +++++++++++++++++-------------------
 po/ko.po       | 58 ++++++++++++++++++++---------------------
 po/lt.po       | 49 +++++++++++++++++++++++------------
 po/mk.po       | 62 +++++++++++++++++++++++++++-----------------
 po/ml.po       | 46 +++++++++++++++++++++------------
 po/nb.po       | 46 +++++++++++++++++----------------
 po/ne.po       | 51 ++++++++++++++++++++++--------------
 po/nl.po       | 50 ++++++++++++++++++++++++------------
 po/oc.po       | 49 +++++++++++++++++------------------
 po/or.po       | 47 +++++++++++++++++++++++-----------
 po/pa.po       | 58 ++++++++++++++++++++++++++---------------
 po/pl.po       | 48 +++++++++++++++++++++++-----------
 po/pt.po       | 54 ++++++++++++++++++---------------------
 po/pt_BR.po    | 53 ++++++++++++++++++++------------------
 po/ro.po       | 62 +++++++++++++++++++++++++++-----------------
 po/ru.po       | 49 +++++++++++++++++++++++------------
 po/sk.po       | 61 ++++++++++++++++++++++++++-----------------
 po/sl.po       | 56 ++++++++++++++++++++--------------------
 po/sr.po       | 62 +++++++++++++++++++++++++++-----------------
 po/sr@Latn.po  | 36 --------------------------
 po/sr@latin.po | 52 +++++++++++++++++++++++++++++++++++++
 po/sv.po       | 81 ++++++++++++++++++++--------------------------------------
 po/ta.po       | 52 ++++++++++++++++++-------------------
 po/th.po       | 47 +++++++++++++++++++++++-----------
 po/tr.po       | 45 ++++++++++++++++++++++----------
 po/uk.po       | 56 +++++++++++++++++++++++++---------------
 po/vi.po       | 48 ++++++++++++++++++++++------------
 po/zh_CN.po    | 46 +++++++++++++++++++++------------
 po/zh_TW.po    | 58 ++++++++++++++++++++++++++++-------------
 53 files changed, 1597 insertions(+), 1100 deletions(-)

commit 8a9422fe20d7abc7aedb4e950185a437aa7b428f
Merge: 590e866 7ddeec1
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Thu Jul 12 10:45:08 2012 +0200

    Merge branch 'master' of github.com:mate-desktop/mate-file-manager-open-terminal

commit 590e8663d974889e089fe20a272b55e1e0e2a4a2
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Thu Jul 12 10:44:33 2012 +0200

    add po gnome copyrights file

 po/gnome-copyrights.txt | 568 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 568 insertions(+)

commit 7ddeec113339b6bd20e33b1f9a843758235a8104
Author: Perberos <perberos@gmail.com>
Date:   Mon Apr 16 06:01:42 2012 -0300

    fixing PKGBUILD

 distro/archlinux/PKGBUILD | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 1ffaa5c64070ccf8378574eb3ca427b5ace06a1a
Author: Perberos <perberos@sentey.localdomain>
Date:   Mon Apr 16 06:00:55 2012 -0300

    removing autogenerated file

 ltmain.sh | 6938 -------------------------------------------------------------
 1 file changed, 6938 deletions(-)

commit c94fb29fc7cdffa113afe5ef596ecdcc99862cd8
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Thu Mar 15 14:35:35 2012 +0100

    update for 1.2 release

 AUTHORS      | 7 ++++++-
 README       | 5 ++++-
 autogen.sh   | 4 ++--
 configure.in | 2 +-
 4 files changed, 13 insertions(+), 5 deletions(-)

commit 25179b3efe9a5da615dd47184640af1ad3c02e7d
Author: Steve Zesch <stevezesch2@gmail.com>
Date:   Tue Jan 10 13:57:02 2012 -0500

    Changed mate.gr.jp to gnome.gr.jp as requested in Issue #86

 po/ChangeLog | 48 ++++++++++++++++++++++++------------------------
 po/ja.po     |  6 +++---
 2 files changed, 27 insertions(+), 27 deletions(-)

commit a71638bd5c8c3a2fd32ec3f86b09edf14608952f
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Wed Dec 14 14:11:21 2011 +0100

    removed debian folder (moved to debian-packages repo)

 debian/README.Debian          |   6 --
 debian/changelog              |  98 ----------------------------
 debian/compat                 |   1 -
 debian/control                |  25 --------
 debian/copyright              |  75 ----------------------
 debian/docs                   |   3 -
 debian/patches/gio-port.diff  | 146 ------------------------------------------
 debian/patches/no-werror.diff |  23 -------
 debian/rules                  |  12 ----
 debian/watch                  |   3 -
 10 files changed, 392 deletions(-)

commit 07134ab427f5d8536716b77c12c080efc0a76660
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Wed Dec 14 14:02:33 2011 +0100

    moved to autogen.sh, updated version

 AUTHORS                   |     1 +
 INSTALL                   |   236 -
 Makefile.in               |   746 --
 aclocal.m4                |  8285 ----------------
 autogen.sh                |    24 +
 config.guess              |  1516 ---
 config.h.in               |    79 -
 config.sub                |  1622 ---
 configure                 | 23523 --------------------------------------------
 configure.in              |     6 +-
 depcomp                   |   584 --
 distro/archlinux/PKGBUILD |     2 +-
 distro/ubuntu/build       |     2 +-
 install-sh                |   507 -
 intltool-extract.in       |   861 --
 intltool-merge.in         |  1451 ---
 intltool-update.in        |  1164 ---
 missing                   |   367 -
 mkinstalldirs             |   161 -
 po/Makefile.in.in         |   218 -
 src/Makefile.in           |   546 -
 21 files changed, 30 insertions(+), 41871 deletions(-)

commit 4736d335ac271a64f71fe7dcbcd0f42ddc1d8d83
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sun Dec 11 13:09:13 2011 +0100

    moved from Mate-Extra

 AUTHORS                                            |     1 +
 COPYING                                            |   340 +
 ChangeLog                                          |     1 +
 INSTALL                                            |   236 +
 Makefile.am                                        |    35 +
 Makefile.in                                        |   746 +
 NEWS                                               |   183 +
 README                                             |     1 +
 TODO                                               |     7 +
 aclocal.m4                                         |  8285 +++++++
 caja-open-terminal.schemas.in                      |    19 +
 config.guess                                       |  1516 ++
 config.h.in                                        |    79 +
 config.sub                                         |  1622 ++
 configure                                          | 23523 +++++++++++++++++++
 configure.in                                       |    77 +
 debian/README.Debian                               |     6 +
 debian/changelog                                   |    98 +
 debian/compat                                      |     1 +
 debian/control                                     |    25 +
 debian/copyright                                   |    75 +
 debian/docs                                        |     3 +
 debian/patches/gio-port.diff                       |   146 +
 debian/patches/no-werror.diff                      |    23 +
 debian/rules                                       |    12 +
 debian/watch                                       |     3 +
 depcomp                                            |   584 +
 distro/archlinux/PKGBUILD                          |    35 +
 .../mate-file-manager-open-terminal.install        |    17 +
 distro/ubuntu/build                                |    33 +
 distro/ubuntu/postinst                             |     8 +
 distro/ubuntu/postrm                               |     8 +
 distro/ubuntu/preinst                              |     9 +
 distro/ubuntu/prerm                                |    12 +
 install-sh                                         |   507 +
 intltool-extract.in                                |   861 +
 intltool-merge.in                                  |  1451 ++
 intltool-update.in                                 |  1164 +
 ltmain.sh                                          |  6938 ++++++
 missing                                            |   367 +
 mkinstalldirs                                      |   161 +
 po/ChangeLog                                       |   361 +
 po/Makefile.in.in                                  |   218 +
 po/POTFILES.in                                     |     4 +
 po/ar.po                                           |    42 +
 po/be.po                                           |    32 +
 po/be@latin.po                                     |    55 +
 po/bg.po                                           |    42 +
 po/bn_IN.po                                        |    39 +
 po/ca.po                                           |    59 +
 po/cs.po                                           |    40 +
 po/da.po                                           |    37 +
 po/de.po                                           |    56 +
 po/dz.po                                           |    41 +
 po/el.po                                           |    37 +
 po/en_CA.po                                        |    37 +
 po/en_GB.po                                        |    37 +
 po/es.po                                           |    58 +
 po/et.po                                           |    40 +
 po/eu.po                                           |    39 +
 po/fi.po                                           |    58 +
 po/fr.po                                           |    52 +
 po/gl.po                                           |    53 +
 po/gu.po                                           |    39 +
 po/he.po                                           |    39 +
 po/hu.po                                           |    54 +
 po/it.po                                           |    37 +
 po/ja.po                                           |    36 +
 po/ka.po                                           |    56 +
 po/ko.po                                           |    58 +
 po/lt.po                                           |    38 +
 po/mk.po                                           |    39 +
 po/ml.po                                           |    39 +
 po/nb.po                                           |    50 +
 po/ne.po                                           |    46 +
 po/nl.po                                           |    37 +
 po/oc.po                                           |    53 +
 po/or.po                                           |    36 +
 po/pa.po                                           |    35 +
 po/pl.po                                           |    35 +
 po/pt.po                                           |    57 +
 po/pt_BR.po                                        |    50 +
 po/ro.po                                           |    39 +
 po/ru.po                                           |    37 +
 po/rw.po                                           |    43 +
 po/sk.po                                           |    38 +
 po/sl.po                                           |    52 +
 po/sr.po                                           |    36 +
 po/sr@Latn.po                                      |    36 +
 po/sv.po                                           |    79 +
 po/ta.po                                           |    55 +
 po/th.po                                           |    36 +
 po/tr.po                                           |    35 +
 po/uk.po                                           |    36 +
 po/vi.po                                           |    37 +
 po/zh_CN.po                                        |    39 +
 po/zh_TW.po                                        |    31 +
 src/Makefile.am                                    |    23 +
 src/Makefile.in                                    |   546 +
 src/Makefile.in.orig                               |   547 +
 src/caja-open-terminal.c                           |   558 +
 src/caja-open-terminal.h                           |    55 +
 src/open-terminal.c                                |    58 +
 103 files changed, 53905 insertions(+)