mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
This MATE is still build agains GTK+2. Sort USES here and there. Replace mate-dialogs with zenity and mate-calc with galculator. This update fixes the following PR's: PR: 193942, 191885 Submitted by: Gustau Perez <gustau.perez@gmail.com> via Gnome devel repo Obtained from: gnome devel repo.
27 lines
1.1 KiB
Text
27 lines
1.1 KiB
Text
--- src/Makefile.in.orig 2014-12-05 20:08:03.156130485 +0100
|
|
+++ src/Makefile.in 2014-12-05 20:08:22.167129013 +0100
|
|
@@ -2304,21 +2304,21 @@
|
|
@GLIB_GENMARSHAL@ $< --prefix=gpm_marshal --header > $@
|
|
|
|
org.mate.PowerManager.h: org.mate.PowerManager.xml
|
|
- libtool --mode=execute dbus-binding-tool \
|
|
+ $(LIBTOOL) --mode=execute dbus-binding-tool \
|
|
--prefix=gpm_manager \
|
|
--mode=glib-server \
|
|
--output=org.mate.PowerManager.h \
|
|
$(srcdir)/org.mate.PowerManager.xml
|
|
|
|
org.mate.PowerManager.Backlight.h: org.mate.PowerManager.Backlight.xml
|
|
- libtool --mode=execute dbus-binding-tool \
|
|
+ $(LIBTOOL) --mode=execute dbus-binding-tool \
|
|
--prefix=gpm_backlight \
|
|
--mode=glib-server \
|
|
--output=org.mate.PowerManager.Backlight.h \
|
|
$(srcdir)/org.mate.PowerManager.Backlight.xml
|
|
|
|
org.mate.PowerManager.KbdBacklight.h: org.mate.PowerManager.KbdBacklight.xml
|
|
- libtool --mode=execute dbus-binding-tool \
|
|
+ $(LIBTOOL) --mode=execute dbus-binding-tool \
|
|
--prefix=gpm_kbd_backlight \
|
|
--mode=glib-server \
|
|
--output=org.mate.PowerManager.KbdBacklight.h \
|