aboutsummaryrefslogtreecommitdiffstats
path: root/x11/mate-applets/files/patch-multiload_Makefile.am
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-11-23 19:39:07 +0800
committerKoop Mast <kwm@FreeBSD.org>2013-11-23 19:39:07 +0800
commita236e2d0bfa53f22be02c6a4cc7b2cf730bc69e1 (patch)
tree000a9ce64a1e669ce72ebf4b639d75f2ef29c214 /x11/mate-applets/files/patch-multiload_Makefile.am
parentfdf023af8a1f19bbc7987f3abfb59c503eb6d52c (diff)
downloadfreebsd-ports-gnome-a236e2d0bfa53f22be02c6a4cc7b2cf730bc69e1.tar.gz
freebsd-ports-gnome-a236e2d0bfa53f22be02c6a4cc7b2cf730bc69e1.tar.zst
freebsd-ports-gnome-a236e2d0bfa53f22be02c6a4cc7b2cf730bc69e1.zip
Say hello to Mate 1.6.
Mate is a lite desktop forked from gnome2. Most of the work is done by Jeremy Messenger (mezz@). The only thing I did was update a few ports to later 1.6 release and attempting to keep up with ports infra changes. Resulting bugs are all mine. Mate is a sort of replacement for Gnome 2. So people wanting to keep a Gnome 2 like desktop should switch. Gnome 2 will be replaced by Gnome 3 in the near future. This switch will be announce with a transition time so people have more time to switch if they haven't already. This release was made possible by everyone that send friendly pokes to keep mate on my mind. Approved by: portmgr (bapt)
Diffstat (limited to 'x11/mate-applets/files/patch-multiload_Makefile.am')
-rw-r--r--x11/mate-applets/files/patch-multiload_Makefile.am23
1 files changed, 23 insertions, 0 deletions
diff --git a/x11/mate-applets/files/patch-multiload_Makefile.am b/x11/mate-applets/files/patch-multiload_Makefile.am
new file mode 100644
index 000000000000..318c1faa9f60
--- /dev/null
+++ b/x11/mate-applets/files/patch-multiload_Makefile.am
@@ -0,0 +1,23 @@
+--- multiload/Makefile.am.orig 2013-08-18 13:00:10.000000000 +0200
++++ multiload/Makefile.am 2013-08-18 13:00:34.000000000 +0200
+@@ -8,9 +8,9 @@
+ $(MATEDESKTOP_CFLAGS) \
+ $(GIO_CFLAGS)
+
+-libexec_PROGRAMS = multiload-applet-2
++libexec_PROGRAMS = mate-multiload-applet-2
+
+-multiload_applet_2_SOURCES = \
++mate_multiload_applet_2_SOURCES = \
+ global.h \
+ linux-proc.h \
+ load-graph.h \
+@@ -22,7 +22,7 @@
+ autoscaler.c \
+ autoscaler.h
+
+-multiload_applet_2_LDADD = \
++mate_multiload_applet_2_LDADD = \
+ $(MATE_APPLETS4_LIBS) \
+ $(GTOP_APPLETS_LIBS) \
+ $(MATEDESKTOP_LIBS) \