public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: raveit65 <raveit65.sun@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/caja-actions] rawhide: Disable da help language for f45
Date: Sun, 19 Jul 2026 10:58:01 GMT	[thread overview]
Message-ID: <178445868180.1.14853663562595182663.rpms-caja-actions-30ffc90017da@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/caja-actions
Branch : rawhide
Commit : 30ffc90017da61609777fb6325de0cd910234299
Author : raveit65 <raveit65.sun@gmail.com>
Date   : 2026-07-19T12:53:56+02:00
Stats  : +30/-35 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/caja-actions/c/30ffc90017da61609777fb6325de0cd910234299?branch=rawhide

Log:
Disable da help language for f45

---
diff --git a/caja-actions.spec b/caja-actions.spec
index dfa1783..9c8ffce 100644
--- a/caja-actions.spec
+++ b/caja-actions.spec
@@ -8,6 +8,8 @@ License: GPL-2.0-or-later AND LicenseRef-Callaway-LGPLv2+
 URL: https://github.com/raveit65/%{name}
 Source0: https://github.com/raveit65/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
 
+Patch1:        caja-actions_0001-Disable-da-help-language.patch
+
 BuildRequires: caja-devel
 BuildRequires: dblatex
 BuildRequires: desktop-file-utils
@@ -45,9 +47,11 @@ with caja-actions.
 %prep
 %autosetup -p1
 
+#Patch1
+NOCONFIGURE=1 ./autogen.sh
+
 %build
 %configure \
-    --disable-gtk-doc \
     --enable-html-manuals \
     --enable-pdf-manuals \
     --enable-deprecated

diff --git a/caja-actions_0001-Disable-da-help-language.patch b/caja-actions_0001-Disable-da-help-language.patch
new file mode 100644
index 0000000..ee5b446
--- /dev/null
+++ b/caja-actions_0001-Disable-da-help-language.patch
@@ -0,0 +1,25 @@
+From 672489eed0634b512f6ac90a60e7a0fc12ca7323 Mon Sep 17 00:00:00 2001
+From: raveit65 <raveit65.sun@gmail.com>
+Date: Sun, 19 Jul 2026 10:22:23 +0200
+Subject: [PATCH] Disable da help language
+
+---
+ docs/help/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/docs/help/Makefile.am b/docs/help/Makefile.am
+index 0046c07..a1e5111 100644
+--- a/docs/help/Makefile.am
++++ b/docs/help/Makefile.am
+@@ -63,7 +63,7 @@ HELP_FILES = \
+ 
+ HELP_MEDIA = $(patsubst $(srcdir)/C/%,%,$(shell \ls -1 $(srcdir)/C/figures/*.png))
+ 
+-IGNORE_HELP_LINGUAS = ko
++IGNORE_HELP_LINGUAS = da
+ HELP_LINGUAS = $(if $(IGNORE_HELP_LINGUAS), \
+ 	$(filter-out $(IGNORE_HELP_LINGUAS),$(subst /,,$(dir $(wildcard */*.po)))), \
+ 	$(subst /,,$(dir $(wildcard */*.po))) )
+-- 
+2.55.0
+

diff --git a/caja-actions_0002-na-selected-info-fix-memory-leak.patch b/caja-actions_0002-na-selected-info-fix-memory-leak.patch
deleted file mode 100644
index 0321c9a..0000000
--- a/caja-actions_0002-na-selected-info-fix-memory-leak.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 7dadb5f4e70eca646a855872d0137e145eeececd Mon Sep 17 00:00:00 2001
-From: rbuj <robert.buj@gmail.com>
-Date: Mon, 8 Nov 2021 18:48:30 +0100
-Subject: [PATCH 2/8] na-selected-info: fix memory leak
-
----
- src/core/na-selected-info.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/core/na-selected-info.c b/src/core/na-selected-info.c
-index 9d4084e..abf5627 100644
---- a/src/core/na-selected-info.c
-+++ b/src/core/na-selected-info.c
-@@ -874,7 +874,7 @@ query_file_attributes( NASelectedInfo *nsi, GFile *location, gchar **errmsg )
- 	}
- 
- 	if( !nsi->private->mimetype ){
--		nsi->private->mimetype = g_strdup( g_file_info_get_attribute_as_string( info, G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE ));
-+		nsi->private->mimetype = g_file_info_get_attribute_as_string( info, G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE );
- 	}
- 
- 	nsi->private->file_type = ( GFileType ) g_file_info_get_attribute_uint32( info, G_FILE_ATTRIBUTE_STANDARD_TYPE );
-@@ -883,7 +883,7 @@ query_file_attributes( NASelectedInfo *nsi, GFile *location, gchar **errmsg )
- 	nsi->private->can_write = g_file_info_get_attribute_boolean( info, G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE );
- 	nsi->private->can_execute = g_file_info_get_attribute_boolean( info, G_FILE_ATTRIBUTE_ACCESS_CAN_EXECUTE );
- 
--	nsi->private->owner = g_strdup( g_file_info_get_attribute_as_string( info, G_FILE_ATTRIBUTE_OWNER_USER ));
-+	nsi->private->owner = g_file_info_get_attribute_as_string( info, G_FILE_ATTRIBUTE_OWNER_USER );
- 
- 	nsi->private->attributes_are_set = TRUE;
- 
--- 
-2.31.1
-

                 reply	other threads:[~2026-07-19 10:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178445868180.1.14853663562595182663.rpms-caja-actions-30ffc90017da@fedoraproject.org \
    --to=raveit65.sun@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox