diff --git a/packages/g/gparted/abi_used_symbols b/packages/g/gparted/abi_used_symbols index 498cf75603d..543b8359a0f 100644 --- a/packages/g/gparted/abi_used_symbols +++ b/packages/g/gparted/abi_used_symbols @@ -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 @@ -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 diff --git a/packages/g/gparted/files/0001-Don-t-override-icons-at-all-leave-that-to-the-deskto.patch b/packages/g/gparted/files/0001-Don-t-override-icons-at-all-leave-that-to-the-deskto.patch index bd7f0c6f442..c320f5ca6a4 100644 --- a/packages/g/gparted/files/0001-Don-t-override-icons-at-all-leave-that-to-the-deskto.patch +++ b/packages/g/gparted/files/0001-Don-t-override-icons-at-all-leave-that-to-the-deskto.patch @@ -1,18 +1,17 @@ -From 68f6ad776ee5d25b7d0dbbfeb1b993e776a80d09 Mon Sep 17 00:00:00 2001 -From: Pierre-Yves -Date: Sun, 23 Jun 2019 23:07:55 +0200 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Muhammad Alfi Syahrin +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 --- 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 & user_devices ) +@@ -88,15 +88,6 @@ Win_GParted::Win_GParted( const std::vector & user_devices ) //==== GUI ========================= this ->set_title( _("GParted") ); this ->set_default_size( 775, 500 ); @@ -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 diff --git a/packages/g/gparted/package.yml b/packages/g/gparted/package.yml index 51935417fb1..b3f13d5e3a6 100644 --- a/packages/g/gparted/package.yml +++ b/packages/g/gparted/package.yml @@ -1,8 +1,8 @@ name : gparted -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 @@ -21,7 +21,7 @@ rundeps : 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 diff --git a/packages/g/gparted/pspec_x86_64.xml b/packages/g/gparted/pspec_x86_64.xml index 2a3165a8432..2b1b799eeeb 100644 --- a/packages/g/gparted/pspec_x86_64.xml +++ b/packages/g/gparted/pspec_x86_64.xml @@ -55,6 +55,7 @@ /usr/share/locale/gl/LC_MESSAGES/gparted.mo /usr/share/locale/gu/LC_MESSAGES/gparted.mo /usr/share/locale/he/LC_MESSAGES/gparted.mo + /usr/share/locale/hi/LC_MESSAGES/gparted.mo /usr/share/locale/hr/LC_MESSAGES/gparted.mo /usr/share/locale/hu/LC_MESSAGES/gparted.mo /usr/share/locale/id/LC_MESSAGES/gparted.mo @@ -101,9 +102,9 @@ - - 2024-07-22 - 1.6.0 + + 2025-02-01 + 1.7.0 Packaging update Muhammad Alfi Syahrin malfisya.dev@hotmail.com