[arch-commits] Commit in deepin-polkit-agent/repos/community-x86_64 (2 files)
Felix Yan
felixonmars at archlinux.org
Fri Aug 28 08:00:55 UTC 2020
Date: Friday, August 28, 2020 @ 08:00:54
Author: felixonmars
Revision: 690162
archrelease: copy trunk to community-x86_64
Added:
deepin-polkit-agent/repos/community-x86_64/PKGBUILD
(from rev 690161, deepin-polkit-agent/trunk/PKGBUILD)
Deleted:
deepin-polkit-agent/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-28 08:00:45 UTC (rev 690161)
+++ PKGBUILD 2020-08-28 08:00:54 UTC (rev 690162)
@@ -1,33 +0,0 @@
-# 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=5.2.0.7
-pkgrel=1
-pkgdesc='Deepin Polkit Agent'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-polkit-agent"
-license=('GPL3')
-depends=('deepin-qt5integration' 'deepin-qt-dbus-factory' 'polkit-qt5')
-makedepends=('qt5-tools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-polkit-agent/archive/$pkgver.tar.gz")
-sha512sums=('8675e2593cc18b6d6468c55ba3ff8ff27e27b41565823420a0eabf8bafc587b3add5c7563975fd3ffd1696c34c5a48542d84f36c1cfa9acb45930c8d55b2e64a')
-
-prepare() {
- cd dde-polkit-agent-$pkgver
- # https://github.com/linuxdeepin/developer-center/issues/1721
- sed -i 's/bool is_deepin = true/bool is_deepin = false/' policykitlistener.cpp
-}
-
-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 690161, deepin-polkit-agent/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-08-28 08:00:54 UTC (rev 690162)
@@ -0,0 +1,33 @@
+# 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=5.3.0.1
+pkgrel=1
+pkgdesc='Deepin Polkit Agent'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-polkit-agent"
+license=('GPL3')
+depends=('deepin-qt5integration' 'deepin-qt-dbus-factory' 'polkit-qt5')
+makedepends=('qt5-tools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-polkit-agent/archive/$pkgver.tar.gz")
+sha512sums=('45693ec4ab37704dbdd4d9f6a1b307623653d5533140f7b7adb665196cdd5cf46614adf2c5e183a1effe59cae65e62be56c4aef4acacb96b47a7c8feb1eb63be')
+
+prepare() {
+ cd dde-polkit-agent-$pkgver
+ # https://github.com/linuxdeepin/developer-center/issues/1721
+ sed -i 's/bool is_deepin = true/bool is_deepin = false/' policykitlistener.cpp
+}
+
+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