[arch-commits] Commit in deepin-system-monitor/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Jul 19 06:29:02 UTC 2017
Date: Wednesday, July 19, 2017 @ 06:29:01
Author: felixonmars
Revision: 245654
upgpkg: deepin-system-monitor 0.0.8-1
Modified:
deepin-system-monitor/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-07-19 06:07:44 UTC (rev 245653)
+++ PKGBUILD 2017-07-19 06:29:01 UTC (rev 245654)
@@ -4,7 +4,7 @@
# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
pkgname=deepin-system-monitor
-pkgver=0.0.7
+pkgver=0.0.8
pkgrel=1
pkgdesc='A more user-friendly system monitor'
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
groups=('deepin')
install=deepin-system-monitor.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-system-monitor/archive/$pkgver.tar.gz")
-sha512sums=('f0d05575881fa27a2048fa3daf03af73a898cb8943db63f366d05c2038e167ff26300c2f772f74f51f9d23ffc8dc2483e14cda6452fda01009fec0fe23aa75a0')
+sha512sums=('12325313ea9626e7d7dafef7f78359d0e86a47572fc32c179fa0d72c0d6c35ea90491b913a5b737cb74db47b045a7711ccad4390dda319ad34e30c8874738e2a')
prepare() {
cd deepin-system-monitor-$pkgver
@@ -25,7 +25,7 @@
build() {
cd deepin-system-monitor-$pkgver
- qmake-qt5 PREFIX=/usr APPDIR=/usr/share/applications DSRDIR=/usr/share/$pkgname QMAKE_STRIP=
+ qmake-qt5 PREFIX=/usr
make
}
@@ -32,5 +32,4 @@
package() {
cd deepin-system-monitor-$pkgver
make INSTALL_ROOT="$pkgdir" install
- install -Dm755 deepin-system-monitor "$pkgdir"/usr/bin/deepin-system-monitor
}
More information about the arch-commits
mailing list