pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/enlightenment16



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Mon Aug 26 23:06:49 UTC 2024

Modified Files:
        pkgsrc/wm/enlightenment16: Makefile PLIST options.mk

Log Message:
enlightenment16: add dbus option


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/wm/enlightenment16/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/wm/enlightenment16/PLIST \
    pkgsrc/wm/enlightenment16/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/wm/enlightenment16/Makefile
diff -u pkgsrc/wm/enlightenment16/Makefile:1.37 pkgsrc/wm/enlightenment16/Makefile:1.38
--- pkgsrc/wm/enlightenment16/Makefile:1.37     Mon Aug 19 05:49:46 2024
+++ pkgsrc/wm/enlightenment16/Makefile  Mon Aug 26 23:06:49 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2024/08/19 05:49:46 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2024/08/26 23:06:49 gutteridge Exp $
 
 DISTNAME=      e16-1.0.30
+PKGREVISION=   1
 PKGNAME=       ${DISTNAME:S/e/enlightenment/}
 CATEGORIES=    wm x11
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=enlightenment/}
@@ -24,9 +25,6 @@ USE_PKGLOCALEDIR=     YES
 GNU_CONFIGURE=         YES
 MAKE_ENV+=             USER=${SHAREOWN}:${SHAREGRP}
 
-# TOOD: make this an option
-CONFIGURE_ARGS+=       --disable-dbus
-
 INSTALL_MAKE_FLAGS+=   sesmdir=${WRKDIR}/.tmp
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27

Index: pkgsrc/wm/enlightenment16/PLIST
diff -u pkgsrc/wm/enlightenment16/PLIST:1.3 pkgsrc/wm/enlightenment16/PLIST:1.4
--- pkgsrc/wm/enlightenment16/PLIST:1.3 Wed Aug 14 00:44:07 2024
+++ pkgsrc/wm/enlightenment16/PLIST     Mon Aug 26 23:06:49 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2024/08/14 00:44:07 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.4 2024/08/26 23:06:49 gutteridge Exp $
 bin/e16
 bin/edox
 bin/eesh
@@ -41,6 +41,7 @@ share/e16/menus/winops_size.menu
 share/e16/misc/Xclients.e16-gnome.sh
 share/e16/misc/Xclients.e16-kde.sh
 share/e16/misc/Xclients.e16.sh
+${PLIST.dbus}share/e16/misc/e16-dbus-cmd
 share/e16/misc/starte16
 share/e16/misc/starte16-gnome
 share/e16/misc/starte16-kde
Index: pkgsrc/wm/enlightenment16/options.mk
diff -u pkgsrc/wm/enlightenment16/options.mk:1.3 pkgsrc/wm/enlightenment16/options.mk:1.4
--- pkgsrc/wm/enlightenment16/options.mk:1.3    Fri Aug 28 03:12:26 2020
+++ pkgsrc/wm/enlightenment16/options.mk        Mon Aug 26 23:06:49 2024
@@ -1,15 +1,25 @@
-# $NetBSD: options.mk,v 1.3 2020/08/28 03:12:26 gutteridge Exp $
+# $NetBSD: options.mk,v 1.4 2024/08/26 23:06:49 gutteridge Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.enlightenment16
 
 PKG_OPTIONS_OPTIONAL_GROUPS=   sound
 PKG_OPTIONS_GROUP.sound=       pulseaudio alsa
 
-PKG_SUPPORTED_OPTIONS=         pango vera-ttf
-PKG_SUGGESTED_OPTIONS=         pango pulseaudio vera-ttf
+PKG_SUPPORTED_OPTIONS=         dbus pango vera-ttf
+PKG_SUGGESTED_OPTIONS=         dbus pango pulseaudio vera-ttf
 
 .include "../../mk/bsd.options.mk"
 
+PLIST_VARS+=   dbus
+
+.if !empty(PKG_OPTIONS:Mdbus)
+CONFIGURE_ARGS+=       --enable-dbus
+.include "../../sysutils/dbus/buildlink3.mk"
+PLIST.dbus=            yes
+.else
+CONFIGURE_ARGS+=       --disable-dbus
+.endif
+
 .if !empty(PKG_OPTIONS:Mpango)
 CONFIGURE_ARGS+=       --enable-pango
 .include "../../devel/pango/buildlink3.mk"



Home | Main Index | Thread Index | Old Index