[arch-commits] Commit in deepin-wayland/repos (2 files)

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


    Date: Thursday, July 8, 2021 @ 05:40:32
  Author: felixonmars
Revision: 975569

archrelease: copy trunk to community-x86_64

Added:
  deepin-wayland/repos/community-x86_64/
  deepin-wayland/repos/community-x86_64/PKGBUILD
    (from rev 975567, deepin-wayland/trunk/PKGBUILD)

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

Copied: deepin-wayland/repos/community-x86_64/PKGBUILD (from rev 975567, deepin-wayland/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2021-07-08 05:40:32 UTC (rev 975569)
@@ -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