Bugzilla – Bug 119541
licq missing kde-gui plugin
Last modified: 2005-11-03 09:57:47 UTC
In x86-64 licq build for opensuse-10.0-rc1 kde-gui plugin is missing, due to missing KDEDIR settings in specfile. Simple patch is below. ---- --- licq.spec.old 2005-09-06 05:12:30.000000000 +0200 +++ licq.spec 2005-09-29 23:43:10.013928000 +0200 @@ -18,7 +18,7 @@ Group: Productivity/Networking/ICQ Autoreqprov: on Version: 1.3.0 -Release: 11 +Release: 12 Summary: Linux ICQ client Source: %{name}-%{version}.tar.bz2 Patch: %{name}-%{version}-config-fix.diff @@ -107,7 +107,7 @@ automake perl am_edit {src/,share/,po/}Makefile.in autoconf -QTDIR=/usr/lib/qt3 QTLIB=/usr/lib/qt3/%_lib \ +QTDIR=/usr/lib/qt3 QTLIB=/usr/lib/qt3/%_lib KDEDIR=/opt/kde3/%_lib \ ./configure \ --with-kde \ --prefix=%{_prefix} \
Fixed.
...
Of course yes. I made this patch for src.rpm. in 10.0
Fix submitted into 10.0. Thank you all.
Ladislav, would you please also submit the patchinfo file? thx
I'm working on it. (Creating it first time, so I'm sorry for delay.)
Go ahead and add all needed patch so that the package builds.
Licq with patch and patchinfo submited.
released