mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Install desktop files
This commit is contained in:
parent
3f486edd14
commit
dac0e9206a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285313
@ -8,6 +8,7 @@
|
||||
|
||||
PORTNAME= assistant
|
||||
DISTVERSION= ${QT4_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES?= devel
|
||||
PKGNAMEPREFIX= qt4-
|
||||
|
||||
@ -28,6 +29,10 @@ CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH
|
||||
MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib:$$LD_LIBRARY_PATH \
|
||||
PATH=${WRKSRC}/bin:$$PATH
|
||||
|
||||
DESKTOP_ENTRIES="Qt Assistant" "${COMMENT}" \
|
||||
"${PREFIX}/share/pixmaps/assistant-qt4.png" \
|
||||
"${PREFIX}/bin/assistant-qt4" "" false
|
||||
|
||||
DO_NOT_EXTRACT= demos doc examples mkspecs qmake translations \
|
||||
src/activeqt src/dbus src/multimedia src/opengl src/openvg \
|
||||
src/phonon src/qt3support src/s60installs src/s60main \
|
||||
@ -55,4 +60,8 @@ pre-configure:
|
||||
${LN} -sf ${LOCALBASE}/bin/uic-qt4 ${WRKSRC}/bin/uic
|
||||
${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/bin/rcc
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${BUILD_WRKSRC}/images/assistant-128.png \
|
||||
${PREFIX}/share/pixmaps/assistant-qt4.png
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
bin/assistant-qt4
|
||||
%%DEBUG%%bin/assistant-qt4.debug
|
||||
share/pixmaps/assistant-qt4.png
|
||||
|
@ -8,6 +8,7 @@
|
||||
|
||||
PORTNAME= designer
|
||||
DISTVERSION= ${QT4_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES?= devel
|
||||
PKGNAMEPREFIX= qt4-
|
||||
|
||||
@ -31,6 +32,11 @@ ALL_TARGET= first
|
||||
CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH
|
||||
MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib:$$LD_LIBRARY_PATH \
|
||||
PATH=${WRKSRC}/bin:$$PATH
|
||||
|
||||
DESKTOP_ENTRIES="Qt Designer" "${COMMENT}" \
|
||||
"${PREFIX}/share/pixmaps/designer-qt4.png" \
|
||||
"${PREFIX}/bin/designer-qt4" "" false
|
||||
|
||||
DO_NOT_EXTRACT= demos doc examples mkspecs qmake translations \
|
||||
src/activeqt src/dbus src/multimedia src/opengl src/openvg \
|
||||
src/s60installs src/s60main src/scripttools src/sql src/svg \
|
||||
@ -71,4 +77,8 @@ pre-install:
|
||||
${BUILD_WRKSRC}/src/uitools/Makefile \
|
||||
${BUILD_WRKSRC}/src/components/lib/Makefile
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${BUILD_WRKSRC}/src/designer/images/designer.png \
|
||||
${PREFIX}/share/pixmaps/designer-qt4.png
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -107,6 +107,7 @@ lib/qt4/libQtUiTools.prl
|
||||
libdata/pkgconfig/QtDesigner.pc
|
||||
libdata/pkgconfig/QtDesignerComponents.pc
|
||||
libdata/pkgconfig/QtUiTools.pc
|
||||
share/pixmaps/designer-qt4.png
|
||||
@dirrmtry %%QT_PLUGINDIR_REL%%/designer
|
||||
@dirrmtry %%QT_PLUGINDIR_REL%%
|
||||
@dirrmtry lib/qt4
|
||||
|
@ -8,6 +8,7 @@
|
||||
|
||||
PORTNAME= linguist
|
||||
DISTVERSION= ${QT4_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES?= devel
|
||||
PKGNAMEPREFIX= qt4-
|
||||
|
||||
@ -28,6 +29,10 @@ CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH
|
||||
MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib:$$LD_LIBRARY_PATH \
|
||||
PATH=${WRKSRC}/bin:$$PATH
|
||||
|
||||
DESKTOP_ENTRIES="Qt Linguist" "${COMMENT}" \
|
||||
"${PREFIX}/share/pixmaps/linguist-qt4.png" \
|
||||
"${PREFIX}/bin/linguist-qt4" "" false
|
||||
|
||||
DO_NOT_EXTRACT= demos doc examples mkspecs qmake translations \
|
||||
src/activeqt src/dbus src/multimedia src/network src/opengl \
|
||||
src/openvg src/phonon src/qt3support src/s60installs \
|
||||
@ -56,4 +61,8 @@ pre-configure:
|
||||
${LN} -sf ${LOCALBASE}/bin/uic-qt4 ${WRKSRC}/bin/uic
|
||||
${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/bin/rcc
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${BUILD_WRKSRC}/linguist/images/icons/linguist-128-32.png \
|
||||
${PREFIX}/share/pixmaps/linguist-qt4.png
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -6,6 +6,7 @@ bin/lrelease-qt4
|
||||
%%DEBUG%%bin/lrelease-qt4.debug
|
||||
bin/lupdate-qt4
|
||||
%%DEBUG%%bin/lupdate-qt4.debug
|
||||
share/pixmaps/linguist-qt4.png
|
||||
share/qt4/phrasebooks/danish.qph
|
||||
share/qt4/phrasebooks/dutch.qph
|
||||
share/qt4/phrasebooks/finnish.qph
|
||||
|
Loading…
Reference in New Issue
Block a user