automatic version update by autodist [release 24.02.1-1mamba;Fri Mar 22 2024]
This commit is contained in:
parent
6a770d2dcd
commit
bad3d4bb78
15
README.md
15
README.md
@ -2,18 +2,3 @@
|
|||||||
|
|
||||||
Konversation is a user-friendly Internet Relay Chat (IRC) client built on the KDE Platform.
|
Konversation is a user-friendly Internet Relay Chat (IRC) client built on the KDE Platform.
|
||||||
|
|
||||||
Features:
|
|
||||||
Standard IRC features
|
|
||||||
SSL server support
|
|
||||||
Bookmarking support
|
|
||||||
Easy to use graphical user interface
|
|
||||||
Multiple servers and channels in one single window
|
|
||||||
DCC file transfer
|
|
||||||
Multiple identities for different servers
|
|
||||||
Text decorations and colors
|
|
||||||
OnScreen Display for notifications
|
|
||||||
Automatic UTF-8 detection
|
|
||||||
Per channel encoding support
|
|
||||||
Theme support for nick icons
|
|
||||||
Highly configurable
|
|
||||||
|
|
||||||
|
@ -1,39 +0,0 @@
|
|||||||
--- src/viewer/ircview.cpp 2010-07-01 15:04:28.000000000 +0200
|
|
||||||
+++ src/viewer/ircview.cpp-gil 2011-01-16 09:17:23.000000000 +0100
|
|
||||||
@@ -625,27 +625,27 @@
|
|
||||||
|
|
||||||
setVerticalScrollBarPolicy(Preferences::self()->showIRCViewScrollBar() ? Qt::ScrollBarAlwaysOn : Qt::ScrollBarAlwaysOff);
|
|
||||||
|
|
||||||
- QPalette p;
|
|
||||||
-
|
|
||||||
- p.setColor(QPalette::Base, Preferences::self()->color(Preferences::TextViewBackground));
|
|
||||||
-
|
|
||||||
if (Preferences::self()->showBackgroundImage())
|
|
||||||
{
|
|
||||||
KUrl url = Preferences::self()->backgroundImage();
|
|
||||||
|
|
||||||
- if (!url.isEmpty())
|
|
||||||
+ if (url.hasPath())
|
|
||||||
{
|
|
||||||
- QBrush brush;
|
|
||||||
-
|
|
||||||
- brush.setTexture(QPixmap(url.path()));
|
|
||||||
+ viewport()->setStyleSheet("QWidget { background-image: url("+url.path()+"); background-attachment:fixed; }");
|
|
||||||
|
|
||||||
- p.setBrush(QPalette::Base, brush);
|
|
||||||
+ return;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
+ if (!viewport()->styleSheet().isEmpty())
|
|
||||||
+ viewport()->setStyleSheet("");
|
|
||||||
+
|
|
||||||
+ QPalette p;
|
|
||||||
+ p.setColor(QPalette::Base, Preferences::self()->color(Preferences::TextViewBackground));
|
|
||||||
setPalette(p);
|
|
||||||
}
|
|
||||||
|
|
||||||
+
|
|
||||||
// Data insertion
|
|
||||||
|
|
||||||
void IRCView::append(const QString& nick, const QString& message)
|
|
@ -1,5 +1,5 @@
|
|||||||
Name: konversation
|
Name: konversation
|
||||||
Version: 23.08.5
|
Version: 24.02.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A KDE graphical Internet Relay Chat client (IRC)
|
Summary: A KDE graphical Internet Relay Chat client (IRC)
|
||||||
Group: Graphical Desktop/Applications/Internet
|
Group: Graphical Desktop/Applications/Internet
|
||||||
@ -7,111 +7,98 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://konversation.kde.org
|
URL: https://konversation.kde.org
|
||||||
Source: https://download.kde.org/stable/release-service/%{version}/src/konversation-%{version}.tar.xz
|
Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/konversation-%{version}.tar.xz
|
||||||
Patch0: konversation-1.3.1-fix-scroll_background.patch
|
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libQt5Multimedia-devel
|
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libattica5-devel
|
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libkarchive-devel
|
BuildRequires: libglvnd-devel
|
||||||
BuildRequires: libkauth-devel
|
BuildRequires: libkf6-attica-devel
|
||||||
BuildRequires: libkbookmarks-devel
|
BuildRequires: libkf6-karchive-devel
|
||||||
BuildRequires: libkcodecs-devel
|
BuildRequires: libkf6-kbookmarks-devel
|
||||||
BuildRequires: libkcompletion-devel
|
BuildRequires: libkf6-kcodecs-devel
|
||||||
BuildRequires: libkconfig-devel
|
BuildRequires: libkf6-kcolorscheme-devel
|
||||||
BuildRequires: libkconfigwidgets-devel
|
BuildRequires: libkf6-kcompletion-devel
|
||||||
BuildRequires: libkcoreaddons-devel
|
BuildRequires: libkf6-kconfig-devel
|
||||||
BuildRequires: libkcrash-devel
|
BuildRequires: libkf6-kconfigwidgets-devel
|
||||||
BuildRequires: libkdbusaddons-devel
|
BuildRequires: libkf6-kcoreaddons-devel
|
||||||
BuildRequires: libkglobalaccel-devel
|
BuildRequires: libkf6-kcrash-devel
|
||||||
BuildRequires: libki18n-devel
|
BuildRequires: libkf6-kdbusaddons-devel
|
||||||
BuildRequires: libkidletime-devel
|
BuildRequires: libkf6-kglobalaccel-devel
|
||||||
BuildRequires: libkio-devel
|
BuildRequires: libkf6-ki18n-devel
|
||||||
BuildRequires: libkitemviews-devel
|
BuildRequires: libkf6-kidletime-devel
|
||||||
BuildRequires: libkjobwidgets-devel
|
BuildRequires: libkf6-kio-devel
|
||||||
BuildRequires: libknewstuff-devel
|
BuildRequires: libkf6-kitemviews-devel
|
||||||
BuildRequires: libknotifications-devel
|
BuildRequires: libkf6-kjobwidgets-devel
|
||||||
BuildRequires: libknotifyconfig-devel
|
BuildRequires: libkf6-knewstuff-devel
|
||||||
BuildRequires: libkparts-devel
|
BuildRequires: libkf6-knotifications-devel
|
||||||
BuildRequires: libkservice-devel
|
BuildRequires: libkf6-knotifyconfig-devel
|
||||||
BuildRequires: libktextwidgets-devel
|
BuildRequires: libkf6-kparts-devel
|
||||||
BuildRequires: libkwallet-devel
|
BuildRequires: libkf6-kservice-devel
|
||||||
BuildRequires: libkwidgetsaddons-devel
|
BuildRequires: libkf6-kstatusnotifieritem-devel
|
||||||
BuildRequires: libkwindowsystem-devel
|
BuildRequires: libkf6-ktextwidgets-devel
|
||||||
BuildRequires: libkxmlgui-devel
|
BuildRequires: libkf6-kwallet-devel
|
||||||
BuildRequires: libqca-qt5-devel
|
BuildRequires: libkf6-kwidgetsaddons-devel
|
||||||
BuildRequires: libsolid-devel
|
BuildRequires: libkf6-kwindowsystem-devel
|
||||||
BuildRequires: libsonnet-devel
|
BuildRequires: libkf6-kxmlgui-devel
|
||||||
|
BuildRequires: libkf6-solid-devel
|
||||||
|
BuildRequires: libkf6-sonnet-devel
|
||||||
|
BuildRequires: libqca-qt6-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: perl-devel
|
BuildRequires: qt6-qt5compat-devel
|
||||||
BuildRequires: qt5-qtbase-devel
|
BuildRequires: qt6-qtbase-devel
|
||||||
|
BuildRequires: qt6-qtmultimedia-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Konversation is a user-friendly Internet Relay Chat (IRC) client built on the KDE Platform.
|
Konversation is a user-friendly Internet Relay Chat (IRC) client built on the KDE Platform.
|
||||||
|
|
||||||
Features:
|
|
||||||
Standard IRC features
|
|
||||||
SSL server support
|
|
||||||
Bookmarking support
|
|
||||||
Easy to use graphical user interface
|
|
||||||
Multiple servers and channels in one single window
|
|
||||||
DCC file transfer
|
|
||||||
Multiple identities for different servers
|
|
||||||
Text decorations and colors
|
|
||||||
OnScreen Display for notifications
|
|
||||||
Automatic UTF-8 detection
|
|
||||||
Per channel encoding support
|
|
||||||
Theme support for nick icons
|
|
||||||
Highly configurable
|
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch0 -p0
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde5 -d build
|
%cmake_kf6
|
||||||
%make
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%cmake_install
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name} --with-html
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kde5_bindir}/konversation
|
%{_kf6_bindir}/konversation
|
||||||
%{_datadir}/metainfo/org.kde.konversation.appdata.xml
|
%{_datadir}/metainfo/org.kde.konversation.appdata.xml
|
||||||
%{_kde5_xdgappsdir}/org.kde.konversation.desktop
|
%{_datadir}/applications/org.kde.konversation.desktop
|
||||||
%{_datadir}/dbus-1/services/org.kde.konversation.service
|
%{_datadir}/dbus-1/services/org.kde.konversation.service
|
||||||
%{_kde5_datadir}/kconf_update/*.pl
|
%dir %{_kf6_datadir}/konversation
|
||||||
%{_kde5_datadir}/kconf_update/konversation.upd
|
%{_kf6_datadir}/konversation/scripts
|
||||||
%dir %{_kde5_datadir}/konversation
|
%{_kf6_datadir}/konversation/themes
|
||||||
%{_kde5_datadir}/konversation/scripts
|
%dir %{_kf6_datadir}/konversation/scripting_support
|
||||||
%{_kde5_datadir}/konversation/themes
|
%dir %{_kf6_datadir}/konversation/scripting_support/python
|
||||||
%dir %{_kde5_datadir}/konversation/scripting_support
|
%dir %{_kf6_datadir}/konversation/scripting_support/python/konversation
|
||||||
%dir %{_kde5_datadir}/konversation/scripting_support/python
|
%{_kf6_datadir}/konversation/scripting_support/python/konversation/*.py
|
||||||
%dir %{_kde5_datadir}/konversation/scripting_support/python/konversation
|
%{_datadir}/knotifications6/konversation.notifyrc
|
||||||
%{_kde5_datadir}/konversation/scripting_support/python/konversation/*.py
|
|
||||||
%{_datadir}/knotifications5/konversation.notifyrc
|
|
||||||
%{_datadir}/knsrcfiles/konversation_nicklist_theme.knsrc
|
%{_datadir}/knsrcfiles/konversation_nicklist_theme.knsrc
|
||||||
%{_datadir}/qlogging-categories5/konversation.categories
|
%{_datadir}/qlogging-categories6/konversation.categories
|
||||||
%{_kde5_htmldir}/*/konversation
|
%{_kf6_icondir}/hicolor/*x*/*/*.png
|
||||||
%{_kde5_icondir}/hicolor/*x*/*/*.png
|
|
||||||
%doc AUTHORS LICENSES
|
%doc AUTHORS LICENSES
|
||||||
#ChangeLog NEWS README TODO
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 22 2024 Automatic Build System <autodist@openmamba.org> 24.02.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Mar 01 2024 Automatic Build System <autodist@openmamba.org> 24.02.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Feb 16 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba
|
* Fri Feb 16 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user