[arch-commits] Commit in deepin-polkit-agent/repos (4 files)

Felix Yan felixonmars at archlinux.org
Fri Aug 18 07:03:40 UTC 2017


    Date: Friday, August 18, 2017 @ 07:03:39
  Author: felixonmars
Revision: 252374

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

Added:
  deepin-polkit-agent/repos/community-staging-i686/
  deepin-polkit-agent/repos/community-staging-i686/PKGBUILD
    (from rev 252373, deepin-polkit-agent/trunk/PKGBUILD)
  deepin-polkit-agent/repos/community-staging-x86_64/
  deepin-polkit-agent/repos/community-staging-x86_64/PKGBUILD
    (from rev 252373, deepin-polkit-agent/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: deepin-polkit-agent/repos/community-staging-i686/PKGBUILD (from rev 252373, deepin-polkit-agent/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-08-18 07:03:39 UTC (rev 252374)
@@ -0,0 +1,27 @@
+# $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-polkit-agent
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='Deepin Polkit Agent'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-polkit-agent"
+license=('GPL3')
+depends=('dtkwidget' 'deepin-qt-dbus-factory' 'polkit-qt5')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-polkit-agent/archive/$pkgver.tar.gz")
+sha512sums=('3688fb066f2a84f96f03c0d646ce69288cbdb7b6dd5572b7df971351f7bf484246986ba5bf286f7afdfab69bcc86db69a806aa145d08435cfeceea839ad93256')
+
+build() {
+  cd dde-polkit-agent-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-polkit-agent-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: deepin-polkit-agent/repos/community-staging-x86_64/PKGBUILD (from rev 252373, deepin-polkit-agent/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-08-18 07:03:39 UTC (rev 252374)
@@ -0,0 +1,27 @@
+# $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-polkit-agent
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='Deepin Polkit Agent'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-polkit-agent"
+license=('GPL3')
+depends=('dtkwidget' 'deepin-qt-dbus-factory' 'polkit-qt5')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-polkit-agent/archive/$pkgver.tar.gz")
+sha512sums=('3688fb066f2a84f96f03c0d646ce69288cbdb7b6dd5572b7df971351f7bf484246986ba5bf286f7afdfab69bcc86db69a806aa145d08435cfeceea839ad93256')
+
+build() {
+  cd dde-polkit-agent-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-polkit-agent-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list