freebsd-ports/audio/pragha/files/patch-plugins_Makefile.in
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

22 lines
911 B
Text

Remove 'gnome-media-keys' plugin, it requires sysutils/gnome-settings-daemon.
--- plugins/Makefile.in.orig 2015-09-23 23:30:18 UTC
+++ plugins/Makefile.in
@@ -192,7 +192,7 @@ am__define_uniq_tagged_files = \
done | $(am__uniquify_input)`
ETAGS = etags
CTAGS = ctags
-DIST_SUBDIRS = mpris2 gnome-media-keys song-info keybinder notify \
+DIST_SUBDIRS = mpris2 song-info keybinder notify \
devices removable-media mtp acoustid tunein dlna dlna-renderer \
cdrom lastfm
am__DIST_COMMON = $(srcdir)/Makefile.in
@@ -474,7 +474,7 @@ AM_CPPFLAGS = \
pluginincludedir = $(includedir)/pragha/plugins
plugininclude_HEADERS = pragha-plugin-macros.h
-SUBDIRS = mpris2 gnome-media-keys $(am__append_1) $(am__append_2) \
+SUBDIRS = mpris2 $(am__append_1) $(am__append_2) \
$(am__append_3) $(am__append_4) $(am__append_5) \
$(am__append_6) $(am__append_7) $(am__append_8) \
$(am__append_9) $(am__append_10)