[arch-commits] Commit in krfb/repos/extra-x86_64 (PKGBUILD PKGBUILD fix-desktop.patch)

Antonio Rojas arojas at gemini.archlinux.org
Thu May 12 10:02:17 UTC 2022


    Date: Thursday, May 12, 2022 @ 10:02:17
  Author: arojas
Revision: 445245

archrelease: copy trunk to extra-x86_64

Added:
  krfb/repos/extra-x86_64/PKGBUILD
    (from rev 445244, krfb/trunk/PKGBUILD)
Deleted:
  krfb/repos/extra-x86_64/PKGBUILD
  krfb/repos/extra-x86_64/fix-desktop.patch

-------------------+
 PKGBUILD          |   66 +++++++++++++++++++++++-----------------------------
 fix-desktop.patch |   13 ----------
 2 files changed, 30 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-12 10:02:08 UTC (rev 445244)
+++ PKGBUILD	2022-05-12 10:02:17 UTC (rev 445245)
@@ -1,36 +0,0 @@
-# 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/PKGBUILD (from rev 445244, krfb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-12 10:02:17 UTC (rev 445245)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux,org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=krfb
+pkgver=22.04.1
+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=('777b12e7abff962aad997377ffb377f46382d5f7265242a8e9643dcb2c1f0401'
+            '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
+}

Deleted: fix-desktop.patch
===================================================================
--- fix-desktop.patch	2022-05-12 10:02:08 UTC (rev 445244)
+++ fix-desktop.patch	2022-05-12 10:02:17 UTC (rev 445245)
@@ -1,13 +0,0 @@
-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