summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornot_anonymous2022-02-20 00:45:13 -0700
committernot_anonymous2022-02-20 00:45:13 -0700
commit46c365f1850d014d48e91fc78b3b5ea8ac301d62 (patch)
treed5502513ca03309301b18d089381822a6f3f764b
parent90587966a8d37994678307385211ee25258cb13d (diff)
downloadaur-46c365f1850d014d48e91fc78b3b5ea8ac301d62.tar.gz
Updated
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD16
-rw-r--r--tlf.desktop13
3 files changed, 18 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37886e69810e..73163d2c9096 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,21 @@
pkgbase = tlf
pkgdesc = Ham Radio networked logging and contest program - CLI
pkgver = 1.4.1
- pkgrel = 1
- url = https://tlf.github.com/
+ pkgrel = 2
+ url = https://tlf.github.io/
arch = i686
arch = x86_64
license = GPL
makedepends = autoconf
makedepends = automake
makedepends = pkg-config
+ makedepends = glib2
depends = hamlib
depends = xmlrpc-c
depends = hamradio-menus
+ depends = xfce4-terminal
optdepends = cwdaemon: transmitting cw
+ optdepends = winkeydaemon: transmitting cw
optdepends = cty: country files
optdepends = joe: editing qsos
optdepends = xplanet: mapped qso display
@@ -24,13 +27,12 @@ pkgbase = tlf
source = tlf.png
source = tlf.1
md5sums = 90a5525d163b5c1e923ab8be1da244e9
- md5sums = b83cca73cea288ed139993efceb245b5
+ md5sums = da6983e50a0326edc4788eb925545873
md5sums = f148583e02660cb430f638fd8f71f452
md5sums = b706428f41d32bd5f4f6f671057638c0
sha256sums = a5a4d0492d206fe67d324271c50c48801236a955c36edddc198289330cb17386
- sha256sums = cc7b5bcf825ea342d126a54a778c4f837ea0da4a12101383f99282041eb5d574
+ sha256sums = 42e0f46fccf340fd2e165488c9d2e92cf6f1449c6dfe4c6cc7aaff64f65b13b2
sha256sums = 0ddcde4f0dfa98540d4314660108ed49bfa0bc3d8b87cb46906dfd6f12be2497
sha256sums = 766253a6f4b1d7e0526366875a46e220d637665c3c44e551f8d3db4ed88aaf81
pkgname = tlf
-
diff --git a/PKGBUILD b/PKGBUILD
index 354bad2aeb22..991570460e0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,15 @@
pkgname=tlf
_author=Tlf
pkgver=1.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="Ham Radio networked logging and contest program - CLI"
arch=('i686' 'x86_64')
-url="https://tlf.github.com/"
+url="https://tlf.github.io/"
license=('GPL')
-depends=('hamlib' 'xmlrpc-c' 'hamradio-menus')
-makedepends=('autoconf' 'automake' 'pkg-config')
+depends=('hamlib' 'xmlrpc-c' 'hamradio-menus' 'xfce4-terminal')
+makedepends=('autoconf' 'automake' 'pkg-config' 'glib2')
optdepends=('cwdaemon: transmitting cw'
+ 'winkeydaemon: transmitting cw'
'cty: country files'
'joe: editing qsos'
'xplanet: mapped qso display'
@@ -19,7 +20,6 @@ optdepends=('cwdaemon: transmitting cw'
provides=('tlf')
conflicts=('tlf-git')
source=("https://github.com/$_author/$pkgname/archive/$pkgname-$pkgver.tar.gz"
-# http://sharon.esrac.ele.tue.nl/pub/linux/ham/tlf/nrau
$pkgname.desktop
$pkgname.png
$pkgname.1)
@@ -28,7 +28,7 @@ build() {
cd $srcdir/$pkgname-$pkgname-$pkgver
autoreconf --install
- ./configure --prefix=/usr --enable-hamlib --enable-fldigi-xmlrpc
+ CFLAGS=-Wno-error ./configure --prefix=/usr --enable-hamlib --enable-fldigi-xmlrpc
make || return 1
}
@@ -49,10 +49,10 @@ package() {
install -D -m 644 ../$pkgname.desktop $pkgdir/usr/share/applications
}
md5sums=('90a5525d163b5c1e923ab8be1da244e9'
- 'b83cca73cea288ed139993efceb245b5'
+ 'da6983e50a0326edc4788eb925545873'
'f148583e02660cb430f638fd8f71f452'
'b706428f41d32bd5f4f6f671057638c0')
sha256sums=('a5a4d0492d206fe67d324271c50c48801236a955c36edddc198289330cb17386'
- 'cc7b5bcf825ea342d126a54a778c4f837ea0da4a12101383f99282041eb5d574'
+ '42e0f46fccf340fd2e165488c9d2e92cf6f1449c6dfe4c6cc7aaff64f65b13b2'
'0ddcde4f0dfa98540d4314660108ed49bfa0bc3d8b87cb46906dfd6f12be2497'
'766253a6f4b1d7e0526366875a46e220d637665c3c44e551f8d3db4ed88aaf81')
diff --git a/tlf.desktop b/tlf.desktop
index 24c156f23436..0831a7831cde 100644
--- a/tlf.desktop
+++ b/tlf.desktop
@@ -1,14 +1,7 @@
[Desktop Entry]
Name=TLF
-Name[en_US]=TLF
Comment=CT Style Logging Program
-Comment[en_US]=CT Style Logging Program
-Encoding=UTF-8
-Exec=xterm -geometry 80x25 -fn -*-fixed-medium-r-*-*-24-*-*-*-*-*-iso8859-* tlf
-Icon=tlf.png
-MimeType=text/plain
-StartupNotify=true
+Exec=xfce4-terminal --geometry 80x25 -x tlf
+Icon=tlf
Type=Application
-Categories=Application;HamRadio
-X-DCOP-ServiceType=none
-X-KDE-SubstituteUID=false
+Categories=Education;HamRadio