fix modemmanager-qt checksum

This commit is contained in:
inkane 2015-04-12 16:20:58 +00:00
parent bde9be8914
commit d00871ea1d
2 changed files with 27 additions and 14 deletions

View File

@ -57,7 +57,7 @@ f9fdfd97827b937425c41e86daa413fcd1e5412003d111a9f2201c93a8f8a351 sources/ktextw
ffb878a69063ab51ed8a926b3ea53b5d5fe681ac3b5e25c7133dfcb0a5288725 sources/kwindowsystem-5.9.0.tar.xz
9b8bf9d1c6ec610cbd19a629ce1bf1eac5e8a5c805f0be96d05e5fb1fcfe8b43 sources/kxmlgui-5.9.0.tar.xz
8fd3c83415467cbc3b3cafa0f7867d4bbdbd98f34e3617df74cf31f003cef2c5 sources/kxmlrpcclient-5.9.0.tar.xz
6166299e6f26e8c97fe876b0149667244e6042312a2d5f0860f64bd4848ff911 sources/modemmanager-qt-5.9.0.tar.xz
63018a59cd9ab56d50dee4e0d115a8e491c05febc6c4cb0e7df55bd9457ee12a sources/modemmanager-qt-5.9.0.tar.xz
e40d03bec7bd0540fa7c39f23ffcde7f5990e1a244327f4f76dac50f535feb7c sources/networkmanager-qt-5.9.0.tar.xz
1d71eca5487937a1bfc0a54a2a0d3467836fa270070189def0eb08b907422b18 sources/plasma-framework-5.9.0.tar.xz
96e38e4aa1c3bbc77557dd608552e2d1dc78b7300f7c2a62846ebd43afec18fd sources/solid-5.9.0.tar.xz

View File

@ -30,7 +30,7 @@ pkgname=('qt5-base'
'qt5-x11extras'
'qt5-xmlpatterns')
pkgver=5.4.1
pkgrel=2
pkgrel=4
arch=('x86_64')
url='http://qt-project.org/'
license=('GPL3' 'LGPL' 'FDL' 'custom')
@ -50,7 +50,7 @@ source=("http://download.qt-project.org/official_releases/qt/${pkgver%.*}/${pkgv
'assistant-qt5.desktop' 'designer-qt5.desktop' 'linguist-qt5.desktop' 'qtconfig-qt5.desktop'
'qmlviewer.desktop'
'qdbusviewer-qt5.desktop')
sha1sums=('2f5558b87f8cea37c377018d9e7a7047cc800938'
sha1sums=('daa3373af8d6656a1066ff23bc9100b5ca004ecf'
'981cf376da66c8be7c7ec99866da0299114192f6'
'e131a17beda4625f21022981a519b5e8d8c8e6f7'
'62806b6696696d4ef69e4c0733fc9f1d761f08cd'
@ -96,6 +96,7 @@ build() {
-prefix /usr \
-bindir /usr/lib/qt5/bin \
-docdir /usr/share/doc/qt5 \
-debug \
-headerdir /usr/include/qt5 \
-archdatadir /usr/lib/qt5 \
-datadir /usr/share/qt5 \
@ -159,7 +160,7 @@ package_qt5-base() {
'libxfixes: Xfixes support')
conflicts=('qt5' 'qt5-private-headers')
replaces=('qt5-private-headers')
options=("staticlibs")
options=("staticlibs" "debug")
cd ${_pkgfqn}/qtbase
make INSTALL_ROOT="${pkgdir}" install
@ -183,6 +184,7 @@ package_qt5-base() {
package_qt5-connectivity() {
pkgdesc='Provides access to Bluetooth hardware'
depends=('qt5-declarative' 'bluez')
options=("debug")
cd ${_pkgfqn}/qtconnectivity
make INSTALL_ROOT="${pkgdir}" install
@ -196,6 +198,7 @@ package_qt5-connectivity() {
package_qt5-declarative() {
pkgdesc='Classes for QML and JavaScript languages'
depends=('qt5-xmlpatterns' 'libxkbcommon')
options=("debug")
conflicts=('qt5')
cd ${_pkgfqn}/qtdeclarative
@ -226,6 +229,7 @@ package_qt5-doc() {
package_qt5-enginio() {
pkgdesc='A Backend-as-a-Service solution to ease the backend development for connected and data-driven application'
depends=('qt5-declarative')
options=("debug")
cd ${_pkgfqn}/qtenginio
make INSTALL_ROOT="${pkgdir}" install
@ -240,6 +244,7 @@ package_qt5-xmlpatterns() {
pkgdesc='Support for XPath, XQuery, XSLT and XML schema validation'
depends=('qt5-base')
conflicts=('qt5')
options=("debug")
cd ${_pkgfqn}/qtxmlpatterns
make INSTALL_ROOT="${pkgdir}" install
@ -260,6 +265,7 @@ package_qt5-translations() {
pkgdesc='A cross-platform application and UI framework (Translations)'
depends=('qt5-base')
conflicts=('qt5')
options=("debug")
cd ${_pkgfqn}/qttranslations
make INSTALL_ROOT="${pkgdir}" install
@ -272,6 +278,7 @@ package_qt5-multimedia() {
pkgdesc='A cross-platform application and UI framework (QtMultimedia)'
depends=('qt5-declarative' 'libpulse' 'gstreamer' 'openal')
conflicts=('qt5')
options=("debug")
cd ${_pkgfqn}/qtmultimedia
make INSTALL_ROOT="${pkgdir}" install
@ -283,6 +290,7 @@ package_qt5-graphicaleffects() {
pkgdesc='Graphical effects for use with Qt Quick 2'
depends=('qt5-declarative')
conflicts=('qt5')
options=("debug")
cd ${_pkgfqn}/qtgraphicaleffects
make INSTALL_ROOT="${pkgdir}" install
@ -295,6 +303,7 @@ package_qt5-imageformats() {
pkgdesc='Plugins for additional image formats: TIFF, MNG, TGA, WBMP'
depends=('qt5-base' 'jasper' 'libmng' 'libwebp')
conflicts=('qt5')
options=("debug")
cd ${_pkgfqn}/qtimageformats
make INSTALL_ROOT="${pkgdir}" install
@ -306,6 +315,7 @@ package_qt5-imageformats() {
package_qt5-location() {
pkgdesc='Provides access to position, satellite and area monitoring classes'
depends=('qt5-declarative' 'geoclue')
options=("debug")
cd ${_pkgfqn}/qtlocation
make INSTALL_ROOT="${pkgdir}" install
@ -320,6 +330,7 @@ package_qt5-quick1() {
pkgdesc='Qt Declarative is provided for Qt 4 compatibility'
depends=('qt5-webkit' 'qt5-script')
conflicts=('qt5')
options=("debug")
cd ${_pkgfqn}/qtquick1
make INSTALL_ROOT="${pkgdir}" install
@ -340,6 +351,7 @@ package_qt5-quickcontrols() {
pkgdesc='Reusable Qt Quick based UI controls to create classic desktop-style user interfaces'
depends=('qt5-declarative')
conflicts=('qt5')
options=("debug")
cd ${_pkgfqn}/qtquickcontrols
make INSTALL_ROOT="${pkgdir}" install
@ -352,6 +364,7 @@ package_qt5-script() {
pkgdesc='Classes for making Qt applications scriptable. Provided for Qt 4.x compatibility'
depends=('qt5-base')
conflicts=('qt5')
options=("debug")
cd ${_pkgfqn}/qtscript
make INSTALL_ROOT="${pkgdir}" install
@ -366,6 +379,7 @@ package_qt5-sensors() {
pkgdesc='Provides access to sensor hardware and motion gesture recognition'
depends=('qt5-declarative')
conflicts=('qt5')
options=("debug")
cd ${_pkgfqn}/qtsensors
make INSTALL_ROOT="${pkgdir}" install
@ -380,6 +394,7 @@ package_qt5-serialport() {
pkgdesc='Provides access to hardware and virtual serial ports'
depends=('qt5-base')
conflicts=('qt5')
options=("debug")
cd ${_pkgfqn}/qtserialport
make INSTALL_ROOT="${pkgdir}" install
@ -394,6 +409,7 @@ package_qt5-svg() {
pkgdesc='Classes for displaying the contents of SVG files'
depends=('qt5-base')
conflicts=('qt5')
options=("debug")
cd ${_pkgfqn}/qtsvg
make INSTALL_ROOT="${pkgdir}" install
@ -410,7 +426,7 @@ package_qt5-tools() {
'xdg-utils')
optdepends=('qt5-doc: documentation')
conflicts=('qt5')
options=("staticlibs")
options=("staticlibs" "debug")
cd ${_pkgfqn}/qttools
make INSTALL_ROOT="${pkgdir}" install
@ -453,6 +469,7 @@ package_qt5-webkit() {
depends=('qt5-sensors' 'qt5-location' 'qt5-webchannel' 'gst-plugins-base' 'libxslt'
'libxcomposite' 'libwebp')
optdepends=('gst-plugins-good: Webm codec support')
options=("debug")
license=('GPL3' 'LGPL' 'FDL')
cd ${_pkgfqn}/qtwebkit
@ -467,6 +484,7 @@ package_qt5-webkit() {
package_qt5-wayland() {
pkgdesc='Provides APIs for Wayland'
depends=('qt5-base' 'libxcomposite' 'libxkbcommon')
options=("debug")
cd ${_pkgfqn}/qtwayland
make INSTALL_ROOT="${pkgdir}" install
@ -480,6 +498,7 @@ package_qt5-wayland() {
package_qt5-webchannel() {
pkgdesc='Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients'
depends=('qt5-declarative')
options=("debug")
cd ${_pkgfqn}/qtwebchannel
make INSTALL_ROOT="${pkgdir}" install
@ -493,6 +512,7 @@ package_qt5-webchannel() {
package_qt5-webengine() {
pkgdesc='Provides support for web applications using the Chromium browser project'
depends=('qt5-declarative' 'nss' 'libxtst' 'libxcursor' 'libxrandr' 'alsa-lib' 'libxcomposite')
options=("debug")
license=('LGPL')
cd ${_pkgfqn}/qtwebengine
@ -504,6 +524,7 @@ package_qt5-webengine() {
package_qt5-websockets() {
pkgdesc='Provides WebSocket communication compliant with RFC 6455'
depends=('qt5-declarative')
options=("debug")
license=('LGPL')
cd ${_pkgfqn}/qtwebsockets
@ -516,18 +537,10 @@ package_qt5-x11extras() {
pkgdesc='Provides platform-specific APIs for X11'
depends=('qt5-base')
conflicts=('qt5')
options=("debug")
cd ${_pkgfqn}/qtx11extras
make INSTALL_ROOT="${pkgdir}" install
_prlfix
}
sha1sums=('daa3373af8d6656a1066ff23bc9100b5ca004ecf'
'981cf376da66c8be7c7ec99866da0299114192f6'
'e131a17beda4625f21022981a519b5e8d8c8e6f7'
'62806b6696696d4ef69e4c0733fc9f1d761f08cd'
'2e0b6245c40c91fbb0a965724450b6d6883f2927'
'b0e6c61b8364eb3f7af4dae41fa7738c3181dd96'
'6c845b5879d2f443078e25856cf60cf53644c41b')