[arch-commits] Commit in deepin-polkit-agent/repos/community-x86_64 (2 files)
Felix Yan
felixonmars at archlinux.org
Mon Jun 15 06:38:54 UTC 2020
Date: Monday, June 15, 2020 @ 06:38:54
Author: felixonmars
Revision: 644788
archrelease: copy trunk to community-x86_64
Added:
deepin-polkit-agent/repos/community-x86_64/PKGBUILD
(from rev 644787, deepin-polkit-agent/trunk/PKGBUILD)
Deleted:
deepin-polkit-agent/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-06-15 06:38:38 UTC (rev 644787)
+++ PKGBUILD 2020-06-15 06:38:54 UTC (rev 644788)
@@ -1,32 +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.2
-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')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-polkit-agent/archive/$pkgver.tar.gz")
-sha512sums=('3e17bb7d2b34547fc5afdd95b670b842806eb3e508d4afe7dd509d85edf1713162957bccba3955ece0faa8141fb60191b60969958ddf17656e3211f43368c4a1')
-
-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 644787, deepin-polkit-agent/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-06-15 06:38:54 UTC (rev 644788)
@@ -0,0 +1,32 @@
+# 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.3
+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')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-polkit-agent/archive/$pkgver.tar.gz")
+sha512sums=('821df238c612799362c7bab8707ffb02d11b11f6478295f6425ff7d4e9f446365d1a63bb1184b2befa7b6faf0d732753c2e1940f4877335ef0883ad173649440')
+
+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