summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal2022-06-23 18:08:11 -0500
committerNeal2022-06-23 18:08:11 -0500
commitd64568eb45a3f30837e12f14e38ea1f1368e4a5d (patch)
tree305eb97eaf454e06069edbbf50e889903ca93c60
parent3561d8a1abcf3d4a183c4121e440707b1995b833 (diff)
downloadaur-d64568eb45a3f30837e12f14e38ea1f1368e4a5d.tar.gz
Fix build, remove translations patch
-rw-r--r--.SRCINFO4
-rw-r--r--0001_translations_fix.patch22
-rw-r--r--PKGBUILD5
3 files changed, 4 insertions, 27 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f21886f56c3..5007e9458cfa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wsjtx-git
pkgdesc = Software for Amateur Radio Weak-Signal Communication (JT9 and JT65)
- pkgver = r9132.d28164e92
- pkgrel = 3
+ pkgver = r9383.6744bc546
+ pkgrel = 1
url = http://physics.princeton.edu/pulsar/k1jt/wsjtx.html
arch = i686
arch = x86_64
diff --git a/0001_translations_fix.patch b/0001_translations_fix.patch
deleted file mode 100644
index 67e1c4a06780..000000000000
--- a/0001_translations_fix.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 69e3ae956..575cc1853 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1255,7 +1255,7 @@ set (LANGUAGES
- # doesn't need to be populated)
- en_GB # English UK
- es # Spanish
-- it # Italian
-+ #it # Italian
- ja # Japanese
- #no # Norwegian
- #pt # Portuguese
-@@ -1263,7 +1263,7 @@ set (LANGUAGES
- zh # Chinese
- zh_HK # Chinese per Hong Kong
- zh_TW # Chinese traditional
-- it # Italian
-+ #it # Italian
- )
- foreach (lang_ ${LANGUAGES})
- file (TO_NATIVE_PATH ${CMAKE_SOURCE_DIR}/translations/wsjtx_${lang_}.ts ts_)
diff --git a/PKGBUILD b/PKGBUILD
index 6889f3ba0b5f..452e75348e73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Thomas Gatzweiler <thomas.gatzweiler@gmail.com> wsjtx-svn maintainer
pkgname=wsjtx-git
-pkgver=r9132.d28164e92
-pkgrel=3
+pkgver=r9383.6744bc546
+pkgrel=1
pkgdesc='Software for Amateur Radio Weak-Signal Communication (JT9 and JT65)'
# change _wsjtx_tag to other versions such as wsjtx-2.5.0-rc1
_wsjtx_tag=master
@@ -24,7 +24,6 @@ pkgver() {
prepare() {
cd "$srcdir/${pkgname%-git}"
- patch -i ../../0001_translations_fix.patch
}
build() {