Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 248bb2c63e | |||
| 180b8c0b69 | |||
| 383b18a716 | |||
| 30b432487f | |||
| 6ec5d7f85e | |||
| 0304f58aa6 | |||
| c0974151ea | |||
| 76aaf12389 | |||
| 254e93f2e2 | |||
| c1bc125d04 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:240e87bd8fd8f546189ad41c0361fbdfafdaafe2cdc216287e026c5eeb21b0f4
|
||||
size 6244688
|
||||
3
gnome-commander-1.18.4.tar.xz
Normal file
3
gnome-commander-1.18.4.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb54300fbc2f14a45dd7202317cb8136e8a2253b43df2351df65aa58bdd6fbca
|
||||
size 6238404
|
||||
15
gnome-commander-glycin-loaders.patch
Normal file
15
gnome-commander-glycin-loaders.patch
Normal file
@@ -0,0 +1,15 @@
|
||||
Index: gnome-commander-1.18.3/meson.build
|
||||
===================================================================
|
||||
--- gnome-commander-1.18.3.orig/meson.build
|
||||
+++ gnome-commander-1.18.3/meson.build
|
||||
@@ -100,10 +100,6 @@ common_deps = [
|
||||
glib, gmodule, gio, gobject, gtk
|
||||
]
|
||||
|
||||
-# Require that gdk-pixbuf can load xpm files
|
||||
-pixbuf_module_dir = pixbuf.get_variable(pkgconfig: 'gdk_pixbuf_moduledir')
|
||||
-cpp.find_library('pixbufloader-xpm', dirs: pixbuf_module_dir, required: true)
|
||||
-
|
||||
if glib_2_70.found()
|
||||
conf_data.set('GLIB_2_70', '@0@'.format(glib_2_70.found().to_int()), description : 'Define to 1 if you have glib >= 2.70')
|
||||
endif
|
||||
@@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 28 11:43:18 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.18.4:
|
||||
+ This release fixes the following bugs:
|
||||
- Test failures with googletest 1.17
|
||||
- Update in metainfo.xml to adapt to the renamed Yelp ID
|
||||
+ Updated docs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 9 12:09:04 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Add gnome-commander-glycin-loaders.patch: Fix build with using
|
||||
glycin-loaders instead of legacy gdk-pixbuf-loaders.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 27 07:36:11 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Replace appstream-glib with AppStream BuildRequires following
|
||||
upstream changes.
|
||||
- Do not build testsuite, pass tests=disabled to meson setup, and
|
||||
drop pkgconfig(gtest) and xvfb-run BuildRequires.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 22 13:27:10 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.18.3:
|
||||
+ Improved compatibility with Wayland
|
||||
+ Fix crash when SMB button is pressed
|
||||
+ DEL key in quick search dialog wants remove whole file/dir
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 10 09:19:25 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.18.2:
|
||||
+ Segfault when using %D as a format qualifier in the date string
|
||||
+ Segfault when unmounting a file system externally while
|
||||
visiting it at the same time
|
||||
+ Fix storing the column widths in the file panes
|
||||
+ Fix for crash related to plugins
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 5 06:58:39 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-commander
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,13 +17,15 @@
|
||||
|
||||
|
||||
Name: gnome-commander
|
||||
Version: 1.18.1
|
||||
Version: 1.18.4
|
||||
Release: 0
|
||||
Summary: A file manager for the GNOME desktop environment
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/File utilities
|
||||
URL: http://gcmd.github.io/
|
||||
Source: https://download.gnome.org/sources/gnome-commander/1.18/%{name}-%{version}.tar.xz
|
||||
# PATCH-FIX-UPSTREAM
|
||||
Patch0: gnome-commander-glycin-loaders.patch
|
||||
|
||||
%if 0%{?suse_version} < 1550
|
||||
BuildRequires: gcc11
|
||||
@@ -32,21 +34,19 @@ BuildRequires: gcc11-c++
|
||||
BuildRequires: c++_compiler
|
||||
BuildRequires: c_compiler
|
||||
%endif
|
||||
BuildRequires: appstream-glib
|
||||
BuildRequires: AppStream
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: flex
|
||||
BuildRequires: itstool
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xvfb-run
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(exiv2) >= 0.14
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.66.0
|
||||
BuildRequires: pkgconfig(gmodule-2.0) >= 2.0.0
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(gtest)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.24.0
|
||||
BuildRequires: pkgconfig(libgsf-1) >= 1.12.0
|
||||
BuildRequires: pkgconfig(poppler-glib) >= 0.18
|
||||
@@ -62,12 +62,6 @@ desktop using GNOME libraries. In addition to basic file manager
|
||||
functions, the program is also an FTP client and can browse SMB
|
||||
networks.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
|
||||
%description devel
|
||||
Development files for %{name}.
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
@@ -80,6 +74,7 @@ export CXX=%{_bindir}/g++-11
|
||||
%endif
|
||||
%meson \
|
||||
-Dsamba=disabled \
|
||||
-Dtests=disabled \
|
||||
%nil
|
||||
%meson_build
|
||||
|
||||
@@ -91,18 +86,18 @@ find %{buildroot}%{_datadir} -size 0 -delete
|
||||
%fdupes %{buildroot}%{_libdir}
|
||||
|
||||
%check
|
||||
xvfb-run %{shrink:%meson_test}
|
||||
%meson_test
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc NEWS README.md AUTHORS TODO
|
||||
%{_datadir}/help/C/%{name}
|
||||
%{_datadir}/metainfo/org.gnome.%{name}.appdata.xml
|
||||
%{_bindir}/*
|
||||
%{_bindir}/gcmd-block
|
||||
%{_bindir}/gnome-commander
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.%{name}.enums.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
|
||||
%{_datadir}/gnome-commander/
|
||||
%{_datadir}/pixmaps/%{name}
|
||||
%{_libdir}/%{name}
|
||||
%{_mandir}/man1/%{name}.1%{ext_man}
|
||||
@@ -112,6 +107,7 @@ xvfb-run %{shrink:%meson_test}
|
||||
%dir %{_datadir}/%{name}
|
||||
%{_datadir}/%{name}/internal_viewer_hacking.txt
|
||||
%{_datadir}/%{name}/keys.txt
|
||||
%{_datadir}/%{name}/icons
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
||||
Reference in New Issue
Block a user