File: disable-po-update.patch

package info (click to toggle)
vdr-plugin-remote 0.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 300 kB
  • ctags: 173
  • sloc: ansic: 1,561; makefile: 92; sh: 20
file content (17 lines) | stat: -rw-r--r-- 770 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: vdr-plugin-remote-0.7.0/Makefile
===================================================================
--- vdr-plugin-remote-0.7.0.orig/Makefile	2015-09-20 01:39:34.000000000 +0200
+++ vdr-plugin-remote-0.7.0/Makefile	2015-09-24 23:56:36.177474831 +0200
@@ -160,9 +160,9 @@
 $(I18Npot): $(wildcard *.c)
 	xgettext -C -cTRANSLATORS --no-wrap -F -k -ktr -ktrNOOP --package-name=vdr-$(PLUGIN) --package-version=$(VERSION) --msgid-bugs-address='<o.endriss@gmx.de>' -o $@ `ls $^`
 
-%.po: $(I18Npot)
-	msgmerge -U --no-wrap --no-location --backup=none -q -N $@ $<
-	@touch $@
+#%.po: $(I18Npot)
+#	msgmerge -U --no-wrap --no-location --backup=none -q -N $@ $<
+#	@touch $@
 
 $(I18Nmsgs): $(LOCDIR)/%/LC_MESSAGES/vdr-$(PLUGIN).mo: $(PODIR)/%.mo
 	install -D -m644 $< $@