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

Felix Yan felixonmars at archlinux.org
Wed Feb 12 16:39:45 UTC 2020


    Date: Wednesday, February 12, 2020 @ 16:39:44
  Author: felixonmars
Revision: 569476

archrelease: copy trunk to community-x86_64

Added:
  ukui-window-switch/repos/community-x86_64/PKGBUILD
    (from rev 569475, ukui-window-switch/trunk/PKGBUILD)
Deleted:
  ukui-window-switch/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++---------------------------------
 1 file changed, 25 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-12 16:39:28 UTC (rev 569475)
+++ PKGBUILD	2020-02-12 16:39:44 UTC (rev 569476)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=ukui-window-switch
-pkgver=1.1.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=('qt5-base' 'ukwm')
-makedepends=('python' 'qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-window-switch/archive/v$pkgver.tar.gz"
-        ukui-window-switch-gdbus.patch::https://github.com/ukui/ukui-window-switch/commit/1b2dcfa8137b207f06fb879f4f0f0694b049c06b.patch)
-sha512sums=('eee429ddbcab1a6d93eda1d1f84b89740b3bf3053bf29ded7488b7b1236eb015c9690e06ccb9da1ad89917daf3a74b3743b6c6753c658a124bbd2706a2b71868'
-            '0ced8cd9c8ab0b98759f992719f1e46e88dfe3b6a2bd7a85ce8ce76f2b61ceefb31fa271425f8724708acd57942d1924057499dbc053b8d1e597b2f4af2a57bd')
-
-prepare() {
-  cd ukui-window-switch-$pkgver
-  patch -p1 -i ../ukui-window-switch-gdbus.patch
-}
-
-build() {
-  cd ukui-window-switch-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd ukui-window-switch-$pkgver
-  install -Dm755 ukui-window-switch -t "$pkgdir"/usr/bin/
-  install -Dm644 data/ukui-window-switch.desktop -t "$pkgdir"/etc/xdg/autostart/
-}

Copied: ukui-window-switch/repos/community-x86_64/PKGBUILD (from rev 569475, ukui-window-switch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-12 16:39:44 UTC (rev 569476)
@@ -0,0 +1,25 @@
+# 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
+}



More information about the arch-commits mailing list