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

Felix Yan felixonmars at archlinux.org
Sat Apr 17 00:29:19 UTC 2021


    Date: Saturday, April 17, 2021 @ 00:29:18
  Author: felixonmars
Revision: 919582

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-font-manager/repos/community-testing-x86_64/
  deepin-font-manager/repos/community-testing-x86_64/PKGBUILD
    (from rev 919581, deepin-font-manager/trunk/PKGBUILD)

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

Copied: deepin-font-manager/repos/community-testing-x86_64/PKGBUILD (from rev 919581, deepin-font-manager/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2021-04-17 00:29:18 UTC (rev 919582)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-font-manager
+pkgver=5.8.0.21
+pkgrel=1
+pkgdesc='A font management tool for Deepin desktop'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-font-manager"
+license=('GPL3')
+depends=('deepin-qt5integration' 'deepin-file-manager')
+makedepends=('cmake' 'gmock' 'gtest' 'ninja' 'qt5-tools')
+groups=('deepin-extra')
+source=("https://github.com/linuxdeepin/deepin-font-manager/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('11155184240dcbc7ee64d5977355b96d5aea7882858bd5c40ab5b3e502ebaf99699ba648ede2835f084bf32c4fe4752ccc7f74df88a56eb8a8c2e6dd7775e48b')
+
+build() {
+  cd deepin-font-manager-$pkgver
+  cmake -GNinja .
+  ninja
+}
+
+check() {
+  cd deepin-font-manager-$pkgver
+  ninja test || :
+}
+
+package() {
+  cd deepin-font-manager-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list