mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 03:30:32 -04:00
- application translated to English and Italian languages - completely rewritten configuration subsystem - code separated into two subprojects: libqnapi and gui - selecting target format/extension from command line interface - #65 - fixed problem with color information loss during subtitles conversion - #100 - Linux x86_64 AppImage binary available
18 lines
627 B
INI
18 lines
627 B
INI
--- qnapi.pro.orig 2017-05-19 16:50:58 UTC
|
|
+++ qnapi.pro
|
|
@@ -12,14 +12,7 @@ unix {
|
|
target.files += qnapi
|
|
target.path = $${INSTALL_PREFIX}/bin
|
|
doc.path = $${INSTALL_PREFIX}/share/doc/qnapi
|
|
- doc.files = doc/ChangeLog \
|
|
- doc/LICENSE \
|
|
- doc/LICENSE-pl \
|
|
- doc/COPYRIGHT \
|
|
- doc/qnapi-download.desktop \
|
|
- doc/qnapi-scan.desktop \
|
|
- doc/qnapi-download.schemas \
|
|
- doc/qnapi-scan.schemas
|
|
+ doc.files = doc/ChangeLog
|
|
man.path = $${INSTALL_PREFIX}/share/man/man1/
|
|
man.files = doc/man/qnapi.1.gz
|
|
man_it.path = $${INSTALL_PREFIX}/share/man/it/man1/
|