file-roller: Bump to 43.0

This commit is contained in:
Tee KOBAYASHI 2022-11-10 19:53:38 +09:00 committed by xtkoba
parent 38af32a960
commit 59b9c853c9
3 changed files with 39 additions and 28 deletions

View File

@ -2,9 +2,20 @@ TERMUX_PKG_HOMEPAGE=https://wiki.gnome.org/Apps/FileRoller
TERMUX_PKG_DESCRIPTION="File Roller is an archive manager for the GNOME desktop environment."
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="Yisus7u7 <dev.yisus@hotmail.com>"
TERMUX_PKG_VERSION=3.40.0
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=https://github.com/GNOME/file-roller/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=81e72121430ba6ea7396fe84d75b07252e550674addfb38bc6066665170941f3
TERMUX_PKG_DEPENDS="bzip2, desktop-file-utils, cpio, glib, gtk3, gzip, libcairo, lzip, lzop, p7zip, tar, unrar, unzip, xz-utils, zip, bsdtar, zlib, json-glib, libnotify, libarchive"
TERMUX_PKG_RM_AFTER_INSTALL="share/glib-2.0/schemas/gschemas.compiled"
_MAJOR_VERSION=43
TERMUX_PKG_VERSION=${_MAJOR_VERSION}.0
TERMUX_PKG_SRCURL=https://download.gnome.org/sources/file-roller/${_MAJOR_VERSION}/file-roller-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=298729fdbdb9da8132c0bbc60907517d65685b05618ae05167335e6484f573a1
TERMUX_PKG_DEPENDS="gdk-pixbuf, glib, gtk3, json-glib, libarchive, libcairo, libhandy, pango"
TERMUX_PKG_BUILD_DEPENDS="g-ir-scanner"
TERMUX_PKG_RECOMMENDS="arj, brotli, bsdtar, bzip2, cpio, gzip, lz4, lzip, lzop, p7zip, tar, unrar, unzip, xz-utils, zip, zstd"
TERMUX_PKG_DISABLE_GIR=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-Duse_native_appchooser=false
-Dcpio=$TERMUX_PREFIX/bin/cpio
-Dintrospection=enabled
"
termux_step_pre_configure() {
termux_setup_gir
}

View File

@ -0,0 +1,22 @@
--- a/meson.build
+++ b/meson.build
@@ -131,7 +131,6 @@
# Subdirectories
subdir('data')
-subdir('help')
if build_nautilus_actions
subdir('nautilus')
endif
@@ -139,11 +138,6 @@
subdir('src')
subdir('docs')
-gnome.post_install(
- gtk_update_icon_cache: true,
- glib_compile_schemas: true,
- update_desktop_database: true,
-)
# Summary

View File

@ -1,22 +0,0 @@
diff --git a/meson.build b/meson.build
index c1b9ce4..dc8454c 100644
--- a/meson.build
+++ b/meson.build
@@ -19,7 +19,7 @@ datadir = join_paths(prefix, get_option('datadir'))
privexecdir = join_paths(prefix, get_option('libexecdir'), meson.project_name())
c_comp = meson.get_compiler('c')
-meson.add_install_script('postinstall.py')
+#meson.add_install_script('postinstall.py')
# Dependencies
@@ -119,7 +119,7 @@ c_args += c_comp.get_supported_arguments(test_args)
# Subdirectories
subdir('data')
-subdir('help')
+#subdir('help')
if build_nautilus_actions
subdir('nautilus')
endif