pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/deforaos-panel deforaos-panel: fix PLIST



details:   https://anonhg.NetBSD.org/pkgsrc/rev/610f2de40f04
branches:  trunk
changeset: 380698:610f2de40f04
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jun 13 07:11:33 2022 +0000

description:
deforaos-panel: fix PLIST

diffstat:

 x11/deforaos-panel/PLIST      |  4 ++--
 x11/deforaos-panel/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (40 lines):

diff -r e14f50f49291 -r 610f2de40f04 x11/deforaos-panel/PLIST
--- a/x11/deforaos-panel/PLIST  Mon Jun 13 07:03:41 2022 +0000
+++ b/x11/deforaos-panel/PLIST  Mon Jun 13 07:11:33 2022 +0000
@@ -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/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
diff -r e14f50f49291 -r 610f2de40f04 x11/deforaos-panel/options.mk
--- a/x11/deforaos-panel/options.mk     Mon Jun 13 07:03:41 2022 +0000
+++ b/x11/deforaos-panel/options.mk     Mon Jun 13 07:11:33 2022 +0000
@@ -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 @@
 .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