summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2015-08-10 21:09:17 +0200
committerPeter Mattern2015-08-10 21:11:39 +0200
commit54a6ddaf08909d80359bbd52f39507a36a113a6c (patch)
tree0a7a2c211254f1e61c2d4f2a6a3a79fb54d7abfb
parent7eee9c25b29677454375ddbee0f79790868522f1 (diff)
downloadaur-54a6ddaf08909d80359bbd52f39507a36a113a6c.tar.gz
Reflect some upstream changes
desktop entry file is provided by upstream and using a PNG file now, translation got implemented
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD14
-rw-r--r--qps.desktop11
3 files changed, 8 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48f638e4ce6b..620d5e296073 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,21 @@
pkgbase = qps-git
pkgdesc = Qt process manager
- pkgver = r14.3ad194f
- pkgrel = 2
+ pkgver = r19.28449df
+ pkgrel = 1
url = https://github.com/QtDesktop/qps
arch = i686
arch = x86_64
license = unknown
makedepends = git
makedepends = cmake
+ makedepends = qt5-tools
depends = qt5-x11extras
depends = libxkbcommon-x11
depends = hicolor-icon-theme
provides = qps
conflicts = qps
source = git+https://github.com/QtDesktop/qps.git
- source = qps.desktop
sha256sums = SKIP
- sha256sums = 52396289949c2e57fb88773068c90aeb9bc6628e1f72f851d19a9dfbf3f85581
pkgname = qps-git
diff --git a/PKGBUILD b/PKGBUILD
index 2c460f8eacd3..4524c2d5902d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,18 @@
_pkgname=qps
pkgname=$_pkgname-git
-pkgver=r14.3ad194f
-pkgrel=2
+pkgver=r19.28449df
+pkgrel=1
pkgdesc="Qt process manager"
arch=("i686" "x86_64")
url="https://github.com/QtDesktop/qps"
license=("unknown")
depends=("qt5-x11extras" "libxkbcommon-x11" "hicolor-icon-theme")
-makedepends=("git" "cmake")
+makedepends=("git" "cmake" "qt5-tools")
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=("git+https://github.com/QtDesktop/qps.git"
- "qps.desktop")
-sha256sums=("SKIP"
- "52396289949c2e57fb88773068c90aeb9bc6628e1f72f851d19a9dfbf3f85581")
+source=("git+https://github.com/QtDesktop/qps.git")
+sha256sums=("SKIP")
pkgver() {
cd $_pkgname
@@ -31,6 +29,4 @@ build() {
package() {
cd build
make DESTDIR=$pkgdir install
- install -D -m644 $startdir/qps.desktop $pkgdir/usr/share/applications/qps.desktop
- install -D -m644 $srcdir/$_pkgname/icon/icon.xpm $pkgdir/usr/share/icons/hicolor/48x48/apps/qps.xpm
}
diff --git a/qps.desktop b/qps.desktop
deleted file mode 100644
index 854c6e0fe045..000000000000
--- a/qps.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Type=Application
-Name=qps
-GenericName=Qt process manager
-Comment=display and manage running processes
-Icon=qps
-Categories=System;
-TryExec=qps
-Exec=qps
-Terminal=false
-StartupNotify=false