FS#78284 - [f3d] package should install configuration files and other optional components

Attached to Project: Community Packages
Opened by Mathieu Westphal (GloW) - Saturday, 22 April 2023, 09:41 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Sunday, 23 April 2023, 05:36 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: F3D package should install configuration files and other optional components

F3D package rely on default configuration files to be installed on the system.
Other optional component should also be installed in order to be able to use the libf3d and to support thumbnails correctly.

Additional info:
* package version(s): 2.0.0
* config and/or log files etc.
* link to upstream bug report, if any

Steps to reproduce:

- run `f3d`
- axis is missing, filename hint is missing

To fix:

add the following in PKGBUILD:

```
package() {
cd "$srcdir/$_name/build"
DESTDIR="$pkgdir" cmake --install .
DESTDIR="$pkgdir" cmake --install . --component mimetypes
DESTDIR="$pkgdir" cmake --install . --component sdk
DESTDIR="$pkgdir" cmake --install . --component configuration
}
```


See the aur:

https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=f3d-git

This task depends upon

Closed by  Sven-Hendrik Haase (Svenstaro)
Sunday, 23 April 2023, 05:36 GMT
Reason for closing:  Fixed
Comment by Sven-Hendrik Haase (Svenstaro) - Sunday, 23 April 2023, 00:42 GMT
Please test now, rel-3.
Comment by Mathieu Westphal (GloW) - Sunday, 23 April 2023, 05:12 GMT
Indeed, fixed ! thanks !

Loading...