[arch-commits] Commit in telepathy-kde-contact-list/repos (3 files)
Antonio Rojas
arojas at archlinux.org
Sat Mar 21 10:09:56 UTC 2020
Date: Saturday, March 21, 2020 @ 10:09:55
Author: arojas
Revision: 378205
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
telepathy-kde-contact-list/repos/kde-unstable-x86_64/
telepathy-kde-contact-list/repos/kde-unstable-x86_64/PKGBUILD
(from rev 378204, telepathy-kde-contact-list/kde-unstable/PKGBUILD)
telepathy-kde-contact-list/repos/kde-unstable-x86_64/ktp-contact-list-qt5.15.patch
(from rev 378204, telepathy-kde-contact-list/kde-unstable/ktp-contact-list-qt5.15.patch)
-------------------------------+
PKGBUILD | 41 ++++++++++++++++++++++++++++++++++++++++
ktp-contact-list-qt5.15.patch | 12 +++++++++++
2 files changed, 53 insertions(+)
Copied: telepathy-kde-contact-list/repos/kde-unstable-x86_64/PKGBUILD (from rev 378204, telepathy-kde-contact-list/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2020-03-21 10:09:55 UTC (rev 378205)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Laurent Carlier <lordheavym at gmail.com>
+
+pkgname=telepathy-kde-contact-list
+_pkgname=ktp-contact-list
+pkgver=20.03.80
+pkgrel=1
+pkgdesc='KDE Telepathy contact list application'
+arch=(x86_64)
+url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=(GPL)
+groups=(kde-applications kdenetwork telepathy-kde)
+depends=(telepathy-kde-common-internals)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig}
+ ktp-contact-list-qt5.15.patch)
+sha256sums=('5786979e91823bf1fad3f89487400f5fd2979fe9164a8cf8deb1c70bbfe11518'
+ 'SKIP'
+ 'a0f01b5dc1b023296784877fc1b4a9474a1fca1d8a6ca78c9164441be251f58a')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+prepare() {
+ mkdir -p build
+
+ cd $_pkgname-$pkgver
+ patch -p1 -i ../ktp-contact-list-qt5.15.patch # Fix build with Qt 5.15
+}
+
+build() {
+ cd build
+ cmake ../$_pkgname-$pkgver \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Copied: telepathy-kde-contact-list/repos/kde-unstable-x86_64/ktp-contact-list-qt5.15.patch (from rev 378204, telepathy-kde-contact-list/kde-unstable/ktp-contact-list-qt5.15.patch)
===================================================================
--- kde-unstable-x86_64/ktp-contact-list-qt5.15.patch (rev 0)
+++ kde-unstable-x86_64/ktp-contact-list-qt5.15.patch 2020-03-21 10:09:55 UTC (rev 378205)
@@ -0,0 +1,12 @@
+diff --git a/tooltips/ktooltipwindow.cpp b/tooltips/ktooltipwindow.cpp
+index 2e63121..29553ba 100644
+--- a/tooltips/ktooltipwindow.cpp
++++ b/tooltips/ktooltipwindow.cpp
+@@ -24,6 +24,7 @@
+ #include <kwindowsystem.h>
+
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QVBoxLayout>
+
+ KToolTipWindow::KToolTipWindow(QWidget *content) :
More information about the arch-commits
mailing list