[arch-commits] Commit in deepin-system-monitor/repos (8 files)

Felix Yan felixonmars at archlinux.org
Fri Jun 16 06:36:30 UTC 2017


    Date: Friday, June 16, 2017 @ 06:36:27
  Author: felixonmars
Revision: 237494

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  deepin-system-monitor/repos/community-testing-i686/PKGBUILD
    (from rev 237493, deepin-system-monitor/trunk/PKGBUILD)
  deepin-system-monitor/repos/community-testing-i686/deepin-system-monitor.install
    (from rev 237493, deepin-system-monitor/trunk/deepin-system-monitor.install)
  deepin-system-monitor/repos/community-testing-x86_64/PKGBUILD
    (from rev 237493, deepin-system-monitor/trunk/PKGBUILD)
  deepin-system-monitor/repos/community-testing-x86_64/deepin-system-monitor.install
    (from rev 237493, deepin-system-monitor/trunk/deepin-system-monitor.install)
Deleted:
  deepin-system-monitor/repos/community-testing-i686/PKGBUILD
  deepin-system-monitor/repos/community-testing-i686/deepin-system-monitor.install
  deepin-system-monitor/repos/community-testing-x86_64/PKGBUILD
  deepin-system-monitor/repos/community-testing-x86_64/deepin-system-monitor.install

--------------------------------------------------------+
 /PKGBUILD                                              |   68 +++++++++++++++
 /deepin-system-monitor.install                         |   14 +++
 community-testing-i686/PKGBUILD                        |   34 -------
 community-testing-i686/deepin-system-monitor.install   |    7 -
 community-testing-x86_64/PKGBUILD                      |   34 -------
 community-testing-x86_64/deepin-system-monitor.install |    7 -
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD	2017-06-16 06:35:49 UTC (rev 237493)
+++ community-testing-i686/PKGBUILD	2017-06-16 06:36:27 UTC (rev 237494)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
-# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
-
-pkgname=deepin-system-monitor
-pkgver=0.0.3
-pkgrel=1
-pkgdesc='A more user-friendly system monitor'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-system-monitor"
-license=('GPL3')
-depends=('deepin-tool-kit' 'procps-ng' 'nethogs' 'libcap')
-groups=('deepin')
-install=deepin-system-monitor.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-system-monitor/archive/$pkgver.tar.gz")
-sha512sums=('79808a5e8b275396e54e929798d04db1e7acfb08e854227fee3e62e10a935bda8ec867cec12a7edb7cb8a63f693f0e62bbb5a148915f790f775545439f2d6fc4')
-
-prepare() {
-  cd deepin-system-monitor-$pkgver
-  rm -r nethogs
-  sed -i 's|error("Build nethogs static library failed.")||' deepin-system-monitor.pro
-}
-
-build() {
-  cd deepin-system-monitor-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-system-monitor-$pkgver
-  install -Dm755 deepin-system-monitor "$pkgdir"/usr/bin/deepin-system-monitor
-}

Copied: deepin-system-monitor/repos/community-testing-i686/PKGBUILD (from rev 237493, deepin-system-monitor/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-06-16 06:36:27 UTC (rev 237494)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
+# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
+
+pkgname=deepin-system-monitor
+pkgver=0.0.4
+pkgrel=1
+pkgdesc='A more user-friendly system monitor'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-system-monitor"
+license=('GPL3')
+depends=('deepin-tool-kit' 'procps-ng' 'nethogs' 'libcap')
+groups=('deepin')
+install=deepin-system-monitor.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-system-monitor/archive/$pkgver.tar.gz")
+sha512sums=('25ec07cbfa366ac932234f6393fca9f49a326a3fcd0a73cc076bcbcd102bb3df3186536f997d90cf53d6b3a7849afb7ff900955bb62c3fb74a1a76ea25d5aa00')
+
+prepare() {
+  cd deepin-system-monitor-$pkgver
+  rm -r nethogs
+  sed -i 's|error("Build nethogs static library failed.")||' deepin-system-monitor.pro
+}
+
+build() {
+  cd deepin-system-monitor-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-system-monitor-$pkgver
+  install -Dm755 deepin-system-monitor "$pkgdir"/usr/bin/deepin-system-monitor
+}

Deleted: community-testing-i686/deepin-system-monitor.install
===================================================================
--- community-testing-i686/deepin-system-monitor.install	2017-06-16 06:35:49 UTC (rev 237493)
+++ community-testing-i686/deepin-system-monitor.install	2017-06-16 06:36:27 UTC (rev 237494)
@@ -1,7 +0,0 @@
-post_install() {
-  setcap cap_kill,cap_net_raw,cap_dac_read_search,cap_sys_ptrace+ep usr/bin/deepin-system-monitor
-}
-
-post_upgrade() {
-  post_install
-}

Copied: deepin-system-monitor/repos/community-testing-i686/deepin-system-monitor.install (from rev 237493, deepin-system-monitor/trunk/deepin-system-monitor.install)
===================================================================
--- community-testing-i686/deepin-system-monitor.install	                        (rev 0)
+++ community-testing-i686/deepin-system-monitor.install	2017-06-16 06:36:27 UTC (rev 237494)
@@ -0,0 +1,7 @@
+post_install() {
+  setcap cap_kill,cap_net_raw,cap_dac_read_search,cap_sys_ptrace+ep usr/bin/deepin-system-monitor
+}
+
+post_upgrade() {
+  post_install
+}

Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD	2017-06-16 06:35:49 UTC (rev 237493)
+++ community-testing-x86_64/PKGBUILD	2017-06-16 06:36:27 UTC (rev 237494)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
-# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
-
-pkgname=deepin-system-monitor
-pkgver=0.0.3
-pkgrel=1
-pkgdesc='A more user-friendly system monitor'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-system-monitor"
-license=('GPL3')
-depends=('deepin-tool-kit' 'procps-ng' 'nethogs' 'libcap')
-groups=('deepin')
-install=deepin-system-monitor.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-system-monitor/archive/$pkgver.tar.gz")
-sha512sums=('79808a5e8b275396e54e929798d04db1e7acfb08e854227fee3e62e10a935bda8ec867cec12a7edb7cb8a63f693f0e62bbb5a148915f790f775545439f2d6fc4')
-
-prepare() {
-  cd deepin-system-monitor-$pkgver
-  rm -r nethogs
-  sed -i 's|error("Build nethogs static library failed.")||' deepin-system-monitor.pro
-}
-
-build() {
-  cd deepin-system-monitor-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-system-monitor-$pkgver
-  install -Dm755 deepin-system-monitor "$pkgdir"/usr/bin/deepin-system-monitor
-}

Copied: deepin-system-monitor/repos/community-testing-x86_64/PKGBUILD (from rev 237493, deepin-system-monitor/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-06-16 06:36:27 UTC (rev 237494)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
+# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
+
+pkgname=deepin-system-monitor
+pkgver=0.0.4
+pkgrel=1
+pkgdesc='A more user-friendly system monitor'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-system-monitor"
+license=('GPL3')
+depends=('deepin-tool-kit' 'procps-ng' 'nethogs' 'libcap')
+groups=('deepin')
+install=deepin-system-monitor.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-system-monitor/archive/$pkgver.tar.gz")
+sha512sums=('25ec07cbfa366ac932234f6393fca9f49a326a3fcd0a73cc076bcbcd102bb3df3186536f997d90cf53d6b3a7849afb7ff900955bb62c3fb74a1a76ea25d5aa00')
+
+prepare() {
+  cd deepin-system-monitor-$pkgver
+  rm -r nethogs
+  sed -i 's|error("Build nethogs static library failed.")||' deepin-system-monitor.pro
+}
+
+build() {
+  cd deepin-system-monitor-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-system-monitor-$pkgver
+  install -Dm755 deepin-system-monitor "$pkgdir"/usr/bin/deepin-system-monitor
+}

Deleted: community-testing-x86_64/deepin-system-monitor.install
===================================================================
--- community-testing-x86_64/deepin-system-monitor.install	2017-06-16 06:35:49 UTC (rev 237493)
+++ community-testing-x86_64/deepin-system-monitor.install	2017-06-16 06:36:27 UTC (rev 237494)
@@ -1,7 +0,0 @@
-post_install() {
-  setcap cap_kill,cap_net_raw,cap_dac_read_search,cap_sys_ptrace+ep usr/bin/deepin-system-monitor
-}
-
-post_upgrade() {
-  post_install
-}

Copied: deepin-system-monitor/repos/community-testing-x86_64/deepin-system-monitor.install (from rev 237493, deepin-system-monitor/trunk/deepin-system-monitor.install)
===================================================================
--- community-testing-x86_64/deepin-system-monitor.install	                        (rev 0)
+++ community-testing-x86_64/deepin-system-monitor.install	2017-06-16 06:36:27 UTC (rev 237494)
@@ -0,0 +1,7 @@
+post_install() {
+  setcap cap_kill,cap_net_raw,cap_dac_read_search,cap_sys_ptrace+ep usr/bin/deepin-system-monitor
+}
+
+post_upgrade() {
+  post_install
+}



More information about the arch-commits mailing list