pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/orca



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Dec  3 12:10:38 UTC 2024

Modified Files:
        pkgsrc/misc/orca: Makefile PLIST

Log Message:
orca: Fix desktop file handling.


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/misc/orca/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/misc/orca/PLIST

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

Modified files:

Index: pkgsrc/misc/orca/Makefile
diff -u pkgsrc/misc/orca/Makefile:1.73 pkgsrc/misc/orca/Makefile:1.74
--- pkgsrc/misc/orca/Makefile:1.73      Sun Nov 17 07:16:26 2024
+++ pkgsrc/misc/orca/Makefile   Tue Dec  3 12:10:38 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2024/11/17 07:16:26 wiz Exp $
+# $NetBSD: Makefile,v 1.74 2024/12/03 12:10:38 jperkin Exp $
 
 DISTNAME=      orca-46.2
 PKGREVISION=   1
@@ -23,6 +23,11 @@ USE_TOOLS+=  msgfmt msgmerge xgettext
 
 CHECK_PORTABILITY_SKIP+=       run_pylint.sh.in
 
+MESON_ARGS+=   --sysconfdir=share/examples
+
+CONF_FILES+=   share/examples/xdg/autostart/orca-autostart.desktop \
+               ${PKG_SYSCONFDIR}/xdg/autostart/orca.desktop
+
 .include "../../devel/meson/build.mk"
 .include "../../devel/glib2/schemas.mk"
 .include "../../audio/speech-dispatcher/buildlink3.mk"

Index: pkgsrc/misc/orca/PLIST
diff -u pkgsrc/misc/orca/PLIST:1.11 pkgsrc/misc/orca/PLIST:1.12
--- pkgsrc/misc/orca/PLIST:1.11 Sun Oct 20 14:10:55 2024
+++ pkgsrc/misc/orca/PLIST      Tue Dec  3 12:10:38 2024
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.11 2024/10/20 14:10:55 wiz Exp $
+@comment $NetBSD: PLIST,v 1.12 2024/12/03 12:10:38 jperkin Exp $
 bin/orca
-etc/xdg/autostart/orca-autostart.desktop
 ${PYSITELIB}/orca/__init__.py
 ${PYSITELIB}/orca/__init__.pyc
 ${PYSITELIB}/orca/acss.py
@@ -376,6 +375,7 @@ ${PYSITELIB}/orca/text_attribute_names.p
 ${PYSITELIB}/orca/where_am_i_presenter.py
 ${PYSITELIB}/orca/where_am_i_presenter.pyc
 man/man1/orca.1
+share/examples/xdg/autostart/orca-autostart.desktop
 share/help/C/orca/commands.page
 share/help/C/orca/commands_bookmarks.page
 share/help/C/orca/commands_braille.page



Home | Main Index | Thread Index | Old Index