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

Felix Yan felixonmars at archlinux.org
Fri Dec 18 22:25:21 UTC 2020


    Date: Friday, December 18, 2020 @ 22:25:21
  Author: felixonmars
Revision: 779706

archrelease: copy trunk to community-x86_64

Added:
  deepin-store/repos/community-x86_64/
  deepin-store/repos/community-x86_64/PKGBUILD
    (from rev 779705, deepin-store/trunk/PKGBUILD)

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

Copied: deepin-store/repos/community-x86_64/PKGBUILD (from rev 779705, deepin-store/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2020-12-18 22:25:21 UTC (rev 779706)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-store
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='Third party app store for DDE built with DTK'
+arch=('x86_64')
+url="https://github.com/dekzi/dde-store"
+license=('GPL3')
+depends=('appstream-qt' 'archlinux-appstream-data' 'dtkwidget' 'packagekit-qt5')
+makedepends=('cmake' 'ninja' 'qt5-tools')
+source=("https://github.com/dekzi/dde-store/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('a1448829bd4feeb67a793d8af353c10d8c90bec8af27aa59271de985aad0ebee87b4e79534701efa3325154a8d358b3e8a45912707e3b932f22f47e5d39bb43c')
+
+build() {
+  cd dde-store-$pkgver
+  cmake -GNinja .
+  ninja
+}
+
+package() {
+  cd dde-store-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list