diff options
Diffstat (limited to 'x11/plank/Makefile')
-rw-r--r-- | x11/plank/Makefile | 25 |
1 files changed, 10 insertions, 15 deletions
diff --git a/x11/plank/Makefile b/x11/plank/Makefile index e5c759321aae..e15395c3de0e 100644 --- a/x11/plank/Makefile +++ b/x11/plank/Makefile @@ -1,5 +1,5 @@ PORTNAME= plank -DISTVERSION= 0.11.128 +DISTVERSION= 0.11.149 CATEGORIES= x11 MAINTAINER= daniel@shafer.cc @@ -14,32 +14,27 @@ LIB_DEPENDS= libbamf3.so:sysutils/bamf \ libgnome-menu-3.so:x11/gnome-menus RUN_DEPENDS= upower>0:sysutils/upower -USES= desktop-file-utils gettext-tools gnome localbase meson \ - pkgconfig vala:build xorg -USE_GNOME= glib20 gtk30 gdkpixbuf cairo libxml2 libwnck3 -USE_XORG= x11 xfixes xi - -CFLAGS+= -Wno-return-type -GLIB_SCHEMAS= net.launchpad.plank.gschema.xml - +USES= desktop-file-utils gettext-runtime gettext-tools gnome \ + meson pkgconfig vala:build xorg USE_GITHUB= yes GH_ACCOUNT= zquestz GH_PROJECT= plank-reloaded - -OPTIONS_SUB= yes - -OPTIONS_DEFINE= DBUSMENU -DBUSMENU_DESC= DBusMenu protocol +USE_GNOME= cairo gdkpixbuf glib20 gtk30 libwnck3 +GLIB_SCHEMAS= net.launchpad.plank.gschema.xml +USE_XORG= x11 xfixes xi MESON_ARGS= -Dproduction-release=true \ -Denable-apport=false \ -Denable-barriers=yes +OPTIONS_DEFINE= DBUSMENU +OPTIONS_SUB= yes +DBUSMENU_DESC= DBusMenu protocol DBUSMENU_LIB_DEPENDS= libdbusmenu-gtk3.so:devel/libdbusmenu DBUSMENU_MESON_YES= enable-dbusmenu post-patch: - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${LOCALBASE}|g' \ + @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/lib/Factories/ItemFactory.vala .include <bsd.port.mk> |