Date: Tuesday, July 31, 2018 @ 09:31:12 Author: felixonmars Revision: 365087
archrelease: copy trunk to community-x86_64 Added: deepin-network-utils/repos/community-x86_64/PKGBUILD (from rev 365086, deepin-network-utils/trunk/PKGBUILD) Deleted: deepin-network-utils/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-07-31 09:30:55 UTC (rev 365086) +++ PKGBUILD 2018-07-31 09:31:12 UTC (rev 365087) @@ -1,26 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> - -pkgname=deepin-network-utils -pkgver=0.0.3 -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=('7ce8588d3a9d3dba546baa89eb1b5ea1f2b3a1f4f3858a1886a5c0eec7757a000b8f16cd735aab143ed80a4e0983b948b88c85b011328f6b37ab0b02e1e00f1f') - -build(){ - cd dde-network-utils-$pkgver - qmake-qt5 PREFIX=/usr - make -} - -package() { - cd dde-network-utils-$pkgver - make INSTALL_ROOT="$pkgdir" install -} Copied: deepin-network-utils/repos/community-x86_64/PKGBUILD (from rev 365086, deepin-network-utils/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-07-31 09:31:12 UTC (rev 365087) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> + +pkgname=deepin-network-utils +pkgver=0.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=('958908579cbecdca34ba40c5b234de03a9dbf52c128b9c2560cef3d3f6bcfc65bcf4c8ed1bd1c2bc792e31dbef5fb1074f71b0964414d6f90361ed0188437af6') + +build(){ + cd dde-network-utils-$pkgver + qmake-qt5 PREFIX=/usr + make +} + +package() { + cd dde-network-utils-$pkgver + make INSTALL_ROOT="$pkgdir" install +}