commit 88da65253532d9e96cc7a5559fca1160abdaed9b
Author: Krzysztof Mrozowicz <[email protected]>
Date:   Fri Dec 16 21:05:26 2022 +0000

    - up to 4.18.0

 fallback-icons.patch | 74 ----------------------------------------------------
 xfce4-panel.spec     | 26 +++++++++---------
 2 files changed, 12 insertions(+), 88 deletions(-)
---
diff --git a/xfce4-panel.spec b/xfce4-panel.spec
index 2ca4a36..5041dac 100644
--- a/xfce4-panel.spec
+++ b/xfce4-panel.spec
@@ -1,24 +1,23 @@
-%define                xfce_version    4.16.0
+%define                xfce_version    4.18.0
 Summary:       Next generation panel for Xfce
 Summary(pl.UTF-8):     Panel nowej generacji dla Xfce
 Name:          xfce4-panel
-Version:       4.16.5
+Version:       4.18.0
 Release:       1
 License:       GPL v2, LGPL v2
 Group:         X11/Applications
-Source0:       
http://archive.xfce.org/src/xfce/xfce4-panel/4.16/%{name}-%{version}.tar.bz2
-# Source0-md5: d55c4f8f6c31616361e75ef6953e023f
-Patch0:                fallback-icons.patch
-URL:           http://www.xfce.org/projects/xfce4-panel
+Source0:       
https://archive.xfce.org/src/xfce/xfce4-panel/4.18/%{name}-%{version}.tar.bz2
+# Source0-md5: a1377a20f31a51d388e3d2b497bb5dcb
+URL:           https://www.xfce.org/projects/xfce4-panel
 BuildRequires: dbus-glib-devel >= 0.73
 BuildRequires: docbook-dtd412-xml
 BuildRequires: docbook-style-xsl
 BuildRequires: exo-devel >= 0.12.0
-BuildRequires: garcon-devel >= 0.4.0
-BuildRequires: garcon-gtk3-devel >= 0.6.1
+BuildRequires: garcon-devel >= 4.18.0
+BuildRequires: garcon-gtk3-devel >= 4.18.0
 BuildRequires: gettext-tools
-BuildRequires: glib2-devel >= 1:2.50.0
-BuildRequires: gobject-introspection-devel
+BuildRequires: glib2-devel >= 1:2.66.0
+BuildRequires: gobject-introspection-devel >= 1.66.0
 BuildRequires: gtk+3-devel
 BuildRequires: gtk-doc >= 1.9
 BuildRequires: gtk-doc-automake
@@ -28,10 +27,10 @@ BuildRequires:      libxfce4ui-devel >= %{xfce_version}
 BuildRequires: libxfce4util-devel >= %{xfce_version}
 BuildRequires: libxslt-progs
 BuildRequires: pkgconfig >= 1:0.9.0
-BuildRequires: rpmbuild(macros) >= 1.601
+BuildRequires: rpmbuild(macros) >= 2.000
 BuildRequires: vala
 BuildRequires: vala-libxfce4util >= %{xfce_version}
-BuildRequires: xfce4-dev-tools >= 4.12.0
+BuildRequires: xfce4-dev-tools >= 4.18.0
 BuildRequires: xfconf-devel >= %{xfce_version}
 Requires:      %{name}-libs = %{version}-%{release}
 Requires:      gtk-update-icon-cache
@@ -83,7 +82,7 @@ Summary:      Header files for building Xfce panel plugins
 Summary(pl.UTF-8):     Pliki nagłówkowe do budowania wtyczek panelu Xfce
 Group:         X11/Development/Libraries
 Requires:      %{name}-libs = %{version}-%{release}
-Requires:      glib2-devel >= 1:2.50.0
+Requires:      glib2-devel >= 1:2.66.0
 Requires:      gtk+3-devel
 Requires:      libxfce4ui-devel >= %{xfce_version}
 Requires:      libxfce4util-devel >= %{xfce_version}
@@ -109,7 +108,6 @@ API języka Vala ls panelu Xfce.
 
 %prep
 %setup -q
-#%patch0 -p1
 
 %build
 %configure \
diff --git a/fallback-icons.patch b/fallback-icons.patch
deleted file mode 100644
index 8cd9720..0000000
--- a/fallback-icons.patch
+++ /dev/null
@@ -1,74 +0,0 @@
---- xfce4-panel-4.14.0/plugins/actions/actions.c.orig  2019-04-10 
00:23:04.000000000 +0200
-+++ xfce4-panel-4.14.0/plugins/actions/actions.c       2019-08-29 
23:51:32.239964536 +0200
-@@ -155,7 +155,7 @@
-     N_("Are you sure you want to log out?"),
-     N_("Logging out in %d seconds."),
-     "system-log-out",
--    NULL
-+    "xfsm-logout"
-   },
-   { ACTION_TYPE_LOGOUT_DIALOG,
-     "logout",
-@@ -163,7 +163,7 @@
-     N_("Log _Out..."),
-     NULL, NULL, /* already shows a dialog */
-     "system-log-out",
--    NULL
-+    "xfsm-logout"
-   },
-   { ACTION_TYPE_SWITCH_USER,
-     "switch-user",
-@@ -171,7 +171,7 @@
-     N_("_Switch User"),
-     NULL, NULL, /* not needed */
-     "system-users",
--    NULL
-+    "xfsm-switch"
-   },
-   { ACTION_TYPE_LOCK_SCREEN,
-     "lock-screen",
-@@ -179,7 +179,7 @@
-     N_("Loc_k Screen"),
-     NULL, NULL, /* not needed */
-     "system-lock-screen",
--    NULL
-+    "xfsm-lockscreen"
-   },
-   { ACTION_TYPE_HIBERNATE,
-     "hibernate",
-@@ -188,7 +188,7 @@
-     N_("Do you want to suspend to disk?"),
-     N_("Hibernating computer in %d seconds."),
-     "system-hibernate",
--    NULL
-+    "xfsm-hibernate"
-   },
-   { ACTION_TYPE_HYBRID_SLEEP,
-     "hybrid-sleep",
-@@ -206,7 +206,7 @@
-     N_("Do you want to suspend to RAM?"),
-     N_("Suspending computer in %d seconds."),
-     "system-suspend",
--    NULL
-+    "xfsm-suspend"
-   },
-   { ACTION_TYPE_RESTART,
-     "restart",
-@@ -215,7 +215,7 @@
-     N_("Are you sure you want to restart?"),
-     N_("Restarting computer in %d seconds."),
-     "system-reboot",
--    NULL
-+    "xfsm-reboot"
-   },
-   { ACTION_TYPE_SHUTDOWN,
-     "shutdown",
-@@ -224,7 +224,7 @@
-     N_("Are you sure you want to shut down?"),
-     N_("Turning off computer in %d seconds."),
-     "system-shutdown",
--    NULL
-+    "xfsm-shutdown"
-   }
- };
- 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xfce4-panel.git/commitdiff/88da65253532d9e96cc7a5559fca1160abdaed9b

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to