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

Felix Yan felixonmars at archlinux.org
Wed Feb 24 13:10:59 UTC 2021


    Date: Wednesday, February 24, 2021 @ 13:10:59
  Author: felixonmars
Revision: 871357

archrelease: copy trunk to community-x86_64

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

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

Copied: deepin-font-manager/repos/community-x86_64/PKGBUILD (from rev 871356, deepin-font-manager/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2021-02-24 13:10:59 UTC (rev 871357)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-font-manager
+pkgver=5.8.0.15
+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' 'gtest' 'ninja' 'qt5-tools')
+groups=('deepin-extra')
+source=("https://github.com/linuxdeepin/deepin-font-manager/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('8f08ca7d5c1c5aeacfb1d916933e95fed05074c51ef588135224d67f00029d390961e5d7ade271a4d17dfb6238f0bb32532e3de581bd760f68edc904b1314048')
+
+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