summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHcra2019-02-18 12:25:02 +0100
committerHcra2019-02-18 12:25:02 +0100
commit27947c546d92207723777447e00b462e896fa49c (patch)
tree06d5b19e9400adfda586a581e3616017867bf2f8
parentb4ad8514e8d23e5794f109998eeb11513a826d70 (diff)
downloadaur-27947c546d92207723777447e00b462e896fa49c.tar.gz
add desktop file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2586eb6ceac..d90f85283c59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qweborf-git
pkgdesc = Minimal HTTP server to share your files - Qt frontend
pkgver = 0.15
- pkgrel = 7
+ pkgrel = 8
url = https://ltworf.github.io/weborf/
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 6ff226434e06..64dd37b07640 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=qweborf-git
_pkgname="weborf"
pkgver=0.15
-pkgrel=7
+pkgrel=8
pkgdesc="Minimal HTTP server to share your files - Qt frontend"
arch=(any)
url='https://ltworf.github.io/weborf/'
@@ -19,7 +19,6 @@ pkgver() {
git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
-
build() {
cd "$srcdir/$_pkgname"
pyuic5 qweborf/qweborf/main.ui > qweborf/main.py
@@ -30,5 +29,5 @@ package() {
cd "$srcdir/$_pkgname"
python build/lib/qweborf/setup.py install --root="$pkgdir"
install -Dm 0755 qweborf/qweborf/qweborf "$pkgdir/usr/bin/qweborf"
- #install -Dm 0755 qwebrof/qweborf/qweborf.desktop "$pkgdir/usr/share/applications/qweborf.desktop"
+ install -Dm 0755 qweborf/integration/qweborf.desktop "$pkgdir/usr/share/applications/qweborf.desktop"
}