diff options
Diffstat (limited to 'x11-wm/muffin/Makefile')
-rw-r--r-- | x11-wm/muffin/Makefile | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/x11-wm/muffin/Makefile b/x11-wm/muffin/Makefile index 892b1a5db..505d2b289 100644 --- a/x11-wm/muffin/Makefile +++ b/x11-wm/muffin/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= muffin -PORTVERSION= 1.7.1 +PORTVERSION= 1.8.2 CATEGORIES= x11-wm gnome DIST_SUBDIR= gnome3 @@ -14,21 +14,23 @@ BUILD_DEPENDS= zenity>3.0.0:${PORTSDIR}/x11/zenity3 \ gsettings-desktop-schemas>=3.4.0:${PORTSDIR}/devel/gsettings-desktop-schemas LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ - libclutter-glx-1.so:${PORTSDIR}/graphics/clutter \ + libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter \ libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 RUN_DEPENDS= zenity>=3.0.0:${PORTSDIR}/x11/zenity3 +WRKSRC= ${WRKDIR}/linuxmint-muffin-60cab8b + USE_GITHUB= yes GH_ACCOUNT= linuxmint -GH_TAGNAME= 1.7.1 -GH_COMMIT= 4b36a9a +GH_TAGNAME= 1.8.2 +GH_COMMIT= aa1ef1d -NO_STAGE= yes USE_XORG= x11 xext xrandr xcomposite xcursor xinerama ice sm USE_PYTHON= 2.5+ -USES= gettext gmake pathfix +USES= gettext gmake pathfix pkgconfig USE_AUTOTOOLS= libtool autoconf automake -USE_GNOME= gnomehier gnomeprefix intlhack gtk30 gconf2 introspection:build +USE_GNOME= gconf2 gnomedocutils gnomehier gnomeprefix gtk30 \ + intlhack introspection:build USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -36,10 +38,11 @@ CONFIGURE_ENV= LIBS="-lexecinfo" CONFIGURE_ARGS= --enable-compile-warnings=maximum GLIB_SCHEMAS= org.cinnamon.muffin.gschema.xml -MAN1= muffin-message.1 muffin-theme-viewer.1 muffin-window-demo.1 \ - muffin.1 - pre-configure: @cd ${WRKSRC} && ${SH} autogen.sh +post-patch: + @${REINPLACE_CMD} -e 's|REQUIRED_AUTOMAKE_VERSION=1.10|REQUIRED_AUTOMAKE_VERSION=1.14|g' \ + ${WRKSRC}/autogen.sh + .include <bsd.port.mk> |