fix(*):enable caja-actions with configure.(#30161)
- 为caja开启压缩插件功能 Relates #30161 (cherry picked from commit e228f912caadf0bed123081de8f7900dd72fe46a)
This commit is contained in:
parent
f129477dd8
commit
543fe3d0f4
@ -14,7 +14,7 @@
|
||||
|
||||
Name: engrampa
|
||||
Version: 1.24.1
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: MATE Desktop file archiver
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: http://mate-desktop.org
|
||||
@ -30,7 +30,7 @@ BuildRequires: desktop-file-utils
|
||||
BuildRequires: file-devel
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: json-glib-devel
|
||||
#BuildRequires: caja-devel
|
||||
BuildRequires: caja-devel
|
||||
BuildRequires: libSM-devel
|
||||
|
||||
Patch1: 0004-fix-engrampa-Fix-decompress-files-with-garbled-chara.patch
|
||||
@ -58,7 +58,7 @@ NOCONFIGURE=1 ./autogen.sh
|
||||
%configure \
|
||||
--disable-schemas-compile \
|
||||
--disable-static \
|
||||
--disable-caja-actions \
|
||||
--enable-caja-actions \
|
||||
--enable-magic \
|
||||
--disable-packagekit
|
||||
|
||||
@ -84,11 +84,11 @@ find %{buildroot} -name "*.la" -exec rm -f {} ';'
|
||||
%{_bindir}/engrampa
|
||||
%{_libexecdir}/engrampa
|
||||
%{_libexecdir}/engrampa-server
|
||||
#%%{_libdir}/caja/extensions-2.0/libcaja-engrampa.so
|
||||
%{_libdir}/caja/extensions-2.0/libcaja-engrampa.so
|
||||
%{_datadir}/engrampa
|
||||
%{_datadir}/metainfo/engrampa.appdata.xml
|
||||
%{_datadir}/applications/engrampa.desktop
|
||||
#%%{_datadir}/caja/extensions/libcaja-engrampa.caja-extension
|
||||
%{_datadir}/caja/extensions/libcaja-engrampa.caja-extension
|
||||
%{_datadir}/dbus-1/services/org.mate.Engrampa.service
|
||||
%{_datadir}/icons/hicolor/*/actions/*.png
|
||||
%{_datadir}/icons/hicolor/*/apps/*.png
|
||||
@ -97,6 +97,9 @@ find %{buildroot} -name "*.la" -exec rm -f {} ';'
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 19 2024 yuanxing <yuanxing@kylinsec.com.cn> - 1.24.1-3
|
||||
- KYOS-F: enable caja-actions with configure.(#30161)
|
||||
|
||||
* Thu Jul 20 2023 longcheng <longcheng@kylinos.com.cn> - 1.24.1-2
|
||||
- fix(engrampa):Fix decompress files with garbled characters under GB18030 encoding
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user