From bccf38ab8a7cbb10ded3c7cf4cade5a4b1d8d1d3 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Fri, 2 Nov 2018 17:16:17 -0400 Subject: build: Drop intltool for gettext --- data/Makefile.am | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'data/Makefile.am') diff --git a/data/Makefile.am b/data/Makefile.am index 2bddf1c..ad5c5cd 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,15 +1,19 @@ SUBDIRS = icons +%.desktop: %.desktop.in + $(AM_V_GEN)$(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ + desktop_in_files = io.github.TransmissionRemoteGtk.desktop.in desktop_FILES = $(desktop_in_files:.desktop.in=.desktop) -@INTLTOOL_DESKTOP_RULE@ @DESKTOP_FILE_RULES@ +%.appdata.xml: %.appdata.xml.in + $(AM_V_GEN)$(MSGFMT) --xml --template $< -d $(top_srcdir)/po -o $@ + appstream_in_files = io.github.TransmissionRemoteGtk.appdata.xml.in appstream_XML = $(appstream_in_files:.xml.in=.xml) -@INTLTOOL_XML_RULE@ @APPSTREAM_XML_RULES@ EXTRA_DIST = $(desktop_in_files) $(appstream_in_files) -DISTCLEANFILES = $(desktop_FILES) $(appstream_XML) +CLEANFILES = $(desktop_FILES) $(appstream_XML) -- cgit v1.2.3