<feed xmlns='http://www.w3.org/2005/Atom'>
<title>engrampa, branch v1.23.2</title>
<subtitle>Engrampa archive manager for MATE</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/engrampa/'/>
<entry>
<title>release 1.23.2</title>
<updated>2019-10-09T08:18:52+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-10-09T08:18:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/engrampa/commit/?id=b203ed022afcfafe3657298d10e83a16988e6c5c'/>
<id>b203ed022afcfafe3657298d10e83a16988e6c5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tx: sync with transifex</title>
<updated>2019-10-09T08:09:19+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-10-09T08:09:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/engrampa/commit/?id=30423e9e42205399ee5adc2fd3aaffd28143a425'/>
<id>30423e9e42205399ee5adc2fd3aaffd28143a425</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tx: update resource for transifex</title>
<updated>2019-10-09T07:49:34+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-10-09T07:49:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/engrampa/commit/?id=22bc70005ea95e6715f71929bb69309a921d220b'/>
<id>22bc70005ea95e6715f71929bb69309a921d220b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Travis CI: use Debian "testing" instead "sid"</title>
<updated>2019-10-06T11:39:20+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-10-05T17:08:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/engrampa/commit/?id=b3c4b002bf078757d96c77ec079604aba89817c1'/>
<id>b3c4b002bf078757d96c77ec079604aba89817c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>travis(ci): enable notify_servers</title>
<updated>2019-10-05T16:23:35+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-10-05T16:23:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/engrampa/commit/?id=c8b3b892d100dcaf9df6fcdf85f74d3e6caa23ce'/>
<id>c8b3b892d100dcaf9df6fcdf85f74d3e6caa23ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LHA: add test for checking compressed file integrity</title>
<updated>2019-10-03T10:02:24+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-09-16T09:22:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/engrampa/commit/?id=762df5150f50777fd1bfbe3fc7a546f4a4f1bb4b'/>
<id>762df5150f50777fd1bfbe3fc7a546f4a4f1bb4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set compiler debug flags using MATE_DEBUG_CHECK and update configure summary</title>
<updated>2019-10-03T09:27:14+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-10-01T11:11:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/engrampa/commit/?id=7d5048dcb46585fd4328ad1c2a4942aee02a22a0'/>
<id>7d5048dcb46585fd4328ad1c2a4942aee02a22a0</id>
<content type='text'>
test:

$ ./autogen.sh --enable-debug=profile --prefix=/usr
&lt;cut&gt;
Configuration:

	Source code location:   .
	Compiler:               gcc
        Compiler flags:          -g -pg
        Warning flags:          -Wall -Wmissing-prototypes
        Linker flags:            -pg
	Caja support:           yes
	PackageKit support:     yes
	Run in place            no
	Use libmagic:           no
	JSON support:           yes

Now type `make' to compile engrampa

$ ./autogen.sh --enable-debug --prefix=/usr
&lt;cut&gt;
Configuration:

	Source code location:   .
	Compiler:               gcc
        Compiler flags:          -g -O0
        Warning flags:          -Wall -Wmissing-prototypes
        Linker flags:
	Caja support:           yes
	PackageKit support:     yes
	Run in place            no
	Use libmagic:           no
	JSON support:           yes

Now type `make' to compile engrampa
$ grep MATE_ENABLE_DEBUG config.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
test:

$ ./autogen.sh --enable-debug=profile --prefix=/usr
&lt;cut&gt;
Configuration:

	Source code location:   .
	Compiler:               gcc
        Compiler flags:          -g -pg
        Warning flags:          -Wall -Wmissing-prototypes
        Linker flags:            -pg
	Caja support:           yes
	PackageKit support:     yes
	Run in place            no
	Use libmagic:           no
	JSON support:           yes

Now type `make' to compile engrampa

$ ./autogen.sh --enable-debug --prefix=/usr
&lt;cut&gt;
Configuration:

	Source code location:   .
	Compiler:               gcc
        Compiler flags:          -g -O0
        Warning flags:          -Wall -Wmissing-prototypes
        Linker flags:
	Caja support:           yes
	PackageKit support:     yes
	Run in place            no
	Use libmagic:           no
	JSON support:           yes

Now type `make' to compile engrampa
$ grep MATE_ENABLE_DEBUG config.h
</pre>
</div>
</content>
</entry>
<entry>
<title>Add application/(x-compress|x-rpm|x-lzh-compressed) in local magic</title>
<updated>2019-10-03T08:26:10+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-09-15T15:03:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/engrampa/commit/?id=f10463c3de365ebdeb073892f79331c35de4c601'/>
<id>f10463c3de365ebdeb073892f79331c35de4c601</id>
<content type='text'>
$ file -b --mime-type ~/test.tar.Z
application/x-compress
$ hexdump -C -n 2 ~/test.tar.Z
00000000  1f 9d                                             |..|
00000002

$ file -b --mime-type ~/atril-1.23.1-1.fc30.src.rpm
application/x-rpm
$ hexdump -C -n 4 ~/atril-1.23.1-1.fc30.src.rpm
00000000  ed ab ee db                                       |....|
00000004

$ file -b --mime-type ~/test.lzh
application/x-lzh-compressed
$ hexdump -C -s 2 -n 3 ~/test.lzh
00000002  2d 6c 68                                          |-lh|
00000005
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
$ file -b --mime-type ~/test.tar.Z
application/x-compress
$ hexdump -C -n 2 ~/test.tar.Z
00000000  1f 9d                                             |..|
00000002

$ file -b --mime-type ~/atril-1.23.1-1.fc30.src.rpm
application/x-rpm
$ hexdump -C -n 4 ~/atril-1.23.1-1.fc30.src.rpm
00000000  ed ab ee db                                       |....|
00000004

$ file -b --mime-type ~/test.lzh
application/x-lzh-compressed
$ hexdump -C -s 2 -n 3 ~/test.lzh
00000002  2d 6c 68                                          |-lh|
00000005
</pre>
</div>
</content>
</entry>
<entry>
<title>Show archive type in properties dialog</title>
<updated>2019-10-03T03:47:01+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-10-01T09:54:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/engrampa/commit/?id=af0ca89b1991b08325a31a11c133fc6000c5a2cd'/>
<id>af0ca89b1991b08325a31a11c133fc6000c5a2cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Zstandard: read .tar.zst files</title>
<updated>2019-10-03T03:31:21+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-09-15T21:30:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/engrampa/commit/?id=62e3fa54b0770ae4cb789688952b7013a3df28e6'/>
<id>62e3fa54b0770ae4cb789688952b7013a3df28e6</id>
<content type='text'>
  $ tar cafv ~/test.tar.zst ~/test
  $ xdg-mime query filetype ~/test.tar.zst
  application/x-zstd-compressed-tar

Test:

  $ CFLAGS="-g -O0" ./autogen.sh --enable-magic --enable-packagekit --prefix=/usr &amp;&amp; make &amp;&amp; sudo make install
  $ engrampa ~/test.tar.zst
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  $ tar cafv ~/test.tar.zst ~/test
  $ xdg-mime query filetype ~/test.tar.zst
  application/x-zstd-compressed-tar

Test:

  $ CFLAGS="-g -O0" ./autogen.sh --enable-magic --enable-packagekit --prefix=/usr &amp;&amp; make &amp;&amp; sudo make install
  $ engrampa ~/test.tar.zst
</pre>
</div>
</content>
</entry>
</feed>
