From ecf6a1fe8c02dc7d47ad93f42fc0ae3c510d689b Mon Sep 17 00:00:00 2001 From: rhatto Date: Thu, 30 Apr 2009 20:22:06 +0000 Subject: qt4: adding mkbuild ; adding tracwikiprint and dependencies git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@445 18ef50b8-d735-4ccd-97c1-689132df3dd9 --- x11/libs/qt4/Manifest | 23 +++++ x11/libs/qt4/qt4.mkbuild | 233 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 256 insertions(+) create mode 100644 x11/libs/qt4/Manifest create mode 100644 x11/libs/qt4/qt4.mkbuild (limited to 'x11') diff --git a/x11/libs/qt4/Manifest b/x11/libs/qt4/Manifest new file mode 100644 index 0000000..aa6a4f7 --- /dev/null +++ b/x11/libs/qt4/Manifest @@ -0,0 +1,23 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST qt-x11-opensource-src-4.4.3.tar.gz 112939803 MD5 376c003317c4417326ba2116370227d0 RMD160 49de53663a86785f88236bdeca6db8ee96a37db8 SHA1 a883e913e69a418e3cfcfecefe4f82c4e091c4bd SHA256 79ea9fb46d75c3759e3e98ab0064a47eaa5bdbbc2a53d923d60bd8e9cd0bc5c6 SHA512 4c60008992476ece98f5ba69d30597f52b237840f6a300bba8d34b647b94016a057372e45c5afd38bcbfa6f5c3fb9e0e3eb351d601433b34e79851c3a75f8808 +MKBUILD qt4.mkbuild 6555 MD5 56b5adc95374a71d63558e210144dc40 RMD160 997a36cfb5fb0f6480d055d8e2d0c8c9109e5abe SHA1 088600b879df5ecddd7d0837a63827227c3e8b51 SHA256 bae8556ea0b9765fd6959b96e7300ed3cb7e79764506d15feefb86bd091bff18 SHA512 c2d587b1070a6c58ee278ffdddfb7fb501121f507b2ec9390d5e4a4b15ef3a0bab33dc2bdc1319c15c92420888bd9778dc9e25ab936c6227fdd1e8db4b1c183d +SLACKBUILD qt4.SlackBuild 8231 MD5 37fe4eeff5a2e298893f0ab5b5d7c714 RMD160 8be69c01faf83dca953155137a9a22e16993d562 SHA1 d6ff10421300b34a3a497edf68fac808cd37b61c SHA256 a07e562cefb1228bd1f8cd4a13d623606769c47b49a3e8b99c2b4bb5de375506 SHA512 6575ac0fd3614c6462b9b90a4e3289af6cf177953327067ca4d502acdc2a782ae5e2ab9d16953749ce7fbb4edbc5960dfd1e575c3ae89304815379a614eea314 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iQIcBAEBAgAGBQJJ+daXAAoJEEHL93ESzgeiF5wP/iaFG9F4R82JShqL30I1oXcr +nOConhgwjm6cNDLz7iMTTuyGTnDQHzuXQSFOyIWb7ETr41T17mW98dBFDZNuP7Zi +Z/daf7x41fiQ+L8Nwn1G+hu/NixmK5BlUR5DITMelfO1oOzKOqnZIf7W+dkY2LYy +tQWSKogxzTzNATBCuF/wVsARBe93+B92jtsR1PaY445t0OtryMUtg0QnBiCJVFXZ +SDt33ZzurBURtv9EzXUhImaxxw+AuzZEwd+xltyI07LNuC/CP/VyTswrAizRS9/7 +bCnL3hKH0+ERgizv5LG9f7iT3nVzmLx9FTEkQnGCe1VldF6A4CnKn45V3agBnWfy +lQauEWR9w8BdKyzQW8L93EKlXYHG0PXhtnxCum4L6jRpgrRURNAeXzjDrNwxGr05 +R2whRkFmt6VE+FrG5GppSrE4zY8/ZqZRjopXcE5CbUK2wMovOHJ/tIyjwbpY9X7Q +5IXPDjPwbQfpAgi3oxbhRCCTTizM6kZgNHtmKQYs6d3FtNpokvhUSQptaBrIfot+ +V8V1sfQrwvFW2fPra3DPmMVuFcZTNoVFkHa8QLeISNt3UI0BUoaCDhJM6gh0VUxq +Lha0GqRibEAe6fL5mAeh7eTqob17YK+5TcI5ojRvONiK5Npu70AxmIcqDVVHY4QH +vjS4QuwmflLzBVbzo5Qk +=rrG5 +-----END PGP SIGNATURE----- diff --git a/x11/libs/qt4/qt4.mkbuild b/x11/libs/qt4/qt4.mkbuild new file mode 100644 index 0000000..7d2784b --- /dev/null +++ b/x11/libs/qt4/qt4.mkbuild @@ -0,0 +1,233 @@ +# +# This mkbuild is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or any later version. +# +# This mkbuild is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# this program; if not, write to the Free Software Foundation, Inc., 59 Temple +# Place - Suite 330, Boston, MA 02111-1307, USA +# +# Version 0.9.0 - Alves ( rudsonalves at yahoo d0t com d0t br ) +# Version $Rev: 803 $ - $Author: rhatto $ + +#-------------------- +# Personal variables +#-------------------- +# Author name +[[SLACKBUILD AUTHOR]]="Silvio Rhatto" + +# Initials author name +[[SLACKBUILD AUTHOR INITIALS]]="rha" + +#------------------------ +# Construction Variables +#------------------------ +# +# Complete URL address or URL base address ( without $SRC_NAME-$VERSION... ) +[[DOWNLOAD FOLDER URL]]="ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-4.4.3.tar.gz" + +# Source base name. if different from package name. Null ("") to default value. +# Auto-set, get SRC_NAME from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' +[[SOURCE NAME]]="" + +# Package name. Null ("") to auto-set +# Auto-set, get PKG_NAME from URL downcase(SRC_NAME): http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' +[[PACKAGE NAME]]="qt4" + +# +# Package default ARCH +# Default set is i486 +[[ARCH]]="" + +# +# Package version. Null ("") to auto-set. +# Auto-set, get VERSION from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' +[[VERSION]]="" + +# +# Package extension. Null ("") to auto-set +# Auto-set, get EXTENSION from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' +[[EXTENSION]]="" + +# +# Build number. +# Auto-set to default 1 +[[BUILD NUMBER]]="" + +# +# Source Name construction string +# Default value is: $SRC_NAME-$VERSION.tar.$EXTENSION +[[SOURCE NAME CONSTRUCTION STRING]]="$SRC_NAME-$VERSION.tar.$EXTENSION" + +# +# Unpacker programa ("") to auto-set. Default "tar" +# Unpacke Flags ("") to auto-set. Default flags to tar "--no-same-owner --no-same-permissions -xvf" +[[UNPACKER]]="" +[[UNPACKER FLAGS]]="" + +# +# Dependency list input +# Enter string: "dependency_1 [condiction_1] [versio_1]: dependency_2 [condiction_2] [versio_2]" +# Example: +[[SLACK REQUIRED]]="" + +# +# Decompress program +# gz, tgz, bz2, set null ("") to auto-set +# Auto-set, get DECOMPRESSOR from URL EXTENSION: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' +[[DECOMPRESSOR]]="" + +# +# Decompress check flag +# gz, tgz, bz2, set null ("") to auto-set +[[DECOMPRESSOR TEST FLAG]]="" + +# +# Documentation files. Null ("") to auto-set commom doc-files: +# NEWS TODO README AUTHORS INSTALL ChangeLog MAINTAINERS COPYING readme.* +[[DOCUMENTATION FILES]]="GPL_EXCEPTION.TXT GPL_EXCEPTION_ADDENDUM.TXT INSTALL LICENSE.GPL* LICENSE.QPL OPENSOURCE-NOTICE.TXT README changes*" + +# +# ./configure options +[[OTHER CONFIGURE ARGS]]="" + +# +# PREFIX. Default /usr +[[PREFIX]]="/usr" + +# +# Number of jobs +[[NUMBER OF JOBS]]="" + +#--------------------- +# Others changes +#--------------------- +#[[MD5SUM CODE]]="" +#[[MD5SUM EXTENSION]]="" +#[[SIGNING KEY]]="" +#[[SIGNING KEY URL]]="" +#[[SIGNING KEY ID]]="" +#[[SIGNING URL]]="" +#[[CONFIG FILES]]="" +#[[PATCH URLS]]="" +#[[REST OF DOINST.SH]]="" +[[PATCH FILES]]="" +[[NUMBER OF PREFIX SLASHES TO STRIP]]="1" + +# SlackBuild model +[[SLACKBUILD MODEL]]="generic.mkSlackBuild" + +# SlackBuild PATH in Slack.Sarava tree +#[[SLACKBUILD PATH]]="x11/libs/qt4" +[[SLACKBUILD PATH]]="x11/libs/qt4" + +#--------------------- +# SlackBuild Sections +#--------------------- +# Default sections: +# head, set_variables, slkflags, start_structure, untar_source, +# make_package, install_package, build_package +# Warning: don't remove '#>>' and "#<<" tags. +#>> Start SlackBuild Sections: + on: head + on: slackbuildrc + on: set_variables + on: slkflags + on: error_codes + on: start_structure +off: create_build_user_and_group + on: download_source +off: download_patches +off: svn_source +off: git_source +off: md5sum_download_and_check_0 +off: md5sum_download_and_check_1 +off: gpg_signature_check + on: manifest_check + on: untar_source +off: patch_source + on: configure + on: make_package + on: install_package + on: strip_binaries +off: compress_manpages +off: compress_info_files +off: copy_init_scripts +off: copy_config_files + on: install_documentation + on: slackdesc +off: move_config_files +off: postinstall_script +off: slack_required + on: build_package + on: clean_builds +#<< End SlackBuild Sections + +#------------------ +# Sections changes +#------------------ +#>slackdesc +qt4: Qt 4 (Qt4 toolkit) +qt4: +qt4: Qt 4 sets the standard for high-performance, cross-platform +qt4: application development. It includes a C++ class library and +qt4: tools for cross-platform development and internationalization. +qt4: +qt4: Homepage: http://trolltech.com/products/qt/ +qt4: +qt4: +qt4: +qt4: +#configure +# Configure and install procedures with sections: +# Written by Aleksandar Samardzic +# Modified by Robby Workman +# Adapted Rafael Diniz + +# Configure +export CFLAGS="$SLKCFLAGS" +export CXXFLAGS="$SLKCFLAGS" +export OPENSOURCE_CXXFLAGS="$SLKCFLAGS" +echo "yes" | ./configure \ + -prefix $LIBDIR/qt-$VERSION \ + -libdir $LIBDIR \ + -nomake examples \ + -nomake demos || exit $ERROR_CONF +#install_package +# Install +make install INSTALL_ROOT="$PKG" || exit $ERROR_INSTALL + +( cd $PKG/$LIBDIR ; ln -sf qt-$VERSION qt4 ) + +mkdir -p $PKG/usr/bin +( cd $PKG/usr/bin + for file in assistant assistant_adp designer linguist lrelease \ + lupdate moc pixeltool qcollectiongenerator qdbus \ + qdbuscpp2xml qdbusviewer qdbusxml2cpp qhelpconverter \ + qhelpgenerator qmake qt3to4 qtconfig rcc uic uic3 \ + xmlpatterns; do + ln -sf $LIBDIR/qt-$VERSION/bin/$file ${file}-qt4 ; + done +) + +# mkdir -p $PKG/$LIBDIR/pkgconfig +# ( cd $PKG/$LIBDIR/pkgconfig +# for file in Qt3Support.pc QtAssistantClient.pc QtCore.pc \ +# QtDBus.pc QtGui.pc QtNetwork.pc QtOpenGL.pc QtScript.pc \ +# QtSql.pc QtSvg.pc QtTest.pc QtUiTools.pc QtXml.pc ; +# do +# ln -sf $LIBDIR/qt-$VERSION/lib/pkgconfig/$file . ; +# done +# ) + +mkdir -p $PKG/usr/doc/$PKG_NAME-$VERSION +( cd $PKG/usr/doc/$PKG_NAME-$VERSION ; ln -sf $LIBDIR/qt-$VERSION/doc/html . ) +#