diff options
author | Max Christian Pohle | 2015-11-21 18:58:55 +0100 |
---|---|---|
committer | Max Christian Pohle | 2015-11-21 18:58:55 +0100 |
commit | 5bf6cd920935500e16f0753e55c0a3593f7bd768 (patch) | |
tree | 03d3e49e0e7b830bbf1ae56ad395469694013b32 /packages | |
parent | f67650f7e1d3c48e6fd123ac4c8537220d6ab053 (diff) | |
download | qspacestatus-5bf6cd920935500e16f0753e55c0a3593f7bd768.tar.bz2 qspacestatus-5bf6cd920935500e16f0753e55c0a3593f7bd768.zip |
added xdg menu entry
Diffstat (limited to 'packages')
-rw-r--r-- | packages/arch/PKGBUILD | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/arch/PKGBUILD b/packages/arch/PKGBUILD index 552928c..c4d591a 100644 --- a/packages/arch/PKGBUILD +++ b/packages/arch/PKGBUILD | |||
@@ -23,7 +23,7 @@ makedepends=(git) | |||
23 | # "$pkgname-$pkgver.patch") | 23 | # "$pkgname-$pkgver.patch") |
24 | source=("http://git.entwicklerseite.de/qspacestatus/snapshot/qspacestatus-master.tar.gz") | 24 | source=("http://git.entwicklerseite.de/qspacestatus/snapshot/qspacestatus-master.tar.gz") |
25 | noextract=() | 25 | noextract=() |
26 | md5sums=(aef78b78fe34adc704391d89f893b6ff) | 26 | md5sums=(6ecd887bb6c1780254a0be543a37a55b) |
27 | validpgpkeys=() | 27 | validpgpkeys=() |
28 | 28 | ||
29 | # prepare() { | 29 | # prepare() { |
@@ -48,5 +48,9 @@ build() { | |||
48 | package() { | 48 | package() { |
49 | # cd "$pkgname-$pkgver" | 49 | # cd "$pkgname-$pkgver" |
50 | cd qspacestatus-master/ | 50 | cd qspacestatus-master/ |
51 | mkdir -p $pkgdir/usr/local/bin | ||
52 | install -m 755 -p qspacestatus $pkgdir/usr/local/bin | ||
53 | mkdir -p $pkgdir/usr/local/share/applications | ||
54 | install -m 755 -p share/xdg/qspacestatus.desktop $pkgdir/usr/local/share/applications | ||
51 | make DESTDIR="$pkgdir/" install | 55 | make DESTDIR="$pkgdir/" install |
52 | } | 56 | } |