From b3db1cb27613135e0c86f34603bd2a4d292e79ff Mon Sep 17 00:00:00 2001 From: chainsx Date: Tue, 8 Feb 2022 16:56:06 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E6=A0=8F=E6=97=A0=E6=B3=95=E8=BE=BE=E5=88=B0=E5=B1=8F=E5=B9=95?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lxpanel.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/lxpanel.spec b/lxpanel.spec index 5bfdbb9..b7ab22e 100644 --- a/lxpanel.spec +++ b/lxpanel.spec @@ -1,6 +1,6 @@ Name: lxpanel Version: 0.10.0 -Release: 1 +Release: 2 Summary: A lightweight X11 desktop panel License: GPLv2+ @@ -25,8 +25,9 @@ BuildRequires: pkgconfig(libxml-2.0) BuildRequires: libfm-gtk2-devel BuildRequires: libfm-gtk2 BuildRequires: libfm-gtk-devel -BuildRequires: libwnck3-devel -BuildRequires: keybinder3-devel +BuildRequires: libwnck-devel +BuildRequires: keybinder-devel +BuildRequires: pkgconfig(indicator-0.4) BuildRequires: pkgconfig(libmenu-cache) >= 0.3.0 BuildRequires: pkgconfig(alsa) BuildRequires: curl-devel @@ -61,7 +62,7 @@ developing applications that use %{name}. %build bash autogen.sh %configure \ - --enable-gtk3 \ + --enable-indicator-support \ --disable-silent-rules \ %{nil} make %{?_smp_mflags} @@ -86,3 +87,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/lxpanel/*.la %changelog * Tue Aug 3 2021 chainsx - 0.10.0-1 - Initial openEuler package + +* Tue Feb 8 2022 chainsx - 0.10.0-2 +- Fix the problem that the taskbar cannot reach the screen width -- Gitee From c8035eaf5b4b5034f292ee43a8a2e75c10e7bd99 Mon Sep 17 00:00:00 2001 From: chainsx Date: Tue, 8 Feb 2022 09:17:07 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=20gdk-pixbuf2-xlib=20=E5=B7=B2=E7=BB=8F?= =?UTF-8?q?=E5=9C=A8=20gdk-pixbuf=20=E4=B8=AD=EF=BC=8C=E4=B8=8D=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E9=A2=9D=E5=A4=96=E5=86=99=E5=87=BA=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lxpanel.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/lxpanel.spec b/lxpanel.spec index b7ab22e..4b6207f 100644 --- a/lxpanel.spec +++ b/lxpanel.spec @@ -20,7 +20,6 @@ BuildRequires: intltool BuildRequires: pkgconfig(gtk+-2.0) BuildRequires: pkgconfig(gdk-pixbuf-2.0) -BuildRequires: pkgconfig(gdk-pixbuf-xlib-2.0) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: libfm-gtk2-devel BuildRequires: libfm-gtk2 -- Gitee