From 11f4abbb214938d5cae56a57a5c7de8efe048ac9 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Sun, 20 Oct 2019 06:27:42 +0200 Subject: build: Drop Autotools --- data/Makefile.am | 57 ----------------------------------------- data/icons/120x120/Makefile.am | 4 --- data/icons/128x128/Makefile.am | 4 --- data/icons/32x32/Makefile.am | 4 --- data/icons/48x48/Makefile.am | 7 ----- data/icons/Makefile.am | 1 - data/icons/scalable/Makefile.am | 4 --- data/xml/Makefile.am | 26 ------------------- 8 files changed, 107 deletions(-) delete mode 100644 data/Makefile.am delete mode 100644 data/icons/120x120/Makefile.am delete mode 100644 data/icons/128x128/Makefile.am delete mode 100644 data/icons/32x32/Makefile.am delete mode 100644 data/icons/48x48/Makefile.am delete mode 100644 data/icons/Makefile.am delete mode 100644 data/icons/scalable/Makefile.am delete mode 100644 data/xml/Makefile.am (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am deleted file mode 100644 index bbd66585..00000000 --- a/data/Makefile.am +++ /dev/null @@ -1,57 +0,0 @@ -include $(top_srcdir)/common.am - -SUBDIRS = xml icons - -sysconf_DATA = rygel.conf - -if BUILD_UI -dist_shared_DATA = rygel-preferences.ui -endif - -# DBus service file -dbusservicedir = $(datadir)/dbus-1/services -dbusservice_in_files = org.gnome.Rygel1.service.in -dbusservice_DATA = $(dbusservice_in_files:.service.in=.service) - -# Rule to make the service file with bindir expanded -$(dbusservice_DATA): $(dbusservice_in_files) Makefile - @sed -e "s|\@bindir\@|$(bindir)|" $< > $@ - -# systemd service file -systemdservicedir = $(systemduserunitdir) -systemdservice_in_files = rygel.service.in -systemdservice_DATA = rygel.service - -# Rule to make the systemd service file with bindir expanded -$(systemdservice_DATA): rygel.service.in Makefile - $(AM_V_GEN) $(SED) -e "s|\@bindir\@|$(bindir)|" $< > $@ - -# Rule to create the .desktop files -desktop_in_files = $(srcdir)/rygel.desktop.in $(srcdir)/rygel-preferences.desktop.in -desktop_DATA = rygel.desktop rygel-preferences.desktop - -%.desktop.in : %.desktop.in.in - $(AM_V_GEN) sed -e 's|@VERSION[@]|$(VERSION)|g' $< > $@ - -%.desktop : %.desktop.in - $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ - -preset_DATA = $(srcdir)/presets/avenc_aac.prs \ - $(srcdir)/presets/avenc_mp2.prs \ - $(srcdir)/presets/avenc_mpeg2video.prs \ - $(srcdir)/presets/avenc_wmav1.prs \ - $(srcdir)/presets/avenc_wmv1.prs \ - $(srcdir)/presets/GstFaac.prs \ - $(srcdir)/presets/GstLameMP3Enc.prs \ - $(srcdir)/presets/GstMP4Mux.prs \ - $(srcdir)/presets/GstTwoLame.prs \ - $(srcdir)/presets/GstX264Enc.prs - -CLEANFILES = $(dbusservice_DATA) $(desktop_DATA) $(systemdservice_DATA) -EXTRA_DIST = $(dbusservice_in_files) \ - $(desktop_in_files) \ - rygel.desktop.in.in rygel-preferences.desktop.in.in \ - $(sysconf_DATA) \ - $(pixmaps_DATA) \ - $(preset_DATA) \ - $(systemdservice_in_files) diff --git a/data/icons/120x120/Makefile.am b/data/icons/120x120/Makefile.am deleted file mode 100644 index c4cafa5a..00000000 --- a/data/icons/120x120/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ -dlnaicondir = $(datadir)/rygel/icons/120x120 -dlnaicon_DATA = rygel.png rygel.jpg - -EXTRA_DIST = $(dlnaicon_DATA) diff --git a/data/icons/128x128/Makefile.am b/data/icons/128x128/Makefile.am deleted file mode 100644 index c553869d..00000000 --- a/data/icons/128x128/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ -icondir = $(datadir)/icons/hicolor/128x128/apps -icon_DATA = rygel.png - -EXTRA_DIST = $(icon_DATA) diff --git a/data/icons/32x32/Makefile.am b/data/icons/32x32/Makefile.am deleted file mode 100644 index 8bab3038..00000000 --- a/data/icons/32x32/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ -icondir = $(datadir)/icons/hicolor/32x32/apps -icon_DATA = rygel.png - -EXTRA_DIST = $(icon_DATA) diff --git a/data/icons/48x48/Makefile.am b/data/icons/48x48/Makefile.am deleted file mode 100644 index 4b4ec97a..00000000 --- a/data/icons/48x48/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -icondir = $(datadir)/icons/hicolor/48x48/apps -icon_DATA = rygel.png - -dlnaicondir = $(datadir)/rygel/icons/48x48 -dlnaicon_DATA = rygel.jpg rygel.png - -EXTRA_DIST = $(dlnaicon_DATA) diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am deleted file mode 100644 index f76f9b99..00000000 --- a/data/icons/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -SUBDIRS = 128x128 120x120 48x48 32x32 scalable diff --git a/data/icons/scalable/Makefile.am b/data/icons/scalable/Makefile.am deleted file mode 100644 index f9e6a197..00000000 --- a/data/icons/scalable/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ -icondir = $(datadir)/icons/hicolor/scalable/apps -icon_DATA = rygel-full.svg rygel.svg - -EXTRA_DIST = $(icon_DATA) diff --git a/data/xml/Makefile.am b/data/xml/Makefile.am deleted file mode 100644 index cad1ca73..00000000 --- a/data/xml/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ -xml_in_files = EnergyManagement.xml.in \ - MediaServer3.xml.in \ - MediaRenderer2.xml.in \ - RuihServer2.xml.in \ - ContentDirectory.xml.in \ - ContentDirectory-NoTrack.xml.in \ - ConnectionManager.xml.in \ - RemoteUIServerService.xml.in \ - AVTransport2.xml.in \ - RenderingControl2.xml.in \ - UIList.xml.in \ - BasicManagement2.xml.in \ - X_MS_MediaReceiverRegistrar1.xml.in - -xml_DATA = $(xml_in_files:.xml.in=.xml) - -# Strip newlines and leading spaces from XML files as not all devices like them -%.xml: %.xml.in - @$(SED) -re "s,^ +,,g" < $< | tr -d "\n" > $@ - -xmldir = $(datadir)/rygel/xml - -EXTRA_DIST = $(xml_in_files) MediaServer3.xml.in.in MediaRenderer2.xml.in.in RuihServer2.xml.in.in -CLEANFILES = $(xml_DATA) - -MAINTAINERCLEANFILES = Makefile.in MediaServer3.xml.in MediaRenderer2.xml.in RuihServer2.xml.in -- cgit v1.2.1