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

Antonio Rojas arojas at archlinux.org
Thu Apr 20 08:52:58 UTC 2017


    Date: Thursday, April 20, 2017 @ 08:52:57
  Author: arojas
Revision: 293466

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

Added:
  kdenetwork-zeroconf-ioslave/repos/kde-unstable-i686/
  kdenetwork-zeroconf-ioslave/repos/kde-unstable-i686/PKGBUILD
    (from rev 293465, kdenetwork-zeroconf-ioslave/trunk/PKGBUILD)
  kdenetwork-zeroconf-ioslave/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 293465, kdenetwork-zeroconf-ioslave/trunk/PKGBUILD)
Deleted:
  kdenetwork-zeroconf-ioslave/repos/kde-unstable-x86_64/PKGBUILD

------------------------------+
 /PKGBUILD                    |   38 ++++++++++++++++++++++++++++++++++++++
 kde-unstable-i686/PKGBUILD   |   38 ++++++++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   38 --------------------------------------
 3 files changed, 76 insertions(+), 38 deletions(-)

Copied: kdenetwork-zeroconf-ioslave/repos/kde-unstable-i686/PKGBUILD (from rev 293465, kdenetwork-zeroconf-ioslave/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2017-04-20 08:52:57 UTC (rev 293466)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdenetwork-zeroconf-ioslave
+pkgver=17.04.0
+pkgrel=1
+pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
+url='https://www.kde.org/applications/internet/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdenetwork-kdnssd')
+replaces=('kdenetwork-kdnssd')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz"{,.sig})
+sha256sums=('1f78e31c3097ffedd93c51b98f65b95a9ac87374718baed6ecd640272b4d24d4'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../zeroconf-ioslave-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2017-04-20 08:52:29 UTC (rev 293465)
+++ kde-unstable-x86_64/PKGBUILD	2017-04-20 08:52:57 UTC (rev 293466)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdenetwork-zeroconf-ioslave
-pkgver=17.03.90
-pkgrel=1
-pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
-url='https://www.kde.org/applications/internet/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-conflicts=('kdenetwork-kdnssd')
-replaces=('kdenetwork-kdnssd')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz"{,.sig})
-sha256sums=('2368d3d09df7af2cc1abb91c648fafce7ff759072579d70a1d99f7184074dcc2'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../zeroconf-ioslave-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-zeroconf-ioslave/repos/kde-unstable-x86_64/PKGBUILD (from rev 293465, kdenetwork-zeroconf-ioslave/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2017-04-20 08:52:57 UTC (rev 293466)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdenetwork-zeroconf-ioslave
+pkgver=17.04.0
+pkgrel=1
+pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
+url='https://www.kde.org/applications/internet/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdenetwork-kdnssd')
+replaces=('kdenetwork-kdnssd')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz"{,.sig})
+sha256sums=('1f78e31c3097ffedd93c51b98f65b95a9ac87374718baed6ecd640272b4d24d4'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../zeroconf-ioslave-${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