diff options
author | François Andriot <albator78@libertysurf.fr> | 2020-01-18 20:23:57 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2020-01-18 20:29:30 +0100 |
commit | 625c2515c2da95ed237af5d859cc0233a0679a82 (patch) | |
tree | beaea29533c746eedfc665ef78a47ac244fd5358 /redhat/main | |
parent | 231b83955e1da64b9e19e2bce8553f7124dad16b (diff) | |
download | tde-packaging-625c2515c2da95ed237af5d859cc0233a0679a82.tar.gz tde-packaging-625c2515c2da95ed237af5d859cc0233a0679a82.zip |
RPM: re-enable AIM support in tdenetwork
Diffstat (limited to 'redhat/main')
-rw-r--r-- | redhat/main/tdenetwork/tdenetwork.spec | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/redhat/main/tdenetwork/tdenetwork.spec b/redhat/main/tdenetwork/tdenetwork.spec index 94345b490..afbcd44d4 100644 --- a/redhat/main/tdenetwork/tdenetwork.spec +++ b/redhat/main/tdenetwork/tdenetwork.spec @@ -47,7 +47,7 @@ %define dont_relink 1 # Disable AIM support -%define with_aim 0 +%define with_aim 1 Name: trinity-%{tde_pkg} Summary: Trinity Desktop Environment - Network Applications @@ -348,6 +348,10 @@ development-related files for the TDE network module. %{tde_tdeincludedir}/rss/ %{tde_libdir}/libkopete.la %{tde_libdir}/libkopete.so +%if 0%{?with_aim} +%{tde_libdir}/libkopete_msn_shared.la +%{tde_libdir}/libkopete_msn_shared.so +%endif %{tde_libdir}/libkopete_oscar.la %{tde_libdir}/libkopete_oscar.so %{tde_libdir}/libkopete_videodevice.la @@ -694,6 +698,8 @@ Support for more IM protocols can be added through a plugin system. %{tde_datadir}/icons/hicolor/*/actions/aim_online.png %{tde_datadir}/icons/hicolor/*/apps/aim_protocol.png %{tde_datadir}/services/aim.protocol +%{tde_libdir}/libkopete_msn_shared.so.0 +%{tde_libdir}/libkopete_msn_shared.so.0.0.0 %endif ########## |