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

Andrea Scarpino andrea at nymeria.archlinux.org
Thu Jun 13 19:06:49 UTC 2013


    Date: Thursday, June 13, 2013 @ 21:06:49
  Author: andrea
Revision: 188381

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdenetwork-kdnssd/repos/kde-unstable-i686/
  kdenetwork-kdnssd/repos/kde-unstable-i686/PKGBUILD
    (from rev 188380, kdenetwork-kdnssd/kde-unstable/PKGBUILD)
  kdenetwork-kdnssd/repos/kde-unstable-x86_64/
  kdenetwork-kdnssd/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 188380, kdenetwork-kdnssd/kde-unstable/PKGBUILD)

------------------------------+
 kde-unstable-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: kdenetwork-kdnssd/repos/kde-unstable-i686/PKGBUILD (from rev 188380, kdenetwork-kdnssd/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2013-06-13 19:06:49 UTC (rev 188381)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdenetwork-kdnssd
+pkgver=4.10.80
+pkgrel=1
+pkgdesc='Monitors the network for DNS-SD services'
+url='http://www.kde.org/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/kdnssd-${pkgver}.tar.xz")
+sha1sums=('c5f2be73702d2707d2ed6079585ec5d6b2503ab8')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdnssd-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kdnssd/repos/kde-unstable-x86_64/PKGBUILD (from rev 188380, kdenetwork-kdnssd/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2013-06-13 19:06:49 UTC (rev 188381)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdenetwork-kdnssd
+pkgver=4.10.80
+pkgrel=1
+pkgdesc='Monitors the network for DNS-SD services'
+url='http://www.kde.org/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/kdnssd-${pkgver}.tar.xz")
+sha1sums=('c5f2be73702d2707d2ed6079585ec5d6b2503ab8')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdnssd-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}




More information about the arch-commits mailing list