pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/fvwm wm/fvwm: enable xft2, xcursor and xrender supp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/96bcfd5e8fef
branches:  trunk
changeset: 428184:96bcfd5e8fef
user:      nikita <nikita%pkgsrc.org@localhost>
date:      Sat Apr 25 19:22:15 2020 +0000

description:
wm/fvwm: enable xft2, xcursor and xrender support by default

diffstat:

 wm/fvwm/Makefile   |  5 ++---
 wm/fvwm/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs (35 lines):

diff -r b470cff5b073 -r 96bcfd5e8fef wm/fvwm/Makefile
--- a/wm/fvwm/Makefile  Sat Apr 25 19:20:06 2020 +0000
+++ b/wm/fvwm/Makefile  Sat Apr 25 19:22:15 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.46 2020/04/25 19:06:59 nikita Exp $
+# $NetBSD: Makefile,v 1.47 2020/04/25 19:22:15 nikita Exp $
 
 DISTNAME=      fvwm-${FVWM_VER}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    x11 wm
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fvwmorg/}
 GITHUB_RELEASE=        ${FVWM_VER}
@@ -23,7 +23,6 @@
 INSTALLATION_DIRS+=    lib/X11/fvwm2/pixmaps
 INSTALLATION_DIRS+=    ${PKGMANDIR}/man1
 
-# \todo: Add support for Xft2
 # \todo: build with debug(or dbug?) to see fvwm console etc
 # \todo: look into more configure options
 CONFIGURE_ARGS+=       --sysconfdir=${PREFIX}/lib/X11/fvwm2
diff -r b470cff5b073 -r 96bcfd5e8fef wm/fvwm/options.mk
--- a/wm/fvwm/options.mk        Sat Apr 25 19:20:06 2020 +0000
+++ b/wm/fvwm/options.mk        Sat Apr 25 19:22:15 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.5 2020/02/26 18:09:40 nia Exp $
+# $NetBSD: options.mk,v 1.6 2020/04/25 19:22:15 nikita Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.fvwm
 PKG_SUPPORTED_OPTIONS=         gtk xrender xcursor xft2 fribidi debug svg
-PKG_SUGGESTED_OPTIONS+=                svg
+PKG_SUGGESTED_OPTIONS+=                svg xft2 xrender xcursor
 PKG_OPTIONS_LEGACY_VARS+=      FVWM2_USE_GTK:gtk
 
 .include "../../mk/bsd.options.mk"



Home | Main Index | Thread Index | Old Index