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.
|
||||
|
||||
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
|
||||
Version: 23.08.5
|
||||
Version: 24.02.1
|
||||
Release: 1mamba
|
||||
Summary: A KDE graphical Internet Relay Chat client (IRC)
|
||||
Group: Graphical Desktop/Applications/Internet
|
||||
@ -7,111 +7,98 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://konversation.kde.org
|
||||
Source: https://download.kde.org/stable/release-service/%{version}/src/konversation-%{version}.tar.xz
|
||||
Patch0: konversation-1.3.1-fix-scroll_background.patch
|
||||
Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/konversation-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt5Multimedia-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libattica5-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libkarchive-devel
|
||||
BuildRequires: libkauth-devel
|
||||
BuildRequires: libkbookmarks-devel
|
||||
BuildRequires: libkcodecs-devel
|
||||
BuildRequires: libkcompletion-devel
|
||||
BuildRequires: libkconfig-devel
|
||||
BuildRequires: libkconfigwidgets-devel
|
||||
BuildRequires: libkcoreaddons-devel
|
||||
BuildRequires: libkcrash-devel
|
||||
BuildRequires: libkdbusaddons-devel
|
||||
BuildRequires: libkglobalaccel-devel
|
||||
BuildRequires: libki18n-devel
|
||||
BuildRequires: libkidletime-devel
|
||||
BuildRequires: libkio-devel
|
||||
BuildRequires: libkitemviews-devel
|
||||
BuildRequires: libkjobwidgets-devel
|
||||
BuildRequires: libknewstuff-devel
|
||||
BuildRequires: libknotifications-devel
|
||||
BuildRequires: libknotifyconfig-devel
|
||||
BuildRequires: libkparts-devel
|
||||
BuildRequires: libkservice-devel
|
||||
BuildRequires: libktextwidgets-devel
|
||||
BuildRequires: libkwallet-devel
|
||||
BuildRequires: libkwidgetsaddons-devel
|
||||
BuildRequires: libkwindowsystem-devel
|
||||
BuildRequires: libkxmlgui-devel
|
||||
BuildRequires: libqca-qt5-devel
|
||||
BuildRequires: libsolid-devel
|
||||
BuildRequires: libsonnet-devel
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libkf6-attica-devel
|
||||
BuildRequires: libkf6-karchive-devel
|
||||
BuildRequires: libkf6-kbookmarks-devel
|
||||
BuildRequires: libkf6-kcodecs-devel
|
||||
BuildRequires: libkf6-kcolorscheme-devel
|
||||
BuildRequires: libkf6-kcompletion-devel
|
||||
BuildRequires: libkf6-kconfig-devel
|
||||
BuildRequires: libkf6-kconfigwidgets-devel
|
||||
BuildRequires: libkf6-kcoreaddons-devel
|
||||
BuildRequires: libkf6-kcrash-devel
|
||||
BuildRequires: libkf6-kdbusaddons-devel
|
||||
BuildRequires: libkf6-kglobalaccel-devel
|
||||
BuildRequires: libkf6-ki18n-devel
|
||||
BuildRequires: libkf6-kidletime-devel
|
||||
BuildRequires: libkf6-kio-devel
|
||||
BuildRequires: libkf6-kitemviews-devel
|
||||
BuildRequires: libkf6-kjobwidgets-devel
|
||||
BuildRequires: libkf6-knewstuff-devel
|
||||
BuildRequires: libkf6-knotifications-devel
|
||||
BuildRequires: libkf6-knotifyconfig-devel
|
||||
BuildRequires: libkf6-kparts-devel
|
||||
BuildRequires: libkf6-kservice-devel
|
||||
BuildRequires: libkf6-kstatusnotifieritem-devel
|
||||
BuildRequires: libkf6-ktextwidgets-devel
|
||||
BuildRequires: libkf6-kwallet-devel
|
||||
BuildRequires: libkf6-kwidgetsaddons-devel
|
||||
BuildRequires: libkf6-kwindowsystem-devel
|
||||
BuildRequires: libkf6-kxmlgui-devel
|
||||
BuildRequires: libkf6-solid-devel
|
||||
BuildRequires: libkf6-sonnet-devel
|
||||
BuildRequires: libqca-qt6-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt6-qt5compat-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
BuildRequires: qt6-qtmultimedia-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
|
||||
%description
|
||||
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
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch0 -p0
|
||||
|
||||
%build
|
||||
%cmake_kde5 -d build
|
||||
%make
|
||||
%cmake_kf6
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
%cmake_install
|
||||
|
||||
%find_lang %{name}
|
||||
%find_lang %{name} --with-html
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_kde5_bindir}/konversation
|
||||
%{_kf6_bindir}/konversation
|
||||
%{_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
|
||||
%{_kde5_datadir}/kconf_update/*.pl
|
||||
%{_kde5_datadir}/kconf_update/konversation.upd
|
||||
%dir %{_kde5_datadir}/konversation
|
||||
%{_kde5_datadir}/konversation/scripts
|
||||
%{_kde5_datadir}/konversation/themes
|
||||
%dir %{_kde5_datadir}/konversation/scripting_support
|
||||
%dir %{_kde5_datadir}/konversation/scripting_support/python
|
||||
%dir %{_kde5_datadir}/konversation/scripting_support/python/konversation
|
||||
%{_kde5_datadir}/konversation/scripting_support/python/konversation/*.py
|
||||
%{_datadir}/knotifications5/konversation.notifyrc
|
||||
%dir %{_kf6_datadir}/konversation
|
||||
%{_kf6_datadir}/konversation/scripts
|
||||
%{_kf6_datadir}/konversation/themes
|
||||
%dir %{_kf6_datadir}/konversation/scripting_support
|
||||
%dir %{_kf6_datadir}/konversation/scripting_support/python
|
||||
%dir %{_kf6_datadir}/konversation/scripting_support/python/konversation
|
||||
%{_kf6_datadir}/konversation/scripting_support/python/konversation/*.py
|
||||
%{_datadir}/knotifications6/konversation.notifyrc
|
||||
%{_datadir}/knsrcfiles/konversation_nicklist_theme.knsrc
|
||||
%{_datadir}/qlogging-categories5/konversation.categories
|
||||
%{_kde5_htmldir}/*/konversation
|
||||
%{_kde5_icondir}/hicolor/*x*/*/*.png
|
||||
%{_datadir}/qlogging-categories6/konversation.categories
|
||||
%{_kf6_icondir}/hicolor/*x*/*/*.png
|
||||
%doc AUTHORS LICENSES
|
||||
#ChangeLog NEWS README TODO
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user