[arch-commits] Commit in ukui-notebook/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Fri Feb 11 00:32:47 UTC 2022


    Date: Friday, February 11, 2022 @ 00:32:46
  Author: felixonmars
Revision: 1131516

archrelease: copy trunk to community-x86_64

Added:
  ukui-notebook/repos/community-x86_64/
  ukui-notebook/repos/community-x86_64/PKGBUILD
    (from rev 1131515, ukui-notebook/trunk/PKGBUILD)

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: ukui-notebook/repos/community-x86_64/PKGBUILD (from rev 1131515, ukui-notebook/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2022-02-11 00:32:46 UTC (rev 1131516)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=ukui-notebook
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="Notebook for UKUI desktop environment"
+arch=('x86_64')
+license=('GPL')
+url="https://github.com/ukui/ukui-notebook"
+groups=('ukui')
+depends=('gsettings-qt' 'kwindowsystem')
+makedepends=('qt5-tools')
+source=("https://github.com/ukui/ukui-notebook/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('94f93a8f8bd9fb34fffa7a67a9eb016b0867fb403ac67839c90bde4bb6e04d4fc125f629c34405fad6edd72609e9f9830ea834f88c4624ca2008040ffc929e13')
+
+prepare() {
+  cd ukui-notebook-$pkgver
+  sed -i 's/-lX11 -lXrandr -lXinerama -lXi -lXcursor/-lX11 -lXi/' src/src.pro
+}
+
+build() {
+  cd ukui-notebook-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd ukui-notebook-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list