summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-radio/xwxapt/files/xwxapt-2.9_missing_po_files.patch11
-rw-r--r--media-radio/xwxapt/xwxapt-2.9.ebuild3
2 files changed, 13 insertions, 1 deletions
diff --git a/media-radio/xwxapt/files/xwxapt-2.9_missing_po_files.patch b/media-radio/xwxapt/files/xwxapt-2.9_missing_po_files.patch
new file mode 100644
index 000000000000..01b80e7baac2
--- /dev/null
+++ b/media-radio/xwxapt/files/xwxapt-2.9_missing_po_files.patch
@@ -0,0 +1,11 @@
+# add missing po-files bug #631268
+--- po/POTFILES.in.orig 2013-12-02 08:01:31.000000000 +0100
++++ po/POTFILES.in 2017-10-02 16:58:22.048524697 +0200
+@@ -7,4 +7,7 @@
+ src/sound.c
+ src/support.c
+ src/utils.c
++src/aptsignal.c
++src/callback_func.c
++src/rtlsdr.c
+ xwxapt.glade
diff --git a/media-radio/xwxapt/xwxapt-2.9.ebuild b/media-radio/xwxapt/xwxapt-2.9.ebuild
index 40f26ed1177c..08bb575a0db2 100644
--- a/media-radio/xwxapt/xwxapt-2.9.ebuild
+++ b/media-radio/xwxapt/xwxapt-2.9.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-inherit autotools
+inherit autotools eutils
DESCRIPTION="GTK+ linux weather satellite APT image decoder software"
HOMEPAGE="http://www.qsl.net/5b4az/pages/apt.html"
@@ -24,6 +24,7 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
+ epatch "${FILESDIR}"/xwxapt-2.9_missing_po_files.patch
# create missing mkinstalldir and prepare package
glib-gettextize --force --copy || die "gettextize failed"
eautoreconf