Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gparted: Update to v1.7.0 #4951

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/g/gparted/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ libglibmm-2.4.so.1:_ZN4Glib10ObjectBaseC2EPKc
libglibmm-2.4.so.1:_ZN4Glib10ObjectBaseC2Ev
libglibmm-2.4.so.1:_ZN4Glib10ObjectBaseD2Ev
libglibmm-2.4.so.1:_ZN4Glib10build_pathERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS_11ArrayHandleIS5_NS_17Container_Helpers10TypeTraitsIS5_EEEE
libglibmm-2.4.so.1:_ZN4Glib11get_charsetERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
libglibmm-2.4.so.1:_ZN4Glib11get_tmp_dirB5cxx11Ev
libglibmm-2.4.so.1:_ZN4Glib11shell_quoteERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
libglibmm-2.4.so.1:_ZN4Glib12get_home_dirB5cxx11Ev
Expand All @@ -160,6 +161,7 @@ libglibmm-2.4.so.1:_ZN4Glib17SignalProxyNormalD2Ev
libglibmm-2.4.so.1:_ZN4Glib18PropertyProxy_Base13set_property_ERKNS_9ValueBaseE
libglibmm-2.4.so.1:_ZN4Glib18signal_child_watchEv
libglibmm-2.4.so.1:_ZN4Glib20find_program_in_pathERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
libglibmm-2.4.so.1:_ZN4Glib21convert_with_fallbackERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_RKNS_7ustringE
libglibmm-2.4.so.1:_ZN4Glib22spawn_async_with_pipesERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS_11ArrayHandleIS5_NS_17Container_Helpers10TypeTraitsIS5_EEEENS_10SpawnFlagsERKN4sigc4slotIvNSG_3nilESI_SI_SI_SI_SI_SI_EEPiSM_SM_SM_
libglibmm-2.4.so.1:_ZN4Glib28custom_pointer_type_registerEPKc
libglibmm-2.4.so.1:_ZN4Glib29get_unichar_from_std_iteratorEN9__gnu_cxx17__normal_iteratorIPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
From 68f6ad776ee5d25b7d0dbbfeb1b993e776a80d09 Mon Sep 17 00:00:00 2001
From: Pierre-Yves <[email protected]>
Date: Sun, 23 Jun 2019 23:07:55 +0200
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Muhammad Alfi Syahrin <[email protected]>
Date: Sat, 1 Feb 2025 13:06:17 +0700
Subject: [PATCH] Don't override icons at all, leave that to the desktop

Signed-off-by: Pierre-Yves <[email protected]>
---
src/Win_GParted.cc | 9 ---------
1 file changed, 9 deletions(-)

diff --git a/src/Win_GParted.cc b/src/Win_GParted.cc
index b5288e8..42b0fff 100644
index 2c962f0..4d5967e 100644
--- a/src/Win_GParted.cc
+++ b/src/Win_GParted.cc
@@ -85,15 +85,6 @@ Win_GParted::Win_GParted( const std::vector<Glib::ustring> & user_devices )
@@ -88,15 +88,6 @@ Win_GParted::Win_GParted( const std::vector<Glib::ustring> & user_devices )
//==== GUI =========================
this ->set_title( _("GParted") );
this ->set_default_size( 775, 500 );
Expand All @@ -23,11 +22,11 @@ index b5288e8..42b0fff 100644
- }
- catch ( Glib::Exception & e )
- {
- std::cout << e .what() << std::endl ;
- std::cerr << Utils::convert_ustring(e.what()) << std::endl;
- }

// Pack the main box
vbox_main.set_orientation(Gtk::ORIENTATION_VERTICAL);
--
2.22.0
2.47.2

8 changes: 4 additions & 4 deletions packages/g/gparted/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : gparted

Check notice on line 1 in packages/g/gparted/package.yml

View workflow job for this annotation

GitHub Actions / Checks

This package is included in the ISO. Consider validating the functionality in a newly built ISO.
version : 1.6.0
release : 29
version : 1.7.0
release : 30
source :
- https://gitlab.gnome.org/GNOME/gparted/-/archive/GPARTED_1_6_0/gparted-GPARTED_1_6_0.tar.bz2 : 83502323effd960db0833980ca048355394ddcf99908c1a18591432e0c508b5d
- https://sourceforge.net/projects/gparted/files/gparted/gparted-1.7.0/gparted-1.7.0.tar.gz : 84ae3b9973e443a2175f07aa0dc2aceeadb1501e0f8953cec83b0ec3347b7d52
homepage : https://gparted.org/
license : GPL-2.0-or-later
component : desktop.gnome
Expand All @@ -21,7 +21,7 @@
setup : |
%patch -p1 -i $pkgfiles/0001-Allow-auth_admin_keep-in-policy.patch
%patch -p1 -i $pkgfiles/0001-Don-t-override-icons-at-all-leave-that-to-the-deskto.patch
%autogen --disable-static \
%configure --disable-static \
--disable-scrollkeeper \
--disable-doc \
--enable-xhost-root
Expand Down
7 changes: 4 additions & 3 deletions packages/g/gparted/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
<Path fileType="localedata">/usr/share/locale/gl/LC_MESSAGES/gparted.mo</Path>
<Path fileType="localedata">/usr/share/locale/gu/LC_MESSAGES/gparted.mo</Path>
<Path fileType="localedata">/usr/share/locale/he/LC_MESSAGES/gparted.mo</Path>
<Path fileType="localedata">/usr/share/locale/hi/LC_MESSAGES/gparted.mo</Path>
<Path fileType="localedata">/usr/share/locale/hr/LC_MESSAGES/gparted.mo</Path>
<Path fileType="localedata">/usr/share/locale/hu/LC_MESSAGES/gparted.mo</Path>
<Path fileType="localedata">/usr/share/locale/id/LC_MESSAGES/gparted.mo</Path>
Expand Down Expand Up @@ -101,9 +102,9 @@
</Files>
</Package>
<History>
<Update release="29">
<Date>2024-07-22</Date>
<Version>1.6.0</Version>
<Update release="30">
<Date>2025-02-01</Date>
<Version>1.7.0</Version>
<Comment>Packaging update</Comment>
<Name>Muhammad Alfi Syahrin</Name>
<Email>[email protected]</Email>
Expand Down