summaryrefslogtreecommitdiff
path: root/media-radio/xwxapt
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2017-10-02 17:11:30 +0200
committerThomas Beierlein <tomjbe@gentoo.org>2017-10-02 17:12:01 +0200
commit7766ab31f653214dc842ee61058fd137eee45eba (patch)
tree6d0f6bf5fa500d7bcf39169b04da865f1a677758 /media-radio/xwxapt
parentb65b2fa48ef6e149ef42e66cb229302369812d24 (diff)
downloadgentoo-7766ab31f653214dc842ee61058fd137eee45eba.tar.gz
gentoo-7766ab31f653214dc842ee61058fd137eee45eba.tar.xz
media-radio/xwxapt: Add missing po-files (Bug #631268)
Fix po-files missing from POTFILES.in. Now FEATURES=test works as expected. Thnx Toralf. Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'media-radio/xwxapt')
-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 00000000000..01b80e7baac
--- /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 40f26ed1177..08bb575a0db 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