pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/meta-pkgs/deforaos-desktop
Module Name: pkgsrc
Committed By: nia
Date: Sat Aug 3 09:59:04 UTC 2024
Modified Files:
pkgsrc/meta-pkgs/deforaos-desktop: Makefile
Log Message:
deforaos-desktop: Only include deforaos-coder when X11_TYPE=modular
It tries to build xephyr which does not work with native xorg.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/meta-pkgs/deforaos-desktop/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/meta-pkgs/deforaos-desktop/Makefile
diff -u pkgsrc/meta-pkgs/deforaos-desktop/Makefile:1.14 pkgsrc/meta-pkgs/deforaos-desktop/Makefile:1.15
--- pkgsrc/meta-pkgs/deforaos-desktop/Makefile:1.14 Mon May 24 19:53:04 2021
+++ pkgsrc/meta-pkgs/deforaos-desktop/Makefile Sat Aug 3 09:59:04 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2021/05/24 19:53:04 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2024/08/03 09:59:04 nia Exp $
#
DISTNAME= deforaos-desktop-2020.1.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= meta-pkgs x11
MASTER_SITES= # empty
@@ -13,9 +13,13 @@ LICENSE= gnu-gpl-v3
META_PACKAGE= yes
+.include "../../mk/bsd.prefs.mk"
+
DEPENDS+= deforaos-browser>=0.5.3:../../sysutils/deforaos-browser
DEPENDS+= deforaos-camera>=0.3.0:../../graphics/deforaos-camera
+.if ${X11_TYPE} == "modular"
DEPENDS+= deforaos-coder>=0.3.0:../../devel/deforaos-coder
+.endif
DEPENDS+= deforaos-editor>=0.4.1:../../editors/deforaos-editor
DEPENDS+= deforaos-icon-theme>=0.1.3:../../graphics/deforaos-icon-theme
DEPENDS+= deforaos-integration>=0.1.0:../../x11/deforaos-integration
Home |
Main Index |
Thread Index |
Old Index