Hi Scott --
On 08/03/17 16:32, Heppler, J. Scott wrote:
I ran 'make update-plist' and the following bogus elements showed up
Scanning destdir
Getting old lists
1st pass identifying files
Attaching annotations
Sorting out destdir files
make-plist: Bogus element outside of every prefix: /etc/xdg
make-plist: Bogus element outside of every prefix: /etc/xdg/tint2
make-plist: Bogus element outside of every prefix: /etc/xdg/tint2/tint2rc
These elements exist in the fake build and are based on a CMakeLists.txt
entry:
install( TARGETS tint2 DESTINATION bin )
install( FILES tint2.svg DESTINATION
${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps )
install( FILES tint2.desktop DESTINATION
${CMAKE_INSTALL_DATADIR}/applications )
install( FILES themes/tint2rc DESTINATION /etc/xdg/tint2 )
Make a patch to change this line. Tell CMake to install this file to
share/examples/tint2 (this is where it was previously installed to
before your diff).
Then go back and re-add @sample to all the places you diff removed them.
Also, don't edit the @comment line with the RCS ID.
~Brian
install( FILES default_icon.png DESTINATION
${CMAKE_INSTALL_DATADIR}/tint2 )
/usr/ports/pobj/tint2../fake-amd64/etc/xdg/tint2/tint2rc
The porters handbook/special topics says to add the @sample entry
immediately after the entry, but for some reason the
../xdg/tint2/tint2rc entry is missing ?Stripped? from the PLIST.
So I'm confused about where to add the @sample PLIST entries