mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
9dfd97607b
Magpie is a new dependency for the upcoming x11/budgie update. ChangeLog: https://github.com/BuddiesOfBudgie/magpie/releases/tag/v0.9.2 * Add x11-wm/magpie (component for the new stable release of x11/budgie-desktop) * Add patches from bug #271823 and bug #271824 (tested with mutter 43.x and 44.x) * Add support in Mk/Uses/budgie.mk PR: 273268 Reported by: duchateau.olivier@gmail.com (maintainer)
58 lines
1.9 KiB
Makefile
58 lines
1.9 KiB
Makefile
PORTNAME= magpie
|
|
DISTVERSION= 0.9.2
|
|
CATEGORIES= x11-wm budgie
|
|
MASTER_SITES= BUDGIE
|
|
|
|
MAINTAINER= duchateau.olivier@gmail.com
|
|
COMMENT= X11 window manager and compositor library for Budgie desktop
|
|
WWW= https://github.com/BuddiesOfBudgie/magpie
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
|
|
gnome-settings-daemon>0:sysutils/gnome-settings-daemon \
|
|
gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas \
|
|
xkeyboard-config>0:x11/xkeyboard-config \
|
|
zenity>0:x11/zenity
|
|
LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3 \
|
|
libcanberra.so:audio/libcanberra \
|
|
libgudev-1.0.so:devel/libgudev \
|
|
libdrm.so:graphics/libdrm \
|
|
libinput.so:x11/libinput \
|
|
libgbm.so:graphics/mesa-libs \
|
|
libfontconfig.so:x11-fonts/fontconfig \
|
|
libfreetype.so:print/freetype2 \
|
|
libfribidi.so:converters/fribidi \
|
|
libgraphene-1.0.so:graphics/graphene \
|
|
libjson-glib-1.0.so:devel/json-glib \
|
|
libstartup-notification-1.so:x11/startup-notification \
|
|
libupower-glib.so:sysutils/upower \
|
|
libxkbcommon.so:x11/libxkbcommon \
|
|
libxkbfile.so:x11/libxkbfile \
|
|
liblcms2.so:graphics/lcms2 \
|
|
libdbus-1.so:devel/dbus \
|
|
libcolord.so:graphics/colord
|
|
RUN_DEPENDS= gnome-settings-daemon>0:sysutils/gnome-settings-daemon \
|
|
gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas \
|
|
xkeyboard-config>0:x11/xkeyboard-config \
|
|
zenity>0:x11/zenity
|
|
|
|
USES= budgie compiler:c++0x gettext gl gnome localbase meson \
|
|
pkgconfig tar:xz xorg
|
|
USE_GL= egl gbm
|
|
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 introspection:build
|
|
USE_LDCONFIG= yes
|
|
USE_XORG= ice sm x11 xau xcb xcomposite xcursor xdamage xext xfixes xi \
|
|
xinerama xrandr xrender xtst
|
|
MESON_ARGS= -Dopengl_libname=libGL.so \
|
|
-Dgles2_libname=libGLESv2 \
|
|
-Dsystemd=false \
|
|
-Dnative_backend=false \
|
|
-Dremote_desktop=false \
|
|
-Dlibwacom=false \
|
|
-Dprofiler=false
|
|
CFLAGS+= -Wno-format-nonliteral
|
|
CPPFLAGS+= -fno-omit-frame-pointer
|
|
|
|
.include <bsd.port.mk>
|