-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I have modified the Licq 1.0.3-4mdk src.rpm to separate the qt plugin, and
compile a kde-enabled version as well. Nicely done with the qt plugin only
containing the licq_qt-gui.{la,so}, and the kde plugin licq_kde-gui.{la,so} -
all the shared files remaining under the main licq rpm.
Would appreciate it very much if other Licq users would be willing to try it
- - or if Mandrake developers decide to adopt it too!
Regards,
Michel Salim
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iEYEARECAAYFAjrlAZIACgkQJGJajIpyEn4F2QCfZLs3LycKJtqCm0dosfz7GGqx
5BoAn1JhmIqSLcphm+rUE542siBqH1Tg
=z5ya
-----END PGP SIGNATURE-----
public_key.asc
4c4
< %define release 4mdk
---
> %define release 5mdk
23a24
> Requires: licq-plugin = %{version}
31,35c32,42
< #%package qt
< #Summary: qt based GUI plugin for Licq
< #Group: Networking/ICQ
< #Provides: licq-plugin
< #Requires: licq qt2 >= 2.2
---
> %package qt
> Summary: qt based GUI plugin for Licq
> Group: Networking/ICQ
> Provides: licq-plugin
> Requires: licq = %{version} qt2 >= 2.3.0
>
> %package kde
> Summary: KDE2-based GUI plugin for Licq
> Group: Networking/ICQ
> Provides: licq-plugin
> Requires: licq = %{version} qt2 >= 2.3.0 kdelibs-devel >= 2.1.1
100,103c107,115
< #%description qt
< #This is the qt based GUI plugin for Licq.
< #
< #Install this if you want a qt-based GUI for Licq.
---
> %description qt
> This is the qt based GUI plugin for Licq.
>
> Install this if you want a qt-based GUI for Licq.
>
> %description kde
> This is the KDE2-based GUI plugin for Licq.
>
> Install this if you want KDE2 integration with Licq.
185a198,205
> # kde gui
> cd ..
> cp -rap qt-gui* kde-gui
> cd kde-gui
> autoconf
> QTDIR="/usr/lib/qt2" ./configure --prefix=%{prefix} \
> --disable-rpath --with-kde %{_target_platform}
> %make
194a215
>
240a262,267
> #kde gui
> cd plugins/kde-gui
> make install prefix=$RPM_BUILD_ROOT/%{prefix}
> mv $RPM_BUILD_ROOT/%{_libdir}/licq/licq_qt-gui.la
>$RPM_BUILD_ROOT/%{_libdir}/licq/licq_kde-gui.la
> mv $RPM_BUILD_ROOT/%{_libdir}/licq/licq_qt-gui.so
>$RPM_BUILD_ROOT/%{_libdir}/licq/licq_kde-gui.so
>
242c269
< cd plugins/qt-gui*
---
> cd ../qt-gui*
298c325
< %{_libdir}/licq/licq*qt*
---
> #{_libdir}/licq/licq*qt*
303,304c330,331
< #files qt
< #defattr(-,root,root)
---
> %files qt
> %defattr(-,root,root)
309a337
> %{_libdir}/licq/licq*qt*
313a342,346
> # kde
> %files kde
> %defattr(-,root,root)
> %{_libdir}/licq/licq*kde*
>
355a389,392
> * Tue Apr 24 2001 Michel Alexandre Salim <[EMAIL PROTECTED]> 1.0.3-5mdk
> - Separate Qt plugin from Licq
> - Compile KDE plugin
>