[arch-commits] Commit in zeroconf-ioslave/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Oct 11 10:19:05 UTC 2018


    Date: Thursday, October 11, 2018 @ 10:19:05
  Author: arojas
Revision: 336334

archrelease: copy trunk to extra-x86_64

Added:
  zeroconf-ioslave/repos/extra-x86_64/PKGBUILD
    (from rev 336333, zeroconf-ioslave/trunk/PKGBUILD)
Deleted:
  zeroconf-ioslave/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-11 10:18:53 UTC (rev 336333)
+++ PKGBUILD	2018-10-11 10:19:05 UTC (rev 336334)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=zeroconf-ioslave
-pkgver=18.08.1
-pkgrel=1
-pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
-url='https://www.kde.org/applications/internet/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdenetwork)
-depends=(kio kdnssd)
-makedepends=(extra-cmake-modules)
-conflicts=(kdenetwork-zeroconf-ioslave)
-replaces=(kdenetwork-zeroconf-ioslave)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('51dfe79f72f6fa5d6d72e2a617e744d9aed9704336406b744fe4437642853e54'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: zeroconf-ioslave/repos/extra-x86_64/PKGBUILD (from rev 336333, zeroconf-ioslave/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-11 10:19:05 UTC (rev 336334)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=zeroconf-ioslave
+pkgver=18.08.2
+pkgrel=1
+pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
+url='https://www.kde.org/applications/internet/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdenetwork)
+depends=(kio kdnssd)
+makedepends=(extra-cmake-modules)
+conflicts=(kdenetwork-zeroconf-ioslave)
+replaces=(kdenetwork-zeroconf-ioslave)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('0ff97f14f55d3ae63b07d835e70648755800d2d57b19f63fd994b077e63f0e44'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list