[file-roller: 2/2] Merge branch 'Carbenium/file-roller-nautiuls_header'
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [file-roller: 2/2] Merge branch 'Carbenium/file-roller-nautiuls_header'
- Date: Sat, 12 Oct 2019 15:54:54 +0000 (UTC)
commit be5c0fd8de84763576590febc92945c1ed86c850
Merge: b3e474ab 5d1c40c5
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sat Oct 12 17:53:27 2019 +0200
Merge branch 'Carbenium/file-roller-nautiuls_header'
README.md | 2 +-
meson.build | 2 +-
nautilus/fileroller-module.c | 3 +--
3 files changed, 3 insertions(+), 4 deletions(-)
---
diff --cc README.md
index 5ea68ba6,00000000..1f241a67
mode 100644,000000..100644
--- a/README.md
+++ b/README.md
@@@ -1,89 -1,0 +1,89 @@@
+# File Roller
+
+An archive manager utility for the GNOME Environment.
+
+## What is it ?
+
+File Roller is an archive manager for the GNOME environment. This means
+that you can create and modify archives; view the content of an archive;
+view and modify a file contained in the archive; extract files from the
+archive.
+
+File Roller is only a front-end (a graphical interface) to archiving programs
+like tar and zip. The supported file types are:
+
+* 7-Zip Compressed File (.7z)
+* WinAce Compressed File (.ace)
+* ALZip Compressed File (.alz)
+* AIX Small Indexed Archive (.ar)
+* ARJ Compressed Archive (.arj)
+* Cabinet File (.cab)
+* UNIX CPIO Archive (.cpio)
+* Debian Linux Package (.deb) [Read-only mode]
+* ISO-9660 CD Disc Image (.iso) [Read-only mode]
+* Java Archive (.jar)
+* Java Enterprise archive (.ear)
+* Java Web Archive (.war)
+* LHA Archive (.lzh, .lha)
+* WinRAR Compressed Archive (.rar)
+* RAR Archived Comic Book (.cbr)
+* RPM Linux Package (.rpm) [Read-only mode]
+* Tape Archive File:
+* uncompressed (.tar)
+* or compressed with:
+ * gzip (.tar.gz , .tgz)
+ * brotli (.tar.br)
+ * bzip (.tar.bz , .tbz)
+ * bzip2 (.tar.bz2 , .tbz2)
+ * compress (.tar.Z , .taz)
+ * lrzip (.tar.lrz , .tlrz)
+ * lzip (.tar.lz , .tlz)
+ * lzop (.tar.lzo , .tzo)
+ * 7zip (.tar.7z)
+ * xz (.tar.xz)
+ * Zstandard (.tar.zst, .tzst)
+* Snap packages (.snap)
+* Squashfs images (.sqsh)
+* Stuffit Archives (.bin, .sit)
+* ZIP Archive (.zip)
+* ZIP Archived Comic Book (.cbz)
+* ZOO Compressed Archive File (.zoo)
+* Single files compressed with gzip (.gz), brotli (.br), bzip (.bz),
+ bzip2 (.bz2), compress (.Z), lrzip (.lrz), lzip (.lz), lzop (.lzo),
+ rzip(.rz), and xz (.xz), Zstandard (.zst).
+
+## Useful links
+
+* Homepage: https://wiki.gnome.org/Apps/FileRoller
+* Report issues: https://gitlab.gnome.org/GNOME/file-roller/issues/
+* Donate: https://www.gnome.org/friends/
+* Translate: https://wiki.gnome.org/TranslationProject
+
+## Licensing
+
+This program is released under the terms of the GNU General Public
+License (GNU GPL) version 2 or greater.
+You can find a copy of the license in the file COPYING.
+
+## Dependencies
+
+In order to build this program from the source code you need a working
+GNOME environment version 3.x, with the development tools installed
+properly.
+
+Also you need the following libraries:
+
+* glib >= 2.36
+* gtk+ >= 3.13.2
- * libnautilus-extension >= 2.22.2 (optional)
++* libnautilus-extension >= 3.28.0 (optional)
+* libarchive >= 3.0.0 (optional)
+
+## Install
+
+```bash
+mkdir build
+cd build
+meson ..
+ninja
+ninja install
+```
diff --cc meson.build
index a0b09af4,d5ba63a7..7bedde96
--- a/meson.build
+++ b/meson.build
@@@ -1,12 -1,12 +1,12 @@@
project('file-roller', 'c',
license : 'GPL2+',
- version : '3.32.1',
- meson_version : '>=0.43'
+ version : '3.32.2',
+ meson_version : '>=0.50'
)
-glib_version = '>=2.36'
-gtk_version = '>=3.13.2'
+glib_version = '>=2.38'
+gtk_version = '>=3.22.0'
- nautilus_version = '>=2.22.2'
+ nautilus_version = '>=3.28.0'
json_glib_version = '>=0.14.0'
libnotify_version = '>=0.4.3'
libarchive_version = '>=3.0.0'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]