diff options
Diffstat (limited to 'x11/mate-applets/files/patch-trashapplet_src_Makefile.am')
-rw-r--r-- | x11/mate-applets/files/patch-trashapplet_src_Makefile.am | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/x11/mate-applets/files/patch-trashapplet_src_Makefile.am b/x11/mate-applets/files/patch-trashapplet_src_Makefile.am deleted file mode 100644 index 1ff61fa36d7c..000000000000 --- a/x11/mate-applets/files/patch-trashapplet_src_Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ ---- trashapplet/src/Makefile.am.orig 2013-08-18 13:06:17.000000000 +0200 -+++ trashapplet/src/Makefile.am 2013-08-18 13:06:32.000000000 +0200 -@@ -3,16 +3,16 @@ - $(GIO_CFLAGS) \ - -DTRASH_MENU_UI_DIR=\""$(datadir)/mate-2.0/ui"\" - --libexec_PROGRAMS = trashapplet -+libexec_PROGRAMS = mate-trashapplet - --trashapplet_SOURCES = \ -+mate_trashapplet_SOURCES = \ - trashapplet.c \ - trash-empty.h \ - trash-empty.c \ - xstuff.c \ - xstuff.h - --trashapplet_LDADD = \ -+mate_trashapplet_LDADD = \ - $(MATE_APPLETS4_LIBS) \ - $(GIO_LIBS) \ - -lX11 |