summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornot_anonymous2017-02-12 19:46:27 -0700
committernot_anonymous2017-02-12 19:46:27 -0700
commit42492634f43468ecb60b2c27ac189d1755291e58 (patch)
treebefd10c2cc57654a96863be2e98ebe6d7221a44a
parent0ff499522a710da447f2f61ef6deffa1ae71b06d (diff)
downloadaur-42492634f43468ecb60b2c27ac189d1755291e58.tar.gz
Updated
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
-rw-r--r--ebook2cwgui.desktop2
-rw-r--r--ebook2cwgui.install11
4 files changed, 9 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2c864fc41d1..4efc0f51b001 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = ebook2cwgui
pkgdesc = Converts plain text files to Morse Code formatted as MP3 or OGG - GUI
pkgver = 0.1.2
- pkgrel = 1
+ pkgrel = 2
url = http://fkurz.net/ham/ebook2cw.html
- install = ebook2cwgui.install
arch = i686
arch = x86_64
license = GPL
depends = ebook2cw
depends = wxgtk2.8
- depends = desktop-file-utils
+ depends = hamradio-menus
source = http://fkurz.net/ham/ebook2cw/ebook2cwgui-0.1.2.tar.gz
source = diff.Makefile
source = ebook2cwgui.png
@@ -17,11 +16,11 @@ pkgbase = ebook2cwgui
md5sums = 89632a392956a9f3fc66461dfa4e08c6
md5sums = dee85b87632c1cbf636f2b3b85d2fd0f
md5sums = b23814eeb1e021202b0cf5a5eed15102
- md5sums = 948dbd30b84fcc7222e723a6ec05f7d6
+ md5sums = bf213eded4d679eb177421c7209a243a
sha256sums = 211c5593f65743d33c5fb3ce98b118592a7b15c8b807fde34a10660d6ff0812c
sha256sums = 8eaa197a372addf48a8327b0d05658480696483d796ea8967f9cb17af8b97b3d
sha256sums = d8990f54e315d9bdba11f4424734b668460f20f20d23f3539b34d5b6d8170125
- sha256sums = d10ad0311df45cce7696025ac8bf91648f1090caf353707d01f39784ad03e240
+ sha256sums = 056c054e9b9039655371cd4483b3d821c51944007b5bab2c91efe20788bb675a
pkgname = ebook2cwgui
diff --git a/PKGBUILD b/PKGBUILD
index d6b5e50d4f88..b99b7263f8d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,12 @@
pkgname=ebook2cwgui
pkgver=0.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Converts plain text files to Morse Code formatted as MP3 or OGG - GUI"
arch=('i686' 'x86_64')
url="http://fkurz.net/ham/ebook2cw.html"
license=('GPL')
-depends=('ebook2cw' 'wxgtk2.8' 'desktop-file-utils')
-install=$pkgname.install
+depends=('ebook2cw' 'wxgtk2.8' 'hamradio-menus')
source=(http://fkurz.net/ham/ebook2cw/${pkgname}-${pkgver}.tar.gz
diff.Makefile
$pkgname.png
@@ -36,8 +35,8 @@ package() {
md5sums=('89632a392956a9f3fc66461dfa4e08c6'
'dee85b87632c1cbf636f2b3b85d2fd0f'
'b23814eeb1e021202b0cf5a5eed15102'
- '948dbd30b84fcc7222e723a6ec05f7d6')
+ 'bf213eded4d679eb177421c7209a243a')
sha256sums=('211c5593f65743d33c5fb3ce98b118592a7b15c8b807fde34a10660d6ff0812c'
'8eaa197a372addf48a8327b0d05658480696483d796ea8967f9cb17af8b97b3d'
'd8990f54e315d9bdba11f4424734b668460f20f20d23f3539b34d5b6d8170125'
- 'd10ad0311df45cce7696025ac8bf91648f1090caf353707d01f39784ad03e240')
+ '056c054e9b9039655371cd4483b3d821c51944007b5bab2c91efe20788bb675a')
diff --git a/ebook2cwgui.desktop b/ebook2cwgui.desktop
index d25a14944334..9cacd1f251c1 100644
--- a/ebook2cwgui.desktop
+++ b/ebook2cwgui.desktop
@@ -5,7 +5,7 @@ Comment=Text to Morse Code Converter
Comment[en_US]=Text to Morse Code Converter
Encoding=UTF-8
Exec=ebook2cwgui
-Icon=eboo2cwgui.png
+Icon=ebook2cwgui.png
MimeType=text/plain
StartupNotify=true
Terminal=false
diff --git a/ebook2cwgui.install b/ebook2cwgui.install
deleted file mode 100644
index 2eaa60550d51..000000000000
--- a/ebook2cwgui.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}