Added qt-4.5.3 build template.

--HG--
extra : convert_revision : b8b4a237bece5c4dd0a33dc5d4c352e306b0ef35
This commit is contained in:
Juan RP
2009-12-29 23:17:58 +01:00
parent be6bc2332e
commit 044314e928
23 changed files with 370 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# Template file for 'qt-qtconfig'.
#
short_desc="Qt configuration tool"
long_desc="${long_desc}
The Qt Configuration program allows end users to configure the look
and behavior of any Qt application."
gtk_iconcache_dirs="/usr/share/icons/hicolor"
Add_dependency run hicolor-icon-theme
Add_dependency run qt-plugin-gstreamer
Add_dependency run qt
do_install()
{
mkdir -p ${DESTDIR}/usr/bin ${DESTDIR}/usr/share/applications
mv ${SRCPKGDESTDIR}/usr/bin/qtconfig \
${DESTDIR}/usr/bin || return 1
mv ${SRCPKGDESTDIR}/usr/share/applications/qtconfig.desktop \
${DESTDIRR}/usr/share/applications || return 1
}