Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package eiciel for openSUSE:Factory checked 
in at 2023-07-01 23:18:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/eiciel (Old)
 and      /work/SRC/openSUSE:Factory/.eiciel.new.13546 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "eiciel"

Sat Jul  1 23:18:35 2023 rev:47 rq:1096314 version:0.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/eiciel/eiciel.changes    2022-10-20 
11:11:49.800034069 +0200
+++ /work/SRC/openSUSE:Factory/.eiciel.new.13546/eiciel.changes 2023-07-01 
23:18:41.458490391 +0200
@@ -1,0 +2,14 @@
+Fri Apr 14 01:51:08 UTC 2023 - Luciano Santos <luc1...@opensuse.org>
+
+- Update to version 0.10.0:
+  + Updated translations.
+- Drop merged upstream patches:
+  0001-Add-man-subdir-to-top-level-meson.build.patch and
+  0001-Replace-deprecated-attr-xattr.h-with-sys-xattr.h.patch.
+- Move English translations from the lang sub-package to the main
+  one. This should offer translations for the main English locales
+  without the need to install any additional package by default.
+- Add eiciel.rpmlintrc file to filter out the "file-not-in-%lang"
+  RPM Lint warning for the reason above.
+
+-------------------------------------------------------------------

Old:
----
  0001-Add-man-subdir-to-top-level-meson.build.patch
  0001-Replace-deprecated-attr-xattr.h-with-sys-xattr.h.patch
  eiciel-0.10.0.rc2.tar.gz

New:
----
  eiciel-0.10.0.tar.gz
  eiciel.rpmlintrc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ eiciel.spec ++++++
--- /var/tmp/diff_new_pack.QDOKRl/_old  2023-07-01 23:18:42.210494899 +0200
+++ /var/tmp/diff_new_pack.QDOKRl/_new  2023-07-01 23:18:42.214494923 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package eiciel
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,21 +19,14 @@
 %define _libnautilus_extensiondir %(pkg-config --variable extensiondir 
libnautilus-extension-4)
 
 Name:           eiciel
-Version:        0.10.0.rc2
+Version:        0.10.0
 Release:        0
 Summary:        GNOME ACL viewer and editor
 License:        GPL-2.0-or-later
 Group:          System/GUI/GNOME
-URL:            http://rofi.roger-ferrer.org/eiciel/
-# Source0:        
http://rofi.roger-ferrer.org/eiciel/files/%%{name}-%%{version}.tar.bz2
-Source0:        
https://github.com/rofirrim/eiciel/archive/refs/tags/0.10.0-rc2.tar.gz#/%{name}-%{version}.tar.gz
-
-# FIX-UPSTREAM-PATCH 0001-Add-man-subdir-to-top-level-meson.build.patch 
luc1...@opensuse.org
-# Intall the manpage that was silently being ignored by Meson
-Patch1:         0001-Add-man-subdir-to-top-level-meson.build.patch
-# FIX-UPSTREAM-PATCH 
0001-Replace-deprecated-attr-xattr.h-with-sys-xattr.h.patch luc1...@opensuse.org
-# Use sys/xattr.h in place of deprecated attr/xattr.h
-Patch2:         0001-Replace-deprecated-attr-xattr.h-with-sys-xattr.h.patch
+URL:            https://rofi.roger-ferrer.org/eiciel/
+Source0:        
https://github.com/rofirrim/eiciel/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source99:       %{name}.rpmlintrc
 
 BuildRequires:  gcc-c++
 BuildRequires:  itstool
@@ -61,7 +54,7 @@
 %lang_package
 
 %prep
-%autosetup -p1 -n eiciel-0.10.0-rc2
+%autosetup -p1
 
 %build
 %meson          \
@@ -76,17 +69,23 @@
 %files
 %license COPYING
 %doc AUTHORS README.md
-%{_datadir}/help/C/%{name}
 %{_bindir}/eiciel
 %{_mandir}/man1/eiciel.1%{?ext_man}
 %{_datadir}/applications/org.roger_ferrer.Eiciel.desktop
 %{_datadir}/icons/hicolor/*/apps/*eiciel.*
 %dir %{_datadir}/metainfo
 %{_datadir}/metainfo/org.roger_ferrer.Eiciel.appdata.xml
+# English should be offered to every installation by default.
+%{_datadir}/locale/en_GB/
+%{_datadir}/locale/en_US/
+%{_datadir}/help/C/%{name}
 
 %files -n nautilus-eiciel
 %{_libnautilus_extensiondir}/libeiciel-nautilus.so
 
 %files lang -f %{name}.lang
+# Those shouldn't be here in the first place.
+%exclude %{_datadir}/locale/en_GB/
+%exclude %{_datadir}/locale/en_US/
 
 %changelog

++++++ eiciel-0.10.0.rc2.tar.gz -> eiciel-0.10.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eiciel-0.10.0-rc2/README.md 
new/eiciel-0.10.0/README.md
--- old/eiciel-0.10.0-rc2/README.md     2022-09-17 15:06:38.000000000 +0200
+++ new/eiciel-0.10.0/README.md 2022-12-30 10:00:12.000000000 +0100
@@ -30,4 +30,5 @@
 
 4. I don't want the plugin support in GNOME Files
 
-The GNOME Files plugin support is not optional at the moment.
+The GNOME Files plugin support is optional, pass `-Dnautilus-plugin=disabled`
+to `meson setup` above, to disable it.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eiciel-0.10.0-rc2/man/meson.build 
new/eiciel-0.10.0/man/meson.build
--- old/eiciel-0.10.0-rc2/man/meson.build       2022-09-17 15:06:38.000000000 
+0200
+++ new/eiciel-0.10.0/man/meson.build   2022-12-30 10:00:12.000000000 +0100
@@ -1 +1,5 @@
-install_man('eiciel.1')
+want_man = get_option('man')
+
+if want_man
+  install_man('eiciel.1')
+endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eiciel-0.10.0-rc2/meson.build 
new/eiciel-0.10.0/meson.build
--- old/eiciel-0.10.0-rc2/meson.build   2022-09-17 15:06:38.000000000 +0200
+++ new/eiciel-0.10.0/meson.build       2022-12-30 10:00:12.000000000 +0100
@@ -1,6 +1,6 @@
 # Eiciel
 project('eiciel', 'cpp',
-  version : '0.10.0.rc2',
+  version : '0.10.0',
   meson_version : '>=0.57',
   license: 'GPL2+',
   default_options: ['cpp_std=c++17'])
@@ -27,9 +27,12 @@
 # Dependencies
 gtkmm4 = dependency('gtkmm-4.0', version: '>= 4.6')
 giomm = dependency('giomm-2.68', version: '>= 2.68')
+thread_dep = dependency('threads')
+nautilus_plugin_feature = get_option('nautilus-plugin')
+if nautilus_plugin_feature.enabled()
 libnautilus_extensions4 = dependency('libnautilus-extension-4',
                                       version: '>= 43')
-thread_dep = dependency('threads')
+endif
 
 # Compiler
 compiler = meson.get_compiler('cpp')
@@ -41,15 +44,15 @@
 has_acl_libacl_h = compiler.has_header('acl/libacl.h')
 conf_data.set('HAVE_ACL_LIBACL_H', has_acl_libacl_h)
 
-has_xattr_h = compiler.has_header('attr/xattr.h')
-conf_data.set('HAVE_ATTR_XATTR_H', has_xattr_h)
+has_sys_xattr_h = compiler.has_header('sys/xattr.h')
+conf_data.set('HAVE_SYS_XATTR_H', has_sys_xattr_h)
 
 user_attributes_feature = get_option('user-attributes')
 conf_data.set('ENABLE_USER_XATTR',
               user_attributes_feature.enabled())
 
 # Libraries
-libacl = compiler.find_library('libacl')
+libacl = compiler.find_library('acl')
 
 has_acl_get_perm = compiler.has_function('acl_get_perm', dependencies: libacl)
 conf_data.set('HAVE_ACL_GET_PERM', has_acl_get_perm)
@@ -81,6 +84,9 @@
 # Documentation
 subdir('doc')
 
+# Manpage(s)
+subdir('man')
+
 # GNOME post-install duties
 gnome.post_install(gtk_update_icon_cache : true)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eiciel-0.10.0-rc2/meson_options.txt 
new/eiciel-0.10.0/meson_options.txt
--- old/eiciel-0.10.0-rc2/meson_options.txt     2022-09-17 15:06:38.000000000 
+0200
+++ new/eiciel-0.10.0/meson_options.txt 2022-12-30 10:00:12.000000000 +0100
@@ -1,7 +1,14 @@
+option('man', type : 'boolean',
+    value : 'true',
+    description : 'Install man page(s)')
 option('user-attributes',
     type : 'feature',
     value : 'enabled',
     description : 'Enables support for editing extended user attributes')
+option('nautilus-plugin',
+    type : 'feature',
+    value : 'enabled',
+    description: 'Enable nautilus extension plugin')
 option('nautilus-extension-dir',
     type: 'string',
     value : '',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eiciel-0.10.0-rc2/po/fa.po new/eiciel-0.10.0/po/fa.po
--- old/eiciel-0.10.0-rc2/po/fa.po      2022-09-17 15:06:38.000000000 +0200
+++ new/eiciel-0.10.0/po/fa.po  2022-12-30 10:00:12.000000000 +0100
@@ -4,18 +4,18 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: eiciel 0.9.11\n"
-"Report-Msgid-Bugs-To: \n"
+"Report-Msgid-Bugs-To: rofir...@gmail.com\n"
 "POT-Creation-Date: 2022-09-01 21:42+0200\n"
-"PO-Revision-Date: 2020-08-24 00:40+0000\n"
-"Last-Translator: hayyan rostami <hayya...@yahoo.com>\n"
-"Language-Team: Persian <https://l10n.opensuse.org/projects/eiciel/master/fa/";
-">\n"
+"PO-Revision-Date: 2022-10-28 23:13+0000\n"
+"Last-Translator: Mohammad Rezaei Seresht <secures...@aol.com>\n"
+"Language-Team: Persian <https://l10n.opensuse.org/projects/eiciel/master/fa/>"
+"\n"
 "Language: fa\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 3.6.1\n"
+"X-Generator: Weblate 4.9.1\n"
 
 #: src/acl_editor_controller.cpp:145
 msgid "Could not add ACL entry: "
@@ -33,32 +33,29 @@
 #: src/acl_editor_controller.cpp:350
 #, c-format
 msgid "Exception when setting ACL of file '%s': '%s'"
-msgstr ""
+msgstr "استثنا هنگام تنظیم ACL فایل '%s': '%s'"
 
 #. Catch-all to avoid crashing nautilus
 #: src/acl_editor_controller.cpp:354
 #, c-format
 msgid "Unknown exception when setting ACL of file '%s'"
-msgstr ""
+msgstr "استثنا ناشناخته هنگام تنظیم ACL فایل '%s'"
 
 #: src/acl_editor_controller.cpp:458 src/enclosed_acl_editor_controller.cpp:35
 msgid "Are you sure you want to remove all ACL default entries?"
 msgstr "آیا میخواهید که تمامی ورودیهای پیشفرض 
ACL را حذف کنید؟"
 
 #: src/acl_editor_widget.ui:15
-#, fuzzy
 msgid "Applying ACLs to enclosed files"
-msgstr "ویرایش ACL ها برای پرونده‌های محصور شده"
+msgstr "اعمال ACL ها برای فایل‌های محصور شده"
 
 #: src/acl_editor_widget.ui:34
-#, fuzzy
 msgid "Current participants in ACL"
-msgstr "<b>شرکت کنندگان کنونی در ACL</b>"
+msgstr "شرکت کنندگان فعلی در ACL"
 
 #: src/acl_editor_widget.ui:50 src/enclosed_acl_editor_widget.ui:76
-#, fuzzy
 msgid "Available participants"
-msgstr "<b>شرکت کنندگان موجود</b>"
+msgstr "شرکت کنندگان موجود"
 
 #: src/acl_editor_widget.ui:65
 msgid "Edit ACLs for enclosed files..."
@@ -122,38 +119,38 @@
 
 #: src/application.cpp:44
 msgid "Initial edit mode (default mode otherwise)"
-msgstr ""
+msgstr "حالت ویرایش اولیه (در غیر این صورت حالت 
پیش فرض )"
 
 #: src/application.cpp:56
 msgid ""
 "Invalid value for 'edit-mode' option. Valid options are 'acl' or 'xattr'\n"
 msgstr ""
+"مقدار نامعتبر برای گزینه «ویرایش حالت». 
گزینه های معتبر 'acl' یا 'xattr' "
+"هستند\n"
 
 #: src/application.cpp:96
 msgid "Graphical editor of file ACLs and extended attributes"
-msgstr ""
+msgstr "ویرایشگر گرافیکی فایل های ACL و ویژگی 
های توسعه یافته"
 
 #: src/application.cpp:100
 msgid "translator-credits"
-msgstr ""
+msgstr "گروه-مترجمان"
 
 #: src/app_window.cpp:94 src/app_window.ui:65 src/nautilus_acl_model.cpp:181
 msgid "Access Control List"
 msgstr "لیست کنترل دسترسی"
 
 #: src/app_window.cpp:97 src/nautilus_xattr_model.cpp:46
-#, fuzzy
 msgid "Extended attributes"
-msgstr "صفات تمدید شده ی کاربر"
+msgstr "ویژگی های توسعه یافته"
 
 #: src/app_window.cpp:129
 msgid "Select file"
-msgstr ""
+msgstr "انتخاب فایل"
 
 #: src/app_window.cpp:133
-#, fuzzy
 msgid "Select directory"
-msgstr "فقط فهرستها"
+msgstr "انتخاب دایرکتوری"
 
 #: src/app_window.cpp:146 src/app_window.ui:37
 msgid "No file opened"
@@ -161,25 +158,23 @@
 
 #: src/app_window.ui:16
 msgid "Open file"
-msgstr ""
+msgstr "فایل باز"
 
 #: src/app_window.ui:21
-#, fuzzy
 msgid "Open directory"
-msgstr "فقط فهرستها"
+msgstr "دایرکتوری باز"
 
 #: src/app_window.ui:78
-#, fuzzy
 msgid "Extended Attributes"
-msgstr "صفات تمدید شده ی کاربر"
+msgstr "ویژگی های توسعه یافته"
 
 #: src/app_window.ui:99
 msgid "About Eiciel"
-msgstr ""
+msgstr "درباره Eiciel"
 
 #: src/app_window.ui:103
 msgid "Quit"
-msgstr ""
+msgstr "خروج"
 
 #: src/enclosed_acl_editor_widget.ui:5
 msgid "Edit ACLs for enclosed files"
@@ -196,102 +191,95 @@
 msgstr "اعمال"
 
 #: src/enclosed_acl_editor_widget.ui:44
-#, fuzzy
 msgid "Participants in ACL for enclosed files"
-msgstr "<b>مشارکت‌کنندگان در ACL های پرونده‌های 
محصور شده</b>"
+msgstr "مشارکت کنندگان در ACL برای فایل های ضمیم
ه شده"
 
 #: src/enclosed_acl_editor_widget.ui:59
-#, fuzzy
 msgid "Participants in ACL for enclosed directories"
-msgstr "<b>مشارکت کردن در ACL ها برای مسیر‌های م
حصور شده</b>"
+msgstr "شرکت کنندگان در ACL برای دایرمتوری‌های 
ضمیمه شده"
 
 #: src/nautilus_acl_model.cpp:31
 msgid "Read, write and execute"
-msgstr ""
+msgstr "خواندن، نوشتن و اجرا"
 
 #: src/nautilus_acl_model.cpp:33
 msgid "Read and write"
-msgstr ""
+msgstr "خواندن و نوشتن"
 
 #: src/nautilus_acl_model.cpp:35
 msgid "Read and execute"
-msgstr ""
+msgstr "خواندن و اجرا"
 
 #: src/nautilus_acl_model.cpp:37
-#, fuzzy
 msgid "Only read"
-msgstr "فقط پرونده ها"
+msgstr "فقط خواندن"
 
 #: src/nautilus_acl_model.cpp:39
 msgid "Write and execute"
-msgstr ""
+msgstr "نوشتن و اجرا"
 
 #: src/nautilus_acl_model.cpp:41
-#, fuzzy
 msgid "Only write"
-msgstr "فقط پرونده ها"
+msgstr "فقط نوشتن"
 
 #: src/nautilus_acl_model.cpp:43
-#, fuzzy
 msgid "Only execute"
-msgstr "فقط فهرستها"
+msgstr "فقط اجرا"
 
 #: src/nautilus_acl_model.cpp:45 src/nautilus_acl_model.cpp:63
 #: src/nautilus_acl_model.cpp:67
 msgid "No permission"
-msgstr ""
+msgstr "بدون مجوز"
 
 #: src/nautilus_acl_model.cpp:53
 msgid "List directory, access, create and remove files"
-msgstr ""
+msgstr "لیست گرفتن از دایرکتوری، دسترسی، ساخت 
و حذف فایل‌ها"
 
 #: src/nautilus_acl_model.cpp:55
 msgid "List directory, no access to files"
-msgstr ""
+msgstr "لیست گرفتن از دایرکتوری، بون دسترسی به 
فایل‌ها"
 
 #: src/nautilus_acl_model.cpp:57
 msgid "List directory and access files"
-msgstr ""
+msgstr "لیست گرفتن از دایرکتوری و دسترسی به 
فایل‌ها"
 
 #: src/nautilus_acl_model.cpp:59
 msgid "List directory only, no access to files"
-msgstr ""
+msgstr "فقط لیست گرفتن از دایرکتوری، بدون 
دسترسی به فایل‌ها"
 
 #: src/nautilus_acl_model.cpp:61
 msgid "No list directory but access, create and remove"
-msgstr ""
+msgstr "دسترسی، ساخت و حذف بدون لیست گرفتن از 
دایرکتوری"
 
 #: src/nautilus_acl_model.cpp:65
 msgid "No list directory and access files"
-msgstr ""
+msgstr "بدون امکان لیست گرفتن و دسترسی به 
فایل‌ها"
 
 #: src/nautilus_acl_model.cpp:101
 msgid "User owner"
-msgstr ""
+msgstr "مالک کاربر"
 
 #: src/nautilus_acl_model.cpp:109
-#, fuzzy
 msgid "Group owner"
-msgstr "گروه"
+msgstr "مالک گروه"
 
 #: src/nautilus_acl_model.cpp:115
 #, c-format
 msgid "User ACL: ‘%s’"
-msgstr ""
+msgstr "ACL کاربر:'%s'"
 
 #: src/nautilus_acl_model.cpp:121
 #, c-format
 msgid "Group ACL: ‘%s’"
-msgstr ""
+msgstr "ACL گروه:'%s'"
 
 #: src/nautilus_acl_model.cpp:127
 msgid "Mask limits Group owner, User ACL and Group ACL to"
 msgstr ""
 
 #: src/nautilus_acl_model.cpp:131
-#, fuzzy
 msgid "Other users"
-msgstr "دیگر"
+msgstr "کاربران دیگر"
 
 #: src/nautilus_acl_model.cpp:137
 msgid "New files will have User owner"
@@ -330,20 +318,18 @@
 msgstr "لیست کنترل دسترسی"
 
 #: src/nautilus_menu_provider.cpp:100
-#, fuzzy
 msgid "Edit extended attributes…"
-msgstr "صفات تمدید شده ی کاربر"
+msgstr "ویرایش ویژگی های توسعه یافته…"
 
 #: src/participant_list_widget.cpp:395
 msgid "Participant not found"
-msgstr "شرکت کننده یافت نشد"
+msgstr "مشارکت‌کننده یافت نشد"
 
 #: src/participant_list_widget.ui:12
 msgid "User"
 msgstr "کاربر"
 
 #: src/participant_list_widget.ui:17
-#, fuzzy
 msgid "Group"
 msgstr "گروه"
 
@@ -365,7 +351,7 @@
 
 #: src/participant_list_widget.ui:71
 msgid "Search"
-msgstr ""
+msgstr "جستجو"
 
 #: src/participant_list_widget.ui:80
 #, fuzzy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eiciel-0.10.0-rc2/po/id.po new/eiciel-0.10.0/po/id.po
--- old/eiciel-0.10.0-rc2/po/id.po      2022-09-17 15:06:38.000000000 +0200
+++ new/eiciel-0.10.0/po/id.po  2022-12-30 10:00:12.000000000 +0100
@@ -5,10 +5,10 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: eiciel 0.9.11\n"
-"Report-Msgid-Bugs-To: \n"
+"Report-Msgid-Bugs-To: rofir...@gmail.com\n"
 "POT-Creation-Date: 2022-09-01 21:42+0200\n"
-"PO-Revision-Date: 2020-05-02 19:51+0000\n"
-"Last-Translator: Kukuh Syafaat <syafaatku...@gmail.com>\n"
+"PO-Revision-Date: 2022-11-15 10:13+0000\n"
+"Last-Translator: Bayu Putra <putrabayu0...@gmail.com>\n"
 "Language-Team: Indonesian <https://l10n.opensuse.org/projects/eiciel/master/";
 "id/>\n"
 "Language: id\n"
@@ -16,7 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Weblate 3.6.1\n"
+"X-Generator: Weblate 4.9.1\n"
 
 #: src/acl_editor_controller.cpp:145
 msgid "Could not add ACL entry: "
@@ -34,36 +34,33 @@
 #: src/acl_editor_controller.cpp:350
 #, c-format
 msgid "Exception when setting ACL of file '%s': '%s'"
-msgstr ""
+msgstr "Pengecualian saat menyetel ACL file '%s': '%s'"
 
 #. Catch-all to avoid crashing nautilus
 #: src/acl_editor_controller.cpp:354
 #, c-format
 msgid "Unknown exception when setting ACL of file '%s'"
-msgstr ""
+msgstr "Pengecualian tidak diketahui saat menyetel ACL file '%s'"
 
 #: src/acl_editor_controller.cpp:458 src/enclosed_acl_editor_controller.cpp:35
 msgid "Are you sure you want to remove all ACL default entries?"
 msgstr "Apakah Anda yakin ingin menghapus semua entri dafault ACL?"
 
 #: src/acl_editor_widget.ui:15
-#, fuzzy
 msgid "Applying ACLs to enclosed files"
-msgstr "Sunting ACL untuk berkas terlampir"
+msgstr "Menerapkan ACL untuk berkas terlampir"
 
 #: src/acl_editor_widget.ui:34
-#, fuzzy
 msgid "Current participants in ACL"
-msgstr "<b>Partisipan saat ini di ACL</b>"
+msgstr "Partisipan saat ini di ACL"
 
 #: src/acl_editor_widget.ui:50 src/enclosed_acl_editor_widget.ui:76
-#, fuzzy
 msgid "Available participants"
-msgstr "<b>Partisipan yang tersedia</b>"
+msgstr "Partisipan yang tersedia"
 
 #: src/acl_editor_widget.ui:65
 msgid "Edit ACLs for enclosed files..."
-msgstr "Sunting ACL untuk berkas terlampir..."
+msgstr "Edit ACL untuk file terlampir..."
 
 #: src/acl_list_controller.cpp:144 src/acl_list_widget.cpp:317
 msgid "Mask"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eiciel-0.10.0-rc2/src/meson.build 
new/eiciel-0.10.0/src/meson.build
--- old/eiciel-0.10.0-rc2/src/meson.build       2022-09-17 15:06:38.000000000 
+0200
+++ new/eiciel-0.10.0/src/meson.build   2022-12-30 10:00:12.000000000 +0100
@@ -56,6 +56,8 @@
 
 
 # Plugin for nautilus
+nautilusextensiondir = get_option('nautilus-extension-dir')
+if nautilus_plugin_feature.enabled()
 plugin_sources = utility_libraries
 plugin_sources += ['nautilus_menu_provider.cpp',
                    'nautilus_acl_model.cpp',
@@ -64,7 +66,6 @@
                    'nautilus_extension.cpp',
                    'i18n.cpp']
 
-nautilusextensiondir = get_option('nautilus-extension-dir')
 if nautilusextensiondir == '' 
   nautilusextensiondir = libnautilus_extensions4.get_variable(pkgconfig : 
'extensiondir')
 endif
@@ -75,6 +76,7 @@
   install_dir : nautilusextensiondir,
   include_directories : incdir,
   dependencies : [gtkmm4, giomm, libnautilus_extensions4, libacl, thread_dep])
+endif
 
 # Desktop file
 desktop_file_data = configuration_data()

++++++ eiciel.rpmlintrc ++++++
# We're keeping English locales in the tools sub-packages instead of lang.
# English should be offered to everybody by default, without installing lang
# packages.
addFilter("file-not-in-%lang");

Reply via email to