summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
-rw-r--r--qgrid.install11
3 files changed, 5 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fe75f5483c0..9e1c48ddc19b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = qgrid
pkgdesc = Ham Radio - Maidenhead grid squares calculator
pkgver = 3.0.0
- pkgrel = 1
+ pkgrel = 2
url = http://users.telenet.be/on4qz/qgrid/index.html
- install = qgrid.install
arch = i686
arch = x86_64
license = GPL3
makedepends = imagemagick
depends = qt4
+ depends = hamradio-menus
source = http://users.telenet.be/on4qz/qgrid/downloads/qgrid_3.0.0.tgz
source = qgrid.desktop
md5sums = eaf8e11aa5bfdd11db6bf2928e0ae471
diff --git a/PKGBUILD b/PKGBUILD
index f22dafd98399..ebd4a260a063 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: not_anonymous <nmlibertarian@gmail.com>
+# Original Submission: Bob Finch <w9ya@qrparci.net>
pkgname=qgrid
pkgver=3.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Ham Radio - Maidenhead grid squares calculator"
arch=('i686' 'x86_64')
url="http://users.telenet.be/on4qz/qgrid/index.html"
license=('GPL3')
-depends=('qt4')
+depends=('qt4' 'hamradio-menus')
makedepends=('imagemagick')
-install=$pkgname.install
source=(http://users.telenet.be/on4qz/$pkgname/downloads/${pkgname}_$pkgver.tgz
$pkgname.desktop)
diff --git a/qgrid.install b/qgrid.install
deleted file mode 100644
index 2eaa60550d51..000000000000
--- a/qgrid.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}