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");