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

Felix Yan felixonmars at archlinux.org
Sun Apr 26 21:56:30 UTC 2020


    Date: Sunday, April 26, 2020 @ 21:56:29
  Author: felixonmars
Revision: 621684

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-network-utils/repos/community-staging-x86_64/
  deepin-network-utils/repos/community-staging-x86_64/PKGBUILD
    (from rev 621683, deepin-network-utils/trunk/PKGBUILD)

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

Copied: deepin-network-utils/repos/community-staging-x86_64/PKGBUILD (from rev 621683, deepin-network-utils/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-04-26 21:56:29 UTC (rev 621684)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-network-utils
+pkgver=5.0.4
+pkgrel=1
+pkgdesc='DDE network utils'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-network-utils"
+license=('GPL3')
+depends=('deepin-qt-dbus-factory')
+makedepends=('qt5-tools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-network-utils/archive/$pkgver.tar.gz")
+sha512sums=('151d64a667b11c5303bb458f1b48fda74358e9fd5275fb3a156a4ce8fab2b3dab11b1c399f4d72fb8f0849e922a64e30921822c90baf2e5c9051f0e39d9981da')
+
+build(){
+  cd dde-network-utils-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-network-utils-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list