[arch-commits] Commit in ukui-window-switch/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Apr 9 14:33:30 UTC 2020
Date: Thursday, April 9, 2020 @ 14:33:29
Author: felixonmars
Revision: 613030
archrelease: copy trunk to community-x86_64
Added:
ukui-window-switch/repos/community-x86_64/PKGBUILD
(from rev 613029, 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-04-09 14:33:19 UTC (rev 613029)
+++ PKGBUILD 2020-04-09 14:33:29 UTC (rev 613030)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=ukui-window-switch
-pkgver=2.0.1
-pkgrel=2
-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
-}
Copied: ukui-window-switch/repos/community-x86_64/PKGBUILD (from rev 613029, ukui-window-switch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-09 14:33:29 UTC (rev 613030)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=ukui-window-switch
+pkgver=2.0.2
+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=('dc106eb56e6a2bc2f4c5df059eb91fd2e689955a4a3fa354f3e563ad378a150b14b1a36921df149da4a87cbfccdae93e700d0dbf83aa700008896db5e6ed7225')
+
+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