summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornot_anonymous2017-02-15 17:14:15 -0700
committernot_anonymous2017-02-15 17:14:15 -0700
commit83bf2e9b9ef31ca90527571233106692b6d27e14 (patch)
tree295b985274f34764e115466feb51f2602292f398
parentf73cb192445739b12d5c4d9271b020403e4cffde (diff)
downloadaur-83bf2e9b9ef31ca90527571233106692b6d27e14.tar.gz
Updated
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
-rw-r--r--yfktest.desktop2
-rw-r--r--yfktest.install11
4 files changed, 10 insertions, 27 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3a0b4256c9c..535083776911 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,29 +1,25 @@
-# Generated by mksrcinfo v8
-# Tue Feb 9 17:19:00 UTC 2016
pkgbase = yfktest
pkgdesc = Ham Radio Contesting Logger
pkgver = 0.0.10
- pkgrel = 3
+ pkgrel = 4
url = http://fkurz.net/ham/yfktest.html
- install = yfktest.install
arch = any
license = GPL
depends = perl-curses
- depends = desktop-file-utils
+ depends = hamradio-menus
depends = cty
depends = masterscp
optdepends = hamlib: rig interfacing
optdepends = cwdaemon: transmitting cw
optdepends = winkeydaemon: usb cw xmit
optdepends = bigcty: contest version country files
- optdepends = hamradio-menus: XDG compliant menuing
source = yfktest.desktop
source = yfktest.png
source = yfktest.1
- md5sums = 9bb89d06dccd06098209c3f35cfc9997
+ md5sums = b8fc8f2685c87b2bf5c509ffa82d1387
md5sums = 0c5fc02db4577b3b1ffcc23e5c7a2b8e
md5sums = a5b6724edc0adb82e53870c81dac4281
- sha256sums = c7f87c8c1e049277acde59db12a07ee52d2ba8757464652ddccd5d5354d20675
+ sha256sums = 59d1cc347697a5f34ab465bf5d3c2437b18981d473d39e9e4a267604ac87bec8
sha256sums = ae4886c24e08425d7a9d6c31290924f8b328d0b2fe59b3d0c0e94ecf4d62b039
sha256sums = c5018a263f314eca09561d8daa8f15b5de1b31f97811ca6d52a65b0b20e63409
diff --git a/PKGBUILD b/PKGBUILD
index 5cc1a4258a62..0dcddfe7b395 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,16 @@
pkgname=yfktest
pkgver=0.0.10
-pkgrel=3
+pkgrel=4
pkgdesc="Ham Radio Contesting Logger"
arch=('any')
url="http://fkurz.net/ham/yfktest.html"
license=('GPL')
-depends=('perl-curses' 'desktop-file-utils' 'cty' 'masterscp')
+depends=('perl-curses' 'hamradio-menus' 'cty' 'masterscp')
optdepends=('hamlib: rig interfacing'
'cwdaemon: transmitting cw'
'winkeydaemon: usb cw xmit'
- 'bigcty: contest version country files'
- 'hamradio-menus: XDG compliant menuing')
-install=$pkgname.install
+ 'bigcty: contest version country files')
source=(
#http://fkurz.net/ham/$pkgname/$pkgname-$pkgver.tar.gz
$pkgname.desktop
@@ -60,9 +58,9 @@ package() {
sed -i s:'.\/yfktest ':'yfktest ': yfktest
sed -i s:'.\/yfktest ':'yfktest ': MANUAL
}
-md5sums=('9bb89d06dccd06098209c3f35cfc9997'
+md5sums=('b8fc8f2685c87b2bf5c509ffa82d1387'
'0c5fc02db4577b3b1ffcc23e5c7a2b8e'
'a5b6724edc0adb82e53870c81dac4281')
-sha256sums=('c7f87c8c1e049277acde59db12a07ee52d2ba8757464652ddccd5d5354d20675'
+sha256sums=('59d1cc347697a5f34ab465bf5d3c2437b18981d473d39e9e4a267604ac87bec8'
'ae4886c24e08425d7a9d6c31290924f8b328d0b2fe59b3d0c0e94ecf4d62b039'
'c5018a263f314eca09561d8daa8f15b5de1b31f97811ca6d52a65b0b20e63409')
diff --git a/yfktest.desktop b/yfktest.desktop
index 58ac94cef2a1..4f40b911628c 100644
--- a/yfktest.desktop
+++ b/yfktest.desktop
@@ -5,7 +5,7 @@ Comment=Ham Radio Contest Logger
Comment[en_US]=Ham Radio Contest Logger
Encoding=UTF-8
Exec=yfktest
-Icon=yfktest.png
+Icon=yfktest
MimeType=text/plain
StartupNotify=true
Terminal=true
diff --git a/yfktest.install b/yfktest.install
deleted file mode 100644
index 2eaa60550d51..000000000000
--- a/yfktest.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}