[arch-commits] Commit in xdg-desktop-portal-kde/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Aug 4 17:20:06 UTC 2018


    Date: Saturday, August 4, 2018 @ 17:20:06
  Author: felixonmars
Revision: 330596

upgpkg: xdg-desktop-portal-kde 5.13.4-1

Upstream release

Modified:
  xdg-desktop-portal-kde/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++-------------
 1 file changed, 5 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-04 17:19:54 UTC (rev 330595)
+++ PKGBUILD	2018-08-04 17:20:06 UTC (rev 330596)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=xdg-desktop-portal-kde
-pkgver=5.13.3
-pkgrel=4
+pkgver=5.13.4
+pkgrel=1
 pkgdesc='A backend implementation for xdg-desktop-portal using Qt/KF5'
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -12,13 +12,9 @@
 makedepends=(extra-cmake-modules)
 provides=(xdg-desktop-portal-impl)
 groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
-        xdg-desktop-portal-kde-pipewire-0.2.patch::"https://cgit.kde.org/xdg-desktop-portal-kde.git/patch/?id=96abec69"
-        xdg-desktop-portal-kde-pipewire-0.2.2.patch::"https://cgit.kde.org/xdg-desktop-portal-kde.git/patch/?id=a96074bd")
-sha256sums=('e7302fdccb17f53aaf3cba37fa3cffc4d5f4cef0c38f2060e661b1bbab6c094c'
-            'SKIP'
-            '1db01f59867d7fbd2863749010b1688974879cc1ec0a9d96c0d85b3c8fc39e15'
-            '2666c73217e978301453ebe2e96ddc6f7c929a95f49e99811462c49a734bd2d9')
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('116f7528f3715c3accef424ab6e44a8504838d7df88bcab808056674ce0edb09'
+            'SKIP')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
               '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah <bshah at kde.org>
               'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
@@ -26,10 +22,6 @@
 
 prepare() {
   mkdir -p build
-  cd $pkgname-$pkgver
-  # Fix build with pipewire 0.2
-  patch -Np1 -i ../xdg-desktop-portal-kde-pipewire-0.2.patch
-  patch -Np1 -i ../xdg-desktop-portal-kde-pipewire-0.2.2.patch
 }
 
 build() {



More information about the arch-commits mailing list