[arch-commits] Commit in (3 files)

Andrea Scarpino andrea at archlinux.org
Tue May 18 18:51:02 UTC 2010


    Date: Tuesday, May 18, 2010 @ 14:51:01
  Author: andrea
Revision: 80546

undo...I did it again

Modified:
  amarok/trunk/PKGBUILD
  rt2870usb-fw/trunk/PKGBUILD
Deleted:
  amarok/trunk/fix-qtscriptgenerator-check.patch

------------------------------------------------+
 amarok/trunk/PKGBUILD                          |   11 ++------
 amarok/trunk/fix-qtscriptgenerator-check.patch |   31 -----------------------
 rt2870usb-fw/trunk/PKGBUILD                    |    7 ++---
 3 files changed, 8 insertions(+), 41 deletions(-)

Modified: amarok/trunk/PKGBUILD
===================================================================
--- amarok/trunk/PKGBUILD	2010-05-18 18:49:30 UTC (rev 80545)
+++ amarok/trunk/PKGBUILD	2010-05-18 18:51:01 UTC (rev 80546)
@@ -3,7 +3,8 @@
 # Contributor: damir <damir at archlinux.org>
 
 pkgname=amarok
-pkgver=2.3.0.90
+replaces=('amarok-base' 'amarok-engine-xine' 'amarok-base-mysqlfree')
+pkgver=2.3.0
 pkgrel=1
 pkgdesc="A media player for KDE"
 arch=("i686" "x86_64")
@@ -15,14 +16,10 @@
 	"libmtp: support for portable media devices"
 	"loudmouth: backend needed by mp3tunes for syncing")
 install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2"
-	'fix-qtscriptgenerator-check.patch')
-md5sums=('a2eb7e81de59ab813ac2490f657d6dc4'
-	'318f9e0e84bb473da02bad1fadb11b77')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('fc672a2848e36b3b44eb81dd1466e4f4')
 
 build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -Np1 -i ${srcdir}/fix-qtscriptgenerator-check.patch || return 1
    cd ${srcdir}
    mkdir build
    cd build

Deleted: amarok/trunk/fix-qtscriptgenerator-check.patch
===================================================================
--- amarok/trunk/fix-qtscriptgenerator-check.patch	2010-05-18 18:49:30 UTC (rev 80545)
+++ amarok/trunk/fix-qtscriptgenerator-check.patch	2010-05-18 18:51:01 UTC (rev 80546)
@@ -1,31 +0,0 @@
---- a/cmake/modules/bindingstest/QtScriptBindingsTest.cpp
-+++ b/cmake/modules/bindingstest/QtScriptBindingsTest.cpp
-@@ -16,7 +16,7 @@
-  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
-  */
- 
--#include <QtCore/QCoreApplication>
-+#include <QtGui/QApplication>
- #include <QtScript/QScriptEngine>
- #include <QtCore/QStringList>
- #include <QtCore/QDebug>
-@@ -25,7 +25,7 @@
- 
- int main(int argc, char **argv)
- {
--    QCoreApplication app( argc, argv );
-+    QApplication app( argc, argv );
- 
-     QStringList allowedBindings;
-     allowedBindings << "qt.core" << "qt.gui" << "qt.sql" << "qt.xml" << "qt.uitools" << "qt.network";
---- a/cmake/modules/bindingstest/QtScriptBindingsTest.cpp
-+++ b/cmake/modules/bindingstest/QtScriptBindingsTest.cpp
-@@ -25,7 +25,7 @@
- 
- int main(int argc, char **argv)
- {
--    QApplication app( argc, argv );
-+    QApplication app( argc, argv, false );
- 
-     QStringList allowedBindings;
-     allowedBindings << "qt.core" << "qt.gui" << "qt.sql" << "qt.xml" << "qt.uitools" << "qt.network";

Modified: rt2870usb-fw/trunk/PKGBUILD
===================================================================
--- rt2870usb-fw/trunk/PKGBUILD	2010-05-18 18:49:30 UTC (rev 80545)
+++ rt2870usb-fw/trunk/PKGBUILD	2010-05-18 18:51:01 UTC (rev 80546)
@@ -3,14 +3,15 @@
 # Contributor: Alois Nespor <alois.nespor at gmail.com>
 
 pkgname=rt2870usb-fw
-pkgver=22
+pkgver=8
 pkgrel=1
 pkgdesc="Firmware for RaLink RT2870USB (RT2870/RT2770) WiFi adapter"
-url="http://www.ralinktech.com/support.php?s=2"
+url="http://web.ralinktech.com/ralink/Home/Support/Linux.html"
 arch=('any')
 license=('custom')
+depends=()
 source=(ftp://ftp.archlinux.org/other/rt2870usb-fw/RT2870_Firmware_V$pkgver.zip)
-md5sums=('c5a93b466532a5617da6b203cabab62b')
+md5sums=('a7aae1d8cfd68e4d86a73000df0b6584')
 
 build() {
   cd "${srcdir}/RT2870_Firmware_V${pkgver}"




More information about the arch-commits mailing list