Date: Friday, November 29, 2019 @ 23:47:56 Author: arojas Revision: 370110
archrelease: copy kde-unstable to kde-unstable-x86_64 Added: telepathy-kde-call-ui/repos/kde-unstable-x86_64/PKGBUILD (from rev 370109, telepathy-kde-call-ui/kde-unstable/PKGBUILD) Deleted: telepathy-kde-call-ui/repos/kde-unstable-x86_64/PKGBUILD telepathy-kde-call-ui/repos/kde-unstable-x86_64/telepathy-qt-0.9.8.patch --------------------------+ PKGBUILD | 75 +++++++++++++++++++++------------------------ telepathy-qt-0.9.8.patch | 11 ------ 2 files changed, 35 insertions(+), 51 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-11-29 23:47:47 UTC (rev 370109) +++ PKGBUILD 2019-11-29 23:47:56 UTC (rev 370110) @@ -1,40 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> - -pkgname=telepathy-kde-call-ui -_pkgname=ktp-call-ui -pkgver=19.11.80 -pkgrel=1 -pkgdesc='Voice/Video Call UI for Telepathy' -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 qt-gstreamer) -makedepends=(extra-cmake-modules boost) -source=("https://download.kde.org/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig} - telepathy-qt-0.9.8.patch) -sha256sums=('508835258cdc4ebc577916e1e2b56869e904ae59c0164e2be28ce5317aa4b3dc' - 'SKIP' - '29ae07bbe5409e765328f68a27a528a4ff3ab93a1ca3ac190fc76a7c314594ac') -validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aa...@kde.org> - F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cf...@kde.org> - -prepare() { - mkdir -p build - - cd $_pkgname-$pkgver - patch -p1 -i ../telepathy-qt-0.9.8.patch # Fix build with telepathy-qt 0.9.8 -} - -build() { - cd build - cmake ../$_pkgname-$pkgver \ - -DCMAKE_INSTALL_LIBEXECDIR=lib \ - -DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: telepathy-kde-call-ui/repos/kde-unstable-x86_64/PKGBUILD (from rev 370109, telepathy-kde-call-ui/kde-unstable/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-11-29 23:47:56 UTC (rev 370110) @@ -0,0 +1,35 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> + +pkgname=telepathy-kde-call-ui +_pkgname=ktp-call-ui +pkgver=19.11.90 +pkgrel=1 +pkgdesc='Voice/Video Call UI for Telepathy' +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 qt-gstreamer) +makedepends=(extra-cmake-modules boost) +source=("https://download.kde.org/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('14035df3ba614fc0707035d2374e856a0101aee02a1779d2b213ea7ab55ef347' + 'SKIP') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aa...@kde.org> + F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cf...@kde.org> + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$_pkgname-$pkgver \ + -DCMAKE_INSTALL_LIBEXECDIR=lib \ + -DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: telepathy-qt-0.9.8.patch =================================================================== --- telepathy-qt-0.9.8.patch 2019-11-29 23:47:47 UTC (rev 370109) +++ telepathy-qt-0.9.8.patch 2019-11-29 23:47:56 UTC (rev 370110) @@ -1,11 +0,0 @@ -diff --git a/libqtf/CMakeLists.txt b/libqtf/CMakeLists.txt -index 3025576..bb5faaf 100644 ---- a/libqtf/CMakeLists.txt -+++ b/libqtf/CMakeLists.txt -@@ -24,5 +24,5 @@ target_link_libraries(qtf - ${QTGSTREAMER_LIBRARIES} - ${TP_FARSTREAM_LDFLAGS} - ${FARSTREAM_LDFLAGS} -- ${TELEPATHY_QT5_FARSTREAM_LIBRARIES} -+ TelepathyQt5::Farstream - )