[arch-commits] Commit in ukui-window-switch/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed May 6 17:10:38 UTC 2020


    Date: Wednesday, May 6, 2020 @ 17:10:36
  Author: felixonmars
Revision: 625076

archrelease: copy trunk to community-x86_64

Added:
  ukui-window-switch/repos/community-x86_64/PKGBUILD
    (from rev 625075, 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-05-06 17:10:12 UTC (rev 625075)
+++ PKGBUILD	2020-05-06 17:10:36 UTC (rev 625076)
@@ -1,25 +0,0 @@
-# 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
-}

Copied: ukui-window-switch/repos/community-x86_64/PKGBUILD (from rev 625075, ukui-window-switch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-06 17:10:36 UTC (rev 625076)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=ukui-window-switch
+pkgver=2.0.3
+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=('8fc15f32d5929031a3542115c14702087a29b7425fa808581bf292629e6d23418de99d850e520d39233ada188ac677105cb5b3e1df59e2a7ee38789da2c40568')
+
+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