[arch-commits] Commit in kdenetwork (kde-unstable/PKGBUILD trunk/PKGBUILD)

2011-06-26 Thread Andrea Scarpino
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



[arch-commits] Commit in kdenetwork (kde-unstable/PKGBUILD trunk/PKGBUILD)

2011-01-04 Thread Andrea Scarpino
Date: Tuesday, January 4, 2011 @ 06:30:47
  Author: andrea
Revision: 104585

add kdebase-keditbookmarks as optional dependence for krdc

Modified:
  kdenetwork/kde-unstable/PKGBUILD
  kdenetwork/trunk/PKGBUILD

---+
 kde-unstable/PKGBUILD |1 +
 trunk/PKGBUILD|1 +
 2 files changed, 2 insertions(+)

Modified: kde-unstable/PKGBUILD
===
--- kde-unstable/PKGBUILD   2011-01-04 11:26:53 UTC (rev 104584)
+++ kde-unstable/PKGBUILD   2011-01-04 11:30:47 UTC (rev 104585)
@@ -99,6 +99,7 @@
 package_kdenetwork-krdc() {
pkgdesc='Remote Desktop Client'
depends=('kdebase-runtime' 'libvncserver' 'rdesktop' 'telepathy-qt4')
+optdepends=('kdebase-keditbookmarks: to edit bookmarks')
url=http://kde.org/applications/internet/krdc/;
cd $srcdir/build/krdc
make DESTDIR=$pkgdir install

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2011-01-04 11:26:53 UTC (rev 104584)
+++ trunk/PKGBUILD  2011-01-04 11:30:47 UTC (rev 104585)
@@ -94,6 +94,7 @@
 package_kdenetwork-krdc() {
pkgdesc='Remote Desktop Client'
depends=('kdebase-runtime' 'libvncserver' 'rdesktop' 'telepathy-qt4')
+optdepends=('kdebase-keditbookmarks: to edit bookmarks')
url=http://kde.org/applications/internet/krdc/;
cd $srcdir/build/krdc
make DESTDIR=$pkgdir install