[arch-commits] Commit in (4 files)

Felix Yan felixonmars at archlinux.org
Thu Jul 8 05:40:18 UTC 2021


    Date: Thursday, July 8, 2021 @ 05:40:18
  Author: felixonmars
Revision: 975567

addpkg: deepin-wayland 1.0.0-1

Added:
  deepin-wayland/
  deepin-wayland/repos/
  deepin-wayland/trunk/
  deepin-wayland/trunk/PKGBUILD

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

Added: deepin-wayland/trunk/PKGBUILD
===================================================================
--- deepin-wayland/trunk/PKGBUILD	                        (rev 0)
+++ deepin-wayland/trunk/PKGBUILD	2021-07-08 05:40:18 UTC (rev 975567)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-wayland
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='DDE wayland support libraries'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-wayland"
+license=('GPL3')
+depends=('qt5-wayland')
+makedepends=('qt5-tools')
+groups=('deepin')
+source=("https://github.com/linuxdeepin/dde-wayland/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('28afb9e591f49646d9dc1758f4f4875677494994234a256f94484843716e74fdcccfb3f180914e798c1febd5df0d1453f8d53ff5ecba9e065ea9680091d0e260')
+
+build() {
+  cd dde-wayland-$pkgver
+  qmake-qt5
+  make
+}
+
+package() {
+  cd dde-wayland-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}




More information about the arch-commits mailing list