[arch-commits] Commit in ukui-window-switch/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sun Oct 3 16:44:45 UTC 2021
Date: Sunday, October 3, 2021 @ 16:44:44
Author: felixonmars
Revision: 1027207
archrelease: copy trunk to community-x86_64
Added:
ukui-window-switch/repos/community-x86_64/PKGBUILD
(from rev 1027206, ukui-window-switch/trunk/PKGBUILD)
Deleted:
ukui-window-switch/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 51 ++++++++++++++++++++++++++-------------------------
1 file changed, 26 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-03 16:44:25 UTC (rev 1027206)
+++ PKGBUILD 2021-10-03 16:44:44 UTC (rev 1027207)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=ukui-window-switch
-pkgver=3.0.0
-pkgrel=3
-pkgdesc="Front of the window switcher in UKUI desktop environment"
-arch=('x86_64')
-license=('GPL')
-url="https://github.com/ukui/ukui-window-switch"
-groups=('ukui')
-depends=('gsettings-qt' 'libwnck3' 'qt5-x11extras' 'ukwm')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-window-switch/archive/v$pkgver.tar.gz")
-sha512sums=('6ee41d32b614f8f96c56ee6faed2d5072479c02d9230065bb001543cde0ef7f088f4b6be17fcce92915472a3ad733337d657122bfb35206256c7195a9396391f')
-
-build() {
- cd ukui-window-switch-$pkgver
- qmake-qt5 PREFIX=/usr
- make
-}
-
-package() {
- cd ukui-window-switch-$pkgver
- make INSTALL_ROOT="$pkgdir" install
-}
Copied: ukui-window-switch/repos/community-x86_64/PKGBUILD (from rev 1027206, ukui-window-switch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-10-03 16:44:44 UTC (rev 1027207)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=ukui-window-switch
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="Front of the window switcher in UKUI desktop environment"
+arch=('x86_64')
+license=('GPL')
+url="https://github.com/ukui/ukui-window-switch"
+groups=('ukui')
+depends=('gsettings-qt' 'kglobalaccel' 'kwayland' 'kwayland-server' 'libwnck3' 'qt5-x11extras'
+ 'ukwm')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-window-switch/archive/v$pkgver.tar.gz")
+sha512sums=('f90a5e554741fe0461483e37205016f64a52d970d580b5f90521cb2ac8f0d66927f57999b059d203e2cec5704de6147feb86bc2a681627d05a4fa372033341bc')
+
+build() {
+ cd ukui-window-switch-$pkgver
+ qmake-qt5 PREFIX=/usr
+ make
+}
+
+package() {
+ cd ukui-window-switch-$pkgver
+ make INSTALL_ROOT="$pkgdir" install
+}
More information about the arch-commits
mailing list