[arch-commits] Commit in ukui-window-switch/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Mar 30 15:14:39 UTC 2020
Date: Monday, March 30, 2020 @ 15:14:39
Author: felixonmars
Revision: 607038
archrelease: copy trunk to community-x86_64
Added:
ukui-window-switch/repos/community-x86_64/PKGBUILD
(from rev 607037, ukui-window-switch/trunk/PKGBUILD)
Deleted:
ukui-window-switch/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-30 15:14:24 UTC (rev 607037)
+++ PKGBUILD 2020-03-30 15:14:39 UTC (rev 607038)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=ukui-window-switch
-pkgver=2.0.0
-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=('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=('c8524c4c6a2abae4c7fb08d5a93c55cff142802508b9e3262f4666457c99f4a570bdfe67eb7bd3bd0563adea515afc65951f8ac103858ac6365f0d245b41b169')
-
-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 607037, ukui-window-switch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-30 15:14:39 UTC (rev 607038)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=ukui-window-switch
+pkgver=2.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=('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=('da34d2d16a3b10eee9109b7f2534087d59d214f6e4ee9bf94bde779641f396d7a6507ab055326325c62a981ca86b689bb9dc037bd6eed3bdb2d0260acadd1e90')
+
+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