[arch-commits] Commit in liquidshell/repos/community-x86_64 (PKGBUILD PKGBUILD keys)

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 13:48:56
  Author: arojas
Revision: 1258909

archrelease: copy trunk to community-x86_64

Added:
  liquidshell/repos/community-x86_64/PKGBUILD
(from rev 1258908, liquidshell/trunk/PKGBUILD)
  liquidshell/repos/community-x86_64/keys/
Deleted:
  liquidshell/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 13:48:45 UTC (rev 1258908)
+++ PKGBUILD2022-07-27 13:48:56 UTC (rev 1258909)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=liquidshell
-pkgver=1.8
-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=(https://download.kde.org/stable/$pkgname/$pkgver.0/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('50847aad7d169af62f2b3a3ed7cf230978467279c65448d546fb8a9975e93bd7'
-'SKIP')
-validpgpkeys=(3DAB43DA42E08DE44800A2891E674FA08DFB0F86) # Martin Koller 

-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: liquidshell/repos/community-x86_64/PKGBUILD (from rev 1258908, 
liquidshell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 13:48:56 UTC (rev 1258909)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=liquidshell
+pkgver=1.8.1
+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=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('a741219050e96f44078770cc7042e50413015b1b9a331037e289871b8741c632'
+'SKIP')
+validpgpkeys=(3DAB43DA42E08DE44800A2891E674FA08DFB0F86) # Martin Koller 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



[arch-commits] Commit in liquidshell/repos/community-x86_64 (PKGBUILD PKGBUILD)

2021-12-05 Thread Antonio Rojas via arch-commits
Date: Sunday, December 5, 2021 @ 21:09:58
  Author: arojas
Revision: 1065197

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 21:09:42 UTC (rev 1065196)
+++ PKGBUILD2021-12-05 21:09:58 UTC (rev 1065197)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-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 

-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: liquidshell/repos/community-x86_64/PKGBUILD (from rev 1065196, 
liquidshell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 21:09:58 UTC (rev 1065197)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=liquidshell
+pkgver=1.8
+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=(https://download.kde.org/stable/$pkgname/$pkgver.0/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('50847aad7d169af62f2b3a3ed7cf230978467279c65448d546fb8a9975e93bd7'
+'SKIP')
+validpgpkeys=(3DAB43DA42E08DE44800A2891E674FA08DFB0F86) # Martin Koller 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}