Git-Url:
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=17c64f8d74dc30b93f42dbf8182dec86d3449c58
commit 17c64f8d74dc30b93f42dbf8182dec86d3449c58
Author: crazy <[EMAIL PROTECTED]>
Date: Wed Nov 7 19:40:44 2007 +0100
qbittorrent-0.9.3-3-i686
* fixed qt4 depends
* moved to xapps-extra
diff --git a/source/kde-extra/qbittorrent/FrugalBuild
b/source/kde-extra/qbittorrent/FrugalBuild
deleted file mode 100644
index cb55190..0000000
--- a/source/kde-extra/qbittorrent/FrugalBuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Compiling Time: 0.44 SBU
-# Maintainer: crazy <[EMAIL PROTECTED]>
-
-pkgname=qbittorrent
-pkgver=0.9.3
-pkgrel=2
-pkgdesc="A Bittorrent client."
-depends=('qt4>=4.2.3-2' 'rblibtorrent>=0.12-4' 'curl>=7.16.1-2' 'python>=2.5')
-groups=('kde-extra')
-archs=('i686' 'x86_64')
-_F_sourceforge_broken_up2date=1
-Finclude sourceforge
-url="http://www.qbittorrent.org/"
-source=($source frugalware.patch)
-
-
-build()
-{
- Fcd
- source /etc/profile.d/qt4.sh.off
- Fpatchall
- ./configure \
- --with-libtorrent-lib=/usr/lib/libtorrent \
- --with-libtorrent-inc=/usr/include \
- --with-libcurl-lib=/usr/lib \
- --with-libcurl-inc=/usr/include \
- --prefix=/usr \
- --qtdir=/usr \
- --verbose
- make || Fdie
- make INSTALL_ROOT=$Fdestdir install || Fdie
-}
-
-sha1sums=('b8ebe28a3ce6c0d789b50faf56197e8df891191a'\
- '6c7d05d26e65fd615a3cf2a880b05b0f5c1ca958')
-# optimization OK
diff --git a/source/kde-extra/qbittorrent/frugalware.patch
b/source/kde-extra/qbittorrent/frugalware.patch
deleted file mode 100644
index c90b51a..0000000
--- a/source/kde-extra/qbittorrent/frugalware.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-diff -Naur qbittorrent-0.9.2/configure qbittorrent-0.9.2-p/configure
---- qbittorrent-0.9.2/configure 2007-04-06 02:39:58.000000000 +0200
-+++ qbittorrent-0.9.2-p/configure 2007-04-15 01:16:48.000000000 +0200
-@@ -295,8 +295,8 @@
- {
- public:
- qc_libtorrent(Conf *c) : ConfObj(c) {}
-- QString name() const { return "libtorrent >= 0.11 (>= 0.12 ADVISED)"; }
-- QString shortname() const { return "libtorrent"; }
-+ QString name() const { return "rblibtorrent >= 0.11 (>= 0.12 ADVISED)";
}
-+ QString shortname() const { return "rblibtorrent"; }
- bool exec(){
- QString s;
- s = conf->getenv("QC_WITH_LIBTORRENT_INC");
-diff -Naur qbittorrent-0.9.2/qbittorrent.qc qbittorrent-0.9.2-p/qbittorrent.qc
---- qbittorrent-0.9.2/qbittorrent.qc 2007-03-15 16:51:11.000000000 +0100
-+++ qbittorrent-0.9.2-p/qbittorrent.qc 2007-04-15 01:15:00.000000000 +0200
-@@ -5,7 +5,7 @@
- <dep type='qt42'>
- <required/>
- </dep>
-- <dep type='libtorrent'>
-+ <dep type='rblibtorrent'>
- <required/>
- </dep>
- <dep type='libboost'>
-diff -Naur qbittorrent-0.9.2/qcm/libtorrent.qcm
qbittorrent-0.9.2-p/qcm/libtorrent.qcm
---- qbittorrent-0.9.2/qcm/libtorrent.qcm 2007-04-06 02:39:58.000000000
+0200
-+++ qbittorrent-0.9.2-p/qcm/libtorrent.qcm 2007-04-15 01:20:31.000000000
+0200
-@@ -9,8 +9,8 @@
- {
- public:
- qc_libtorrent(Conf *c) : ConfObj(c) {}
-- QString name() const { return "libtorrent >= 0.11 (>= 0.12 ADVISED)"; }
-- QString shortname() const { return "libtorrent"; }
-+ QString name() const { return "rblibtorrent >= 0.11 (>= 0.12 ADVISED)";
}
-+ QString shortname() const { return "rblibtorrent"; }
- bool exec(){
- QString s;
- s = conf->getenv("QC_WITH_LIBTORRENT_INC");
-diff -Naur qbittorrent-0.9.2/src/src.pro qbittorrent-0.9.2-p/src/src.pro
---- qbittorrent-0.9.2/src/src.pro 2007-04-10 23:02:47.000000000 +0200
-+++ qbittorrent-0.9.2-p/src/src.pro 2007-04-15 01:21:13.000000000 +0200
-@@ -29,7 +29,7 @@
- QMAKE_CXXFLAGS_DEBUG += -fwrapv
- #LIBS += -lcurl
- CONFIG += link_pkgconfig
--PKGCONFIG += libtorrent
-+PKGCONFIG += rblibtorrent
- QT += network
-
- DEFINES += QT_NO_CAST_TO_ASCII
diff --git a/source/xapps-extra/qbittorrent/FrugalBuild
b/source/xapps-extra/qbittorrent/FrugalBuild
new file mode 100644
index 0000000..a342b38
--- /dev/null
+++ b/source/xapps-extra/qbittorrent/FrugalBuild
@@ -0,0 +1,34 @@
+# Compiling Time: 0.44 SBU
+# Maintainer: crazy <[EMAIL PROTECTED]>
+
+pkgname=qbittorrent
+pkgver=0.9.3
+pkgrel=3
+pkgdesc="A Bittorrent client."
+depends=('rblibtorrent>=0.12-4' 'curl>=7.16.1-2' 'python>=2.5' 'libqtgui'
'libqtnetwork')
+groups=('xapps-extra')
+archs=('i686' 'x86_64')
+_F_sourceforge_broken_up2date=1
+Finclude sourceforge
+url="http://www.qbittorrent.org/"
+source=($source frugalware.patch)
+sha1sums=('b8ebe28a3ce6c0d789b50faf56197e8df891191a' \
+ '6c7d05d26e65fd615a3cf2a880b05b0f5c1ca958')
+
+build()
+{
+ Fcd
+ Fpatchall
+ ./configure \
+ --with-libtorrent-lib=/usr/lib/libtorrent \
+ --with-libtorrent-inc=/usr/include \
+ --with-libcurl-lib=/usr/lib \
+ --with-libcurl-inc=/usr/include \
+ --prefix=/usr \
+ --qtdir=/usr \
+ --verbose || Fdie
+ make || Fdie
+ make INSTALL_ROOT=$Fdestdir install || Fdie
+}
+
+# optimization OK
diff --git a/source/xapps-extra/qbittorrent/frugalware.patch
b/source/xapps-extra/qbittorrent/frugalware.patch
new file mode 100644
index 0000000..c90b51a
--- /dev/null
+++ b/source/xapps-extra/qbittorrent/frugalware.patch
@@ -0,0 +1,52 @@
+diff -Naur qbittorrent-0.9.2/configure qbittorrent-0.9.2-p/configure
+--- qbittorrent-0.9.2/configure 2007-04-06 02:39:58.000000000 +0200
++++ qbittorrent-0.9.2-p/configure 2007-04-15 01:16:48.000000000 +0200
+@@ -295,8 +295,8 @@
+ {
+ public:
+ qc_libtorrent(Conf *c) : ConfObj(c) {}
+- QString name() const { return "libtorrent >= 0.11 (>= 0.12 ADVISED)"; }
+- QString shortname() const { return "libtorrent"; }
++ QString name() const { return "rblibtorrent >= 0.11 (>= 0.12 ADVISED)";
}
++ QString shortname() const { return "rblibtorrent"; }
+ bool exec(){
+ QString s;
+ s = conf->getenv("QC_WITH_LIBTORRENT_INC");
+diff -Naur qbittorrent-0.9.2/qbittorrent.qc qbittorrent-0.9.2-p/qbittorrent.qc
+--- qbittorrent-0.9.2/qbittorrent.qc 2007-03-15 16:51:11.000000000 +0100
++++ qbittorrent-0.9.2-p/qbittorrent.qc 2007-04-15 01:15:00.000000000 +0200
+@@ -5,7 +5,7 @@
+ <dep type='qt42'>
+ <required/>
+ </dep>
+- <dep type='libtorrent'>
++ <dep type='rblibtorrent'>
+ <required/>
+ </dep>
+ <dep type='libboost'>
+diff -Naur qbittorrent-0.9.2/qcm/libtorrent.qcm
qbittorrent-0.9.2-p/qcm/libtorrent.qcm
+--- qbittorrent-0.9.2/qcm/libtorrent.qcm 2007-04-06 02:39:58.000000000
+0200
++++ qbittorrent-0.9.2-p/qcm/libtorrent.qcm 2007-04-15 01:20:31.000000000
+0200
+@@ -9,8 +9,8 @@
+ {
+ public:
+ qc_libtorrent(Conf *c) : ConfObj(c) {}
+- QString name() const { return "libtorrent >= 0.11 (>= 0.12 ADVISED)"; }
+- QString shortname() const { return "libtorrent"; }
++ QString name() const { return "rblibtorrent >= 0.11 (>= 0.12 ADVISED)";
}
++ QString shortname() const { return "rblibtorrent"; }
+ bool exec(){
+ QString s;
+ s = conf->getenv("QC_WITH_LIBTORRENT_INC");
+diff -Naur qbittorrent-0.9.2/src/src.pro qbittorrent-0.9.2-p/src/src.pro
+--- qbittorrent-0.9.2/src/src.pro 2007-04-10 23:02:47.000000000 +0200
++++ qbittorrent-0.9.2-p/src/src.pro 2007-04-15 01:21:13.000000000 +0200
+@@ -29,7 +29,7 @@
+ QMAKE_CXXFLAGS_DEBUG += -fwrapv
+ #LIBS += -lcurl
+ CONFIG += link_pkgconfig
+-PKGCONFIG += libtorrent
++PKGCONFIG += rblibtorrent
+ QT += network
+
+ DEFINES += QT_NO_CAST_TO_ASCII
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git