[arch-commits] Commit in kdenetwork (kde-unstable/PKGBUILD trunk/PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Mon Jun 27 05:53:20 UTC 2011
Date: Monday, June 27, 2011 @ 01:53:20
Author: andrea
Revision: 129373
Add Google Talk Jingle support in Kopete
Modified:
kdenetwork/kde-unstable/PKGBUILD
kdenetwork/trunk/PKGBUILD
-----------------------+
kde-unstable/PKGBUILD | 8 ++++----
trunk/PKGBUILD | 7 +++----
2 files changed, 7 insertions(+), 8 deletions(-)
Modified: kde-unstable/PKGBUILD
===================================================================
--- kde-unstable/PKGBUILD 2011-06-27 05:50:38 UTC (rev 129372)
+++ kde-unstable/PKGBUILD 2011-06-27 05:53:20 UTC (rev 129373)
@@ -11,7 +11,7 @@
'kdenetwork-krdc'
'kdenetwork-krfb')
pkgver=4.6.90
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url='http://www.kde.org'
license=('GPL' 'LGPL' 'FDL')
@@ -19,12 +19,12 @@
makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'speex' 'ortp' 'libotr'
'qca-ossl' 'kdebase-workspace' 'kdebase-lib' 'libvncserver' 'libmsn' 'ppp'
'v4l-utils' 'libidn' 'rdesktop' 'qimageblitz' 'libxdamage' 'libgadu'
- 'telepathy-qt4' 'libktorrent' 'libmms')
+ 'telepathy-qt4' 'libktorrent' 'libmms' 'mediastreamer')
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
sha1sums=('0aa2f1ae9d13f9bd9dd4f57b6707f2edbfce1f40')
build() {
- cd ${srcdir}
+ cd "${srcdir}"
mkdir build
cd build
cmake ../${pkgbase}-${pkgver} \
@@ -70,7 +70,7 @@
package_kdenetwork-kopete() {
pkgdesc='Instant Messenger'
depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libmsn'
- 'libidn' 'qimageblitz' 'v4l-utils' 'libgadu')
+ 'libidn' 'qimageblitz' 'v4l-utils' 'libgadu' 'mediastreamer')
url="http://kde.org/applications/internet/kopete/"
install='kdenetwork.install'
cd $srcdir/build/kopete
Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD 2011-06-27 05:50:38 UTC (rev 129372)
+++ trunk/PKGBUILD 2011-06-27 05:53:20 UTC (rev 129373)
@@ -19,12 +19,12 @@
makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'speex' 'ortp' 'libotr'
'qca-ossl' 'kdebase-workspace' 'kdebase-lib' 'libvncserver' 'libmsn'
'ppp' 'v4l-utils' 'libidn' 'rdesktop' 'qimageblitz' 'libxdamage' 'libgadu'
- 'telepathy-qt4' 'libktorrent')
+ 'telepathy-qt4' 'libktorrent' 'mediastreamer')
source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
sha1sums=('63bb58a457aed790e109a9dbeab73abb8c7ea1b2')
build() {
- cd ${srcdir}
+ cd "${srcdir}"
mkdir build
cd build
cmake ../${pkgbase}-${pkgver} \
@@ -33,7 +33,6 @@
-DCMAKE_INSTALL_PREFIX=/usr \
-DMOZPLUGIN_INSTALL_DIR=/usr/lib/mozilla/plugins/ \
-DWITH_Xmms=OFF \
- -DWITH_WLM_MEDIASTREAMER=OFF \
-DWITH_LibMeanwhile=OFF \
-DWITH_msiLBC=OFF
make
@@ -72,7 +71,7 @@
package_kdenetwork-kopete() {
pkgdesc='Instant Messenger'
depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libmsn'
- 'libidn' 'qimageblitz' 'v4l-utils' 'libgadu')
+ 'libidn' 'qimageblitz' 'v4l-utils' 'libgadu' 'mediastreamer')
url="http://kde.org/applications/internet/kopete/"
install='kdenetwork.install'
cd $srcdir/build/kopete
More information about the arch-commits
mailing list