From bf1fb5c8b9df0cfd39df59ad45d11b589dedda3d Mon Sep 17 00:00:00 2001 From: chainsx Date: Tue, 8 Feb 2022 16:56:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=BB=E5=8A=A1=E6=A0=8F?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E8=BE=BE=E5=88=B0=E5=B1=8F=E5=B9=95=E5=AE=BD?= =?UTF-8?q?=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 | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/lxpanel.spec b/lxpanel.spec index 5bfdbb9..8f151ff 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 @@ -55,13 +56,14 @@ developing applications that use %{name}. %setup -q +%patch52 -p1 %patch100 -p1 -b .default %patch102 -p1 -b .zenity %build bash autogen.sh %configure \ - --enable-gtk3 \ + --enable-indicator-support \ --disable-silent-rules \ %{nil} make %{?_smp_mflags} @@ -84,5 +86,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/lxpanel/*.la %{_libdir}/pkgconfig/lxpanel.pc %changelog +* Tue Feb 8 2022 chainsx - 0.10.0-2 +- Fix the problem that the taskbar cannot reach the screen width + * Tue Aug 3 2021 chainsx - 0.10.0-1 -- Initial openEuler package +- Initial openEuler package \ No newline at end of file -- Gitee