pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/deforaos-panel



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jun 13 07:11:33 UTC 2022

Modified Files:
        pkgsrc/x11/deforaos-panel: PLIST options.mk

Log Message:
deforaos-panel: fix PLIST


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/deforaos-panel/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/deforaos-panel/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/x11/deforaos-panel/PLIST
diff -u pkgsrc/x11/deforaos-panel/PLIST:1.9 pkgsrc/x11/deforaos-panel/PLIST:1.10
--- pkgsrc/x11/deforaos-panel/PLIST:1.9 Sat Jun 11 13:58:57 2022
+++ pkgsrc/x11/deforaos-panel/PLIST     Mon Jun 13 07:11:33 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2022/06/11 13:58:57 mef Exp $
+@comment $NetBSD: PLIST,v 1.10 2022/06/13 07:11:33 wiz Exp $
 bin/panel
 bin/panel-embed
 bin/panel-message
@@ -68,13 +68,13 @@ share/applications/org.defora.wifibrowse
 share/doc/Panel/COPYING
 share/doc/Panel/README.md
 share/doc/Panel/wpa_supplicant.conf
-share/gtk-doc/html/libDesktop/deprecated-api-index.html
 share/gtk-doc/html/Panel/Panel-applet.html
 share/gtk-doc/html/Panel/Panel-panel.html
 share/gtk-doc/html/Panel/Panel-window.html
 share/gtk-doc/html/Panel/Panel.devhelp2
 share/gtk-doc/html/Panel/api-index-full.html
 share/gtk-doc/html/Panel/ch01.html
+share/gtk-doc/html/Panel/deprecated-api-index.html
 share/gtk-doc/html/Panel/home.png
 share/gtk-doc/html/Panel/index.html
 share/gtk-doc/html/Panel/left-insensitive.png

Index: pkgsrc/x11/deforaos-panel/options.mk
diff -u pkgsrc/x11/deforaos-panel/options.mk:1.2 pkgsrc/x11/deforaos-panel/options.mk:1.3
--- pkgsrc/x11/deforaos-panel/options.mk:1.2    Tue May 17 18:01:28 2022
+++ pkgsrc/x11/deforaos-panel/options.mk        Mon Jun 13 07:11:33 2022
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2022/05/17 18:01:28 khorben Exp $
+# $NetBSD: options.mk,v 1.3 2022/06/13 07:11:33 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.deforaos-panel
 PKG_SUPPORTED_OPTIONS= embedded
@@ -6,5 +6,5 @@ PKG_SUPPORTED_OPTIONS=  embedded
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Membedded)
-DEFORAOS_CONFIGURE_MODE=embedded-debug
+DEFORAOS_CONFIGURE_MODE=       embedded-debug
 .endif



Home | Main Index | Thread Index | Old Index