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

Felix Yan felixonmars at archlinux.org
Tue Oct 24 14:21:50 UTC 2017


    Date: Tuesday, October 24, 2017 @ 14:21:50
  Author: felixonmars
Revision: 264114

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-10-24 14:21:12 UTC (rev 264113)
+++ community-i686/PKGBUILD	2017-10-24 14:21:50 UTC (rev 264114)
@@ -1,27 +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-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-i686/PKGBUILD (from rev 264113, deepin-polkit-agent/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-10-24 14:21:50 UTC (rev 264114)
@@ -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.1
+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=('7874dc99ddbc3b059ccee11cd39b5df9871848aeb14358ad162139e58f5d81ff1b3596720cbd8ae6a5d9a30be6eefe0f76966c4ce58fe0940fed2f2f4ce0d706')
+
+build() {
+  cd dde-polkit-agent-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-polkit-agent-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-10-24 14:21:12 UTC (rev 264113)
+++ community-x86_64/PKGBUILD	2017-10-24 14:21:50 UTC (rev 264114)
@@ -1,27 +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-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-x86_64/PKGBUILD (from rev 264113, deepin-polkit-agent/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-10-24 14:21:50 UTC (rev 264114)
@@ -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.1
+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=('7874dc99ddbc3b059ccee11cd39b5df9871848aeb14358ad162139e58f5d81ff1b3596720cbd8ae6a5d9a30be6eefe0f76966c4ce58fe0940fed2f2f4ce0d706')
+
+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