[arch-commits] Commit in krfb/repos/extra-x86_64 (PKGBUILD PKGBUILD fix-desktop.patch)
Antonio Rojas
arojas at gemini.archlinux.org
Mon May 2 16:26:21 UTC 2022
Date: Monday, May 2, 2022 @ 16:26:20
Author: arojas
Revision: 444410
archrelease: copy trunk to extra-x86_64
Added:
krfb/repos/extra-x86_64/PKGBUILD
(from rev 444409, krfb/trunk/PKGBUILD)
krfb/repos/extra-x86_64/fix-desktop.patch
(from rev 444409, krfb/trunk/fix-desktop.patch)
Deleted:
krfb/repos/extra-x86_64/PKGBUILD
-------------------+
PKGBUILD | 66 ++++++++++++++++++++++++++++------------------------
fix-desktop.patch | 13 ++++++++++
2 files changed, 49 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-02 16:26:09 UTC (rev 444409)
+++ PKGBUILD 2022-05-02 16:26:20 UTC (rev 444410)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux,org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=krfb
-pkgver=22.04.0
-pkgrel=1
-pkgdesc='Desktop Sharing'
-url='https://apps.kde.org/krfb/'
-arch=(x86_64)
-license=(LGPL)
-depends=(libepoxy kdnssd kxmlgui kwallet libvncserver pipewire kcompletion kwayland hicolor-icon-theme xdg-desktop-portal)
-makedepends=(extra-cmake-modules kdoctools plasma-wayland-protocols)
-groups=(kde-applications kde-network)
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('2ad6c76bd17b1bd6c1c0f6d85d474aed0077dae75222700b616840258a88bc90'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
- F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cfeck at kde.org>
- D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker at kde.org>
-options=(debug)
-
-build() {
- cmake -B build -S $pkgname-$pkgver \
- -DBUILD_TESTING=OFF
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: krfb/repos/extra-x86_64/PKGBUILD (from rev 444409, krfb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-05-02 16:26:20 UTC (rev 444410)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas <arojas at archlinux,org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=krfb
+pkgver=22.04.0
+pkgrel=2
+pkgdesc='Desktop Sharing'
+url='https://apps.kde.org/krfb/'
+arch=(x86_64)
+license=(LGPL)
+depends=(libepoxy kdnssd kxmlgui kwallet libvncserver pipewire kcompletion kwayland hicolor-icon-theme xdg-desktop-portal)
+makedepends=(extra-cmake-modules kdoctools plasma-wayland-protocols)
+groups=(kde-applications kde-network)
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
+ fix-desktop.patch)
+sha256sums=('2ad6c76bd17b1bd6c1c0f6d85d474aed0077dae75222700b616840258a88bc90'
+ 'SKIP'
+ '349fdc27fd3bb493aa93dee97d680da754c70a3a1bf367295cfe880d25da973e')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cfeck at kde.org>
+ D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker at kde.org>
+options=(debug)
+
+prepare() {
+ patch -d $pkgname-$pkgver -p1 < fix-desktop.patch # Fix Exec line in desktop file
+}
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
Copied: krfb/repos/extra-x86_64/fix-desktop.patch (from rev 444409, krfb/trunk/fix-desktop.patch)
===================================================================
--- fix-desktop.patch (rev 0)
+++ fix-desktop.patch 2022-05-02 16:26:20 UTC (rev 444410)
@@ -0,0 +1,13 @@
+diff --git a/krfb/org.kde.krfb.desktop b/krfb/org.kde.krfb.desktop
+index 9da1b8e..e0c5e3b 100755
+--- a/krfb/org.kde.krfb.desktop
++++ b/krfb/org.kde.krfb.desktop
+@@ -1,7 +1,7 @@
+ # KDE Config File
+ [Desktop Entry]
+ Type=Application
+-Exec=krfb -qwindowtitle %c %i
++Exec=krfb -qwindowtitle %c
+ Icon=krfb
+ X-DBUS-StartupType=Unique
+ X-DocPath=krfb/index.html
More information about the arch-commits
mailing list