[arch-commits] Commit in liquidshell (3 files)

Antonio Rojas arojas at archlinux.org
Wed Nov 4 12:47:16 UTC 2020


    Date: Wednesday, November 4, 2020 @ 12:47:16
  Author: arojas
Revision: 741983

archrelease: copy trunk to community-x86_64

Added:
  liquidshell/repos/
  liquidshell/repos/community-x86_64/
  liquidshell/repos/community-x86_64/PKGBUILD
    (from rev 741982, liquidshell/trunk/PKGBUILD)

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Copied: liquidshell/repos/community-x86_64/PKGBUILD (from rev 741982, liquidshell/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2020-11-04 12:47:16 UTC (rev 741983)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=liquidshell
+pkgver=1.7.2
+pkgrel=1
+pkgdesc="Basic desktop shell using QtWidgets"
+arch=(x86_64)
+url="https://invent.kde.org/system/liquidshell"
+license=(GPL3)
+depends=(kcmutils knewstuff networkmanager-qt bluez-qt packagekit-qt5 hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('510eb6ca4afac27bc914ec0010628bee702756bc9f89044fd9950fb8d508e030'
+            'SKIP')
+validpgpkeys=(3DAB43DA42E08DE44800A2891E674FA08DFB0F86) # Martin Koller <kollix at aon.at>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list