### mate-control-center 1.21.2 * Translations update * require mate-settings-daemon-1.21.2 * keybindings: Add a key binding to toggle the microphone's mute status * keybindings: Add some key bindings to control volume quietly * Account for NULL error when we see G_IO_STATUS_EOF * typing-break: replace deprecated gdk_error_trap functions * tx: update translation sources * update hint for mouse double-click * keybindings: double click instead one click to edit keyboard shortcuts * mate-keybinding-properties: avoid deprecated 'gtk_widget_ensure_style' * added search option for mate-font-viewer * Load avatar-default as default image * for accounts service support * keybindings: Add a key binding to launch settings * Depend on mate-desktop 1.21.2 due to new gschema key * Fix spelling and grammar mistakes * update legal.xml * Use make functions for HELP_LINGUAS * tx: add m-c-c user-guide to transifex config * Add UI to control org.mate.accessibility-keyboard.stickykeys-latch-to-lock * use fixed size to show user icon * Add new api for EImageChooser * get/set user face icon use accounts service ### mate-control-center 1.21.1 * Translations update * require mate-desktop-1.21.1 * typing-break: Make images larger and load as surface * Mouse: include a toggle to enable or disable middlemouse paste * capplets/keybindings: avoid deprecated 'gdk_keymap_get_default' * display-capplet.ui: replace deprecations * libslab: code clean up * wm-common: replace deprecated gdk_error_trap functions * libslab: replace deprecated gtk_menu_popup * msd-input-helper: replace deprecated gdk_error_trap functions * mouse: replace deprecated gdk_error_trap functions ### mate-control-center 1.21.0 * Translations update * update mate-control-center.pot * bump required version of mate-menus * use new mate-menus api * use new api * use matemenu_tree_new * appearance: fixed more indents * appearance: fixed indentations * appearance: add buttons-have-icons switch * mouse: add middle button emulation switch * display-capplet: add css name for scrollarea * Change cursor-size to 24px * Scale cursor size for HiDPI when changing themes * Fix screen geometry to account for rotation when snapping. * Add auto-detect toggle switch * theme-util.c: fix segfault on attempt to delete custom theme * theme-thumbnail.c: avoid deprecated GtkButton:use-stock * avoid deprecated GtkStock * Remove useless parameter in mate_theme_install_real * theme-installer.c: add tips when reinstall a existed theme
50 lines
1.9 KiB
Makefile
50 lines
1.9 KiB
Makefile
# $NetBSD: Makefile,v 1.13 2019/01/16 15:05:54 youri Exp $
|
|
|
|
.include "../../meta-pkgs/mate/Makefile.common"
|
|
|
|
DISTNAME= mate-control-center-${VERSION:R}.2
|
|
CATEGORIES= sysutils
|
|
|
|
COMMENT= MATE Control Center
|
|
|
|
BUILD_DEPENDS+= itstool>=0:../../textproc/itstool
|
|
|
|
PKGCONFIG_OVERRIDE+= capplets/keybindings/mate-keybindings.pc.in
|
|
PKGCONFIG_OVERRIDE+= capplets/default-applications/mate-default-applications.pc.in
|
|
PKGCONFIG_OVERRIDE+= libslab/libslab.pc.in
|
|
PKGCONFIG_OVERRIDE+= libwindow-settings/mate-window-settings-2.0.pc.in
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
|
|
|
INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples/${PKGBASE}
|
|
|
|
MAKE_DIRS+= ${PKG_SYSCONFDIR}/xdg/menus
|
|
CONF_FILES+= ${PREFIX}/share/examples/${PKGBASE}/xdg/menus/matecc.menu \
|
|
${PKG_SYSCONFDIR}/xdg/menus/matecc.menu
|
|
|
|
.include "../../devel/glib2/schemas.mk"
|
|
|
|
.include "../../devel/libappindicator3/buildlink3.mk"
|
|
.include "../../x11/libmatekbd/buildlink3.mk"
|
|
.include "../../x11/mate-desktop/buildlink3.mk"
|
|
.include "../../x11/mate-menus/buildlink3.mk"
|
|
.include "../../wm/marco/buildlink3.mk"
|
|
.include "../../x11/mate-settings-daemon/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/pango/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../graphics/librsvg/buildlink3.mk"
|
|
.include "../../sysutils/dbus/buildlink3.mk"
|
|
.include "../../sysutils/dbus-glib/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../x11/libunique/buildlink3.mk"
|
|
.include "../../x11/libXi/buildlink3.mk"
|
|
.include "../../x11/libXcursor/buildlink3.mk"
|
|
.include "../../x11/libXft/buildlink3.mk"
|
|
.include "../../x11/libXxf86misc/buildlink3.mk"
|
|
.include "../../x11/libXScrnSaver/buildlink3.mk"
|
|
.include "../../x11/libICE/buildlink3.mk"
|
|
.include "../../databases/shared-mime-info/mimedb.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|