pkgsrc-Users archive

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

Re: wip/dte 1.11.1 committer request



Hi J,

Jason Bacon <jtocino%gmx.com@localhost> wrote:

> wip/dte has a plist issue on both versions of Darwin I have running:
> 
> => Checking file-check results for dte-1.11.1
> ERROR: ************************************************************
> ERROR: The following files are in the PLIST but not in
> /Users/bacon/Pkgsrc/pkgsrc/wip/dte/work/.destdir/Users/bacon/Pkgsrc/pkg:
> ERROR:
> /Users/bacon/Pkgsrc/pkgsrc/wip/dte/work/.destdir/Users/bacon/Pkgsrc/pkg/share/applications/dte.desktop
> ERROR:
> /Users/bacon/Pkgsrc/pkgsrc/wip/dte/work/.destdir/Users/bacon/Pkgsrc/pkg/share/metainfo/dte.appdata.xml
> *** Error code 1

I think I remember reading something about dte.desktop... I can't
quite put my finger on it, however.

> editors/dte works, so committing this would be a regression.  I'll look
> into the plist issue when I have a moment.

It appears `gmake install` doesn't install them on Darwin probably
because .desktop files aren't normally used there (from my
experience).

From GNUmakefile:
```
ifneq "$(KERNEL)" "Darwin"
 install: install-desktop-file install-appstream
 uninstall: uninstall-desktop-file uninstall-appstream
endif
```
The reason this doesn't happen on editors/dte is because those don't
seem to be included at all in the PLIST.

Would it be okay if I added an exception for Darwin to the PLIST?

Kev


Home | Main Index | Thread Index | Old Index