[arch-commits] Commit in kdenetwork/repos (14 files)

Andrea Scarpino andrea at archlinux.org
Wed Aug 1 14:41:28 UTC 2012


    Date: Wednesday, August 1, 2012 @ 10:41:28
  Author: andrea
Revision: 164602

db-move: moved kdenetwork from [kde-unstable] to [testing] (i686, x86_64)

Added:
  kdenetwork/repos/testing-i686/
  kdenetwork/repos/testing-i686/PKGBUILD
    (from rev 164519, kdenetwork/repos/kde-unstable-i686/PKGBUILD)
  kdenetwork/repos/testing-i686/kdenetwork-kget.install
    (from rev 164519, kdenetwork/repos/kde-unstable-i686/kdenetwork-kget.install)
  kdenetwork/repos/testing-i686/kdenetwork-kopete.install
    (from rev 164519, kdenetwork/repos/kde-unstable-i686/kdenetwork-kopete.install)
  kdenetwork/repos/testing-i686/kdenetwork-kppp.install
    (from rev 164519, kdenetwork/repos/kde-unstable-i686/kdenetwork-kppp.install)
  kdenetwork/repos/testing-i686/kdenetwork.install
    (from rev 164519, kdenetwork/repos/kde-unstable-i686/kdenetwork.install)
  kdenetwork/repos/testing-x86_64/
  kdenetwork/repos/testing-x86_64/PKGBUILD
    (from rev 164519, kdenetwork/repos/kde-unstable-x86_64/PKGBUILD)
  kdenetwork/repos/testing-x86_64/kdenetwork-kget.install
    (from rev 164519, kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kget.install)
  kdenetwork/repos/testing-x86_64/kdenetwork-kopete.install
    (from rev 164519, kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kopete.install)
  kdenetwork/repos/testing-x86_64/kdenetwork-kppp.install
    (from rev 164519, kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kppp.install)
  kdenetwork/repos/testing-x86_64/kdenetwork.install
    (from rev 164519, kdenetwork/repos/kde-unstable-x86_64/kdenetwork.install)
Deleted:
  kdenetwork/repos/kde-unstable-i686/
  kdenetwork/repos/kde-unstable-x86_64/

------------------------------------------+
 testing-i686/PKGBUILD                    |  113 +++++++++++++++++++++++++++++
 testing-i686/kdenetwork-kget.install     |   12 +++
 testing-i686/kdenetwork-kopete.install   |   12 +++
 testing-i686/kdenetwork-kppp.install     |   12 +++
 testing-i686/kdenetwork.install          |   11 ++
 testing-x86_64/PKGBUILD                  |  113 +++++++++++++++++++++++++++++
 testing-x86_64/kdenetwork-kget.install   |   12 +++
 testing-x86_64/kdenetwork-kopete.install |   12 +++
 testing-x86_64/kdenetwork-kppp.install   |   12 +++
 testing-x86_64/kdenetwork.install        |   11 ++
 10 files changed, 320 insertions(+)

Copied: kdenetwork/repos/testing-i686/PKGBUILD (from rev 164519, kdenetwork/repos/kde-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-08-01 14:41:28 UTC (rev 164602)
@@ -0,0 +1,113 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgbase=kdenetwork
+pkgname=('kdenetwork-filesharing'
+         'kdenetwork-kdnssd'
+         'kdenetwork-kget'
+         'kdenetwork-kopete'
+         'kdenetwork-kppp'
+         'kdenetwork-krdc'
+         'kdenetwork-krfb')
+pkgver=4.9.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+makedepends=('cmake' 'automoc4' 'boost' 'speex' 'ortp' 'libotr' 'ppp'
+	'qca-ossl' 'kdebase-workspace' 'kdebase-lib' 'libvncserver'
+    'v4l-utils' 'libidn' 'qimageblitz' 'libxdamage' 'libgadu' 'libmsn'
+    'libktorrent' 'libmms' 'mediastreamer' 'telepathy-qt')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz")
+sha1sums=('f5963684301d6569af4cfce2a39dbef140c1dc4d')
+
+build() {
+    cd "${srcdir}"
+	mkdir build
+	cd build
+	cmake ../${pkgbase}-${pkgver} \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_SKIP_RPATH=ON \
+		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DMOZPLUGIN_INSTALL_DIR=/usr/lib/mozilla/plugins/ \
+        -DWITH_Xmms=OFF \
+		-DWITH_LibMeanwhile=OFF \
+        -DWITH_qq=OFF
+	make
+}
+
+package_kdenetwork-filesharing() {
+	pkgdesc='Konqueror properties dialog plugin to share a directory with the local network'
+	depends=('kdelibs' 'smbclient')
+	install='kdenetwork.install'
+	cd $srcdir/build/filesharing
+	make DESTDIR=$pkgdir install
+}
+
+package_kdenetwork-kdnssd() {
+	pkgdesc='Monitors the network for DNS-SD services'
+	depends=('kdelibs')
+	cd $srcdir/build/kdnssd
+	make DESTDIR=$pkgdir install
+}
+
+package_kdenetwork-kget() {
+	pkgdesc='Download Manager'
+	depends=('kdebase-workspace' 'kdebase-lib' 'libktorrent' 'libmms')
+	url="http://kde.org/applications/internet/kget/"
+	install='kdenetwork-kget.install'
+	cd $srcdir/build/kget
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/doc/kget
+	make DESTDIR=$pkgdir install
+}
+
+package_kdenetwork-kopete() {
+	pkgdesc='Instant Messenger'
+	depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libmsn'
+	         'libidn' 'qimageblitz' 'libgadu' 'mediastreamer')
+	url="http://kde.org/applications/internet/kopete/"
+	install='kdenetwork-kopete.install'
+	cd $srcdir/build/kopete
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/doc/kopete
+	make DESTDIR=$pkgdir install
+}
+
+package_kdenetwork-kppp() {
+	pkgdesc='Internet Dial-Up Tool'
+	depends=('kdebase-runtime' 'ppp')
+	url="http://kde.org/applications/internet/kppp/"
+	install='kdenetwork-kppp.install'
+	cd $srcdir/build/kppp
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/doc/kppp
+	make DESTDIR=$pkgdir install
+}
+
+package_kdenetwork-krdc() {
+	pkgdesc='Remote Desktop Client'
+	depends=('kdebase-runtime' 'telepathy-qt')
+    optdepends=('libvncserver: VNC support'
+                'rdesktop: RDP support'
+                'kdebase-keditbookmarks: to edit bookmarks')
+	url="http://kde.org/applications/internet/krdc/"
+	cd $srcdir/build/krdc
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/doc/krdc
+	make DESTDIR=$pkgdir install
+}
+
+package_kdenetwork-krfb() {
+	pkgdesc='Desktop Sharing'
+	# note on libxdamage:
+	#       not detected by namcap because libgl depends on it
+	#       but nvidia providing libgl does not depend on libxdamage
+	depends=('kdebase-runtime' 'libvncserver' 'libxdamage' 'telepathy-qt')
+	cd $srcdir/build/krfb
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/doc/krfb
+	make DESTDIR=$pkgdir install
+}

Copied: kdenetwork/repos/testing-i686/kdenetwork-kget.install (from rev 164519, kdenetwork/repos/kde-unstable-i686/kdenetwork-kget.install)
===================================================================
--- testing-i686/kdenetwork-kget.install	                        (rev 0)
+++ testing-i686/kdenetwork-kget.install	2012-08-01 14:41:28 UTC (rev 164602)
@@ -0,0 +1,12 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: kdenetwork/repos/testing-i686/kdenetwork-kopete.install (from rev 164519, kdenetwork/repos/kde-unstable-i686/kdenetwork-kopete.install)
===================================================================
--- testing-i686/kdenetwork-kopete.install	                        (rev 0)
+++ testing-i686/kdenetwork-kopete.install	2012-08-01 14:41:28 UTC (rev 164602)
@@ -0,0 +1,12 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: kdenetwork/repos/testing-i686/kdenetwork-kppp.install (from rev 164519, kdenetwork/repos/kde-unstable-i686/kdenetwork-kppp.install)
===================================================================
--- testing-i686/kdenetwork-kppp.install	                        (rev 0)
+++ testing-i686/kdenetwork-kppp.install	2012-08-01 14:41:28 UTC (rev 164602)
@@ -0,0 +1,12 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: kdenetwork/repos/testing-i686/kdenetwork.install (from rev 164519, kdenetwork/repos/kde-unstable-i686/kdenetwork.install)
===================================================================
--- testing-i686/kdenetwork.install	                        (rev 0)
+++ testing-i686/kdenetwork.install	2012-08-01 14:41:28 UTC (rev 164602)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: kdenetwork/repos/testing-x86_64/PKGBUILD (from rev 164519, kdenetwork/repos/kde-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-08-01 14:41:28 UTC (rev 164602)
@@ -0,0 +1,113 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgbase=kdenetwork
+pkgname=('kdenetwork-filesharing'
+         'kdenetwork-kdnssd'
+         'kdenetwork-kget'
+         'kdenetwork-kopete'
+         'kdenetwork-kppp'
+         'kdenetwork-krdc'
+         'kdenetwork-krfb')
+pkgver=4.9.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+makedepends=('cmake' 'automoc4' 'boost' 'speex' 'ortp' 'libotr' 'ppp'
+	'qca-ossl' 'kdebase-workspace' 'kdebase-lib' 'libvncserver'
+    'v4l-utils' 'libidn' 'qimageblitz' 'libxdamage' 'libgadu' 'libmsn'
+    'libktorrent' 'libmms' 'mediastreamer' 'telepathy-qt')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz")
+sha1sums=('f5963684301d6569af4cfce2a39dbef140c1dc4d')
+
+build() {
+    cd "${srcdir}"
+	mkdir build
+	cd build
+	cmake ../${pkgbase}-${pkgver} \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_SKIP_RPATH=ON \
+		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DMOZPLUGIN_INSTALL_DIR=/usr/lib/mozilla/plugins/ \
+        -DWITH_Xmms=OFF \
+		-DWITH_LibMeanwhile=OFF \
+        -DWITH_qq=OFF
+	make
+}
+
+package_kdenetwork-filesharing() {
+	pkgdesc='Konqueror properties dialog plugin to share a directory with the local network'
+	depends=('kdelibs' 'smbclient')
+	install='kdenetwork.install'
+	cd $srcdir/build/filesharing
+	make DESTDIR=$pkgdir install
+}
+
+package_kdenetwork-kdnssd() {
+	pkgdesc='Monitors the network for DNS-SD services'
+	depends=('kdelibs')
+	cd $srcdir/build/kdnssd
+	make DESTDIR=$pkgdir install
+}
+
+package_kdenetwork-kget() {
+	pkgdesc='Download Manager'
+	depends=('kdebase-workspace' 'kdebase-lib' 'libktorrent' 'libmms')
+	url="http://kde.org/applications/internet/kget/"
+	install='kdenetwork-kget.install'
+	cd $srcdir/build/kget
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/doc/kget
+	make DESTDIR=$pkgdir install
+}
+
+package_kdenetwork-kopete() {
+	pkgdesc='Instant Messenger'
+	depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libmsn'
+	         'libidn' 'qimageblitz' 'libgadu' 'mediastreamer')
+	url="http://kde.org/applications/internet/kopete/"
+	install='kdenetwork-kopete.install'
+	cd $srcdir/build/kopete
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/doc/kopete
+	make DESTDIR=$pkgdir install
+}
+
+package_kdenetwork-kppp() {
+	pkgdesc='Internet Dial-Up Tool'
+	depends=('kdebase-runtime' 'ppp')
+	url="http://kde.org/applications/internet/kppp/"
+	install='kdenetwork-kppp.install'
+	cd $srcdir/build/kppp
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/doc/kppp
+	make DESTDIR=$pkgdir install
+}
+
+package_kdenetwork-krdc() {
+	pkgdesc='Remote Desktop Client'
+	depends=('kdebase-runtime' 'telepathy-qt')
+    optdepends=('libvncserver: VNC support'
+                'rdesktop: RDP support'
+                'kdebase-keditbookmarks: to edit bookmarks')
+	url="http://kde.org/applications/internet/krdc/"
+	cd $srcdir/build/krdc
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/doc/krdc
+	make DESTDIR=$pkgdir install
+}
+
+package_kdenetwork-krfb() {
+	pkgdesc='Desktop Sharing'
+	# note on libxdamage:
+	#       not detected by namcap because libgl depends on it
+	#       but nvidia providing libgl does not depend on libxdamage
+	depends=('kdebase-runtime' 'libvncserver' 'libxdamage' 'telepathy-qt')
+	cd $srcdir/build/krfb
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/doc/krfb
+	make DESTDIR=$pkgdir install
+}

Copied: kdenetwork/repos/testing-x86_64/kdenetwork-kget.install (from rev 164519, kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kget.install)
===================================================================
--- testing-x86_64/kdenetwork-kget.install	                        (rev 0)
+++ testing-x86_64/kdenetwork-kget.install	2012-08-01 14:41:28 UTC (rev 164602)
@@ -0,0 +1,12 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: kdenetwork/repos/testing-x86_64/kdenetwork-kopete.install (from rev 164519, kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kopete.install)
===================================================================
--- testing-x86_64/kdenetwork-kopete.install	                        (rev 0)
+++ testing-x86_64/kdenetwork-kopete.install	2012-08-01 14:41:28 UTC (rev 164602)
@@ -0,0 +1,12 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: kdenetwork/repos/testing-x86_64/kdenetwork-kppp.install (from rev 164519, kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kppp.install)
===================================================================
--- testing-x86_64/kdenetwork-kppp.install	                        (rev 0)
+++ testing-x86_64/kdenetwork-kppp.install	2012-08-01 14:41:28 UTC (rev 164602)
@@ -0,0 +1,12 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: kdenetwork/repos/testing-x86_64/kdenetwork.install (from rev 164519, kdenetwork/repos/kde-unstable-x86_64/kdenetwork.install)
===================================================================
--- testing-x86_64/kdenetwork.install	                        (rev 0)
+++ testing-x86_64/kdenetwork.install	2012-08-01 14:41:28 UTC (rev 164602)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list