c5e7f95ac7
Change log: ### marco 1.22.4 * update translations * Revert "compositor: fix possible crash closing/destroying window" * theme.c: Fix window control hidpi rendering for all themes. * theme: Render window control buttons and icons as surfaces ### marco 1.22.3 * update translations * frames: bump priority of style providers * window: add _GTK_THEME_VARIANT to initial window properties * frames: apply modified hack from Mutter/Metacity * frames: avoid infinite loop on the variants GList * frames: use style_updated instead of style_set * Fixed moving windows to edges to work with CSD clients. * window: Update allowed action hints * build: Remove rationales.txt from EXTRA_DIST target * Fix use of RBGA visual in frame.c when compositing is not in use * drop old and obsolete rationales.txt * boxes: Actually check for rectangle containment
23 lines
733 B
Makefile
23 lines
733 B
Makefile
# $NetBSD: Makefile,v 1.20 2019/12/16 04:09:42 gutteridge Exp $
|
|
|
|
.include "../../meta-pkgs/mate/Makefile.common"
|
|
|
|
DISTNAME= marco-${VERSION:R}.4
|
|
CATEGORIES= wm
|
|
|
|
COMMENT= Fork of GNOME Metacity
|
|
|
|
USE_LANGUAGES= c99
|
|
|
|
BUILD_DEPENDS+= gdk-pixbuf2-[0-9]*:../../graphics/gdk-pixbuf2
|
|
TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
|
|
TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 # for xmllint
|
|
DEPENDS+= zenity-[0-9]*:../../x11/zenity
|
|
|
|
PKGCONFIG_OVERRIDE+= src/libmarco-private.pc.in
|
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../audio/libcanberra/buildlink3.mk"
|
|
.include "../../sysutils/libgtop/buildlink3.mk"
|
|
.include "../../x11/startup-notification/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|