b28f497285
Update totem to 3.14 now that we have gstreamer 1.4 and minor gnome updates. Update evolution suite to 3.12.9. Make sure gtk30 pulls in adwait-icon-theme, since it now the default theme [3]. PR: 195290 [1], 195289 [2], 195455 [3] Obtained from: gnome devel repo
40 lines
1.4 KiB
Makefile
40 lines
1.4 KiB
Makefile
# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cinnamon-session
|
|
PORTVERSION= 2.4.1
|
|
CATEGORIES= x11 gnome
|
|
MASTER_SITES= http://github.com/linuxmint/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Session component for the cinnamon desktop
|
|
|
|
BUILD_DEPENDS= gnome-autogen.sh:${PORTSDIR}/devel/gnome-common
|
|
LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
|
|
libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \
|
|
libupower-glib.so:${PORTSDIR}/sysutils/upower \
|
|
libcanberra.so:${PORTSDIR}/audio/libcanberra
|
|
RUN_DEPENDS= console-kit-daemon:${PORTSDIR}/sysutils/consolekit \
|
|
xdpyinfo:${PORTSDIR}/x11/xdpyinfo
|
|
|
|
USES= autoreconf:build execinfo gettext gmake libtool \
|
|
pathfix pkgconfig tar:xz
|
|
USE_GNOME= gnomeprefix gtk30 intlhack
|
|
USE_XORG= ice sm xau xext xtst xrender xtrans xcomposite
|
|
USE_GL= gl
|
|
INSTALLS_ICONS= yes
|
|
GNU_CONFIGURE= yes
|
|
PATHFIX_MAKEFILEIN= Makefile.am
|
|
CONFIGURE_ARGS= --disable-docbook-docs
|
|
CPPFLAGS+= -I${LOCALBASE}/include -Wno-error=format-nonliteral -Wno-error=implicit-function-declaration
|
|
CFLAGS+= -I${LOCALBASE}/include -Wno-error=format-nonliteral -Wno-error=implicit-function-declaration
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
INSTALL_TARGET= install-strip
|
|
|
|
GLIB_SCHEMAS= org.cinnamon.SessionManager.gschema.xml
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && ${SETENV} NOCONFIGURE=yes ${SH} ./autogen.sh
|
|
|
|
.include <bsd.port.mk>
|