[arch-commits] Commit in kdenetwork-zeroconf-ioslave/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Fri Mar 27 09:04:06 UTC 2015
Date: Friday, March 27, 2015 @ 10:04:05
Author: arojas
Revision: 235134
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdenetwork-zeroconf-ioslave/repos/kde-unstable-i686/PKGBUILD
(from rev 235133, kdenetwork-zeroconf-ioslave/kde-unstable/PKGBUILD)
kdenetwork-zeroconf-ioslave/repos/kde-unstable-x86_64/PKGBUILD
(from rev 235133, kdenetwork-zeroconf-ioslave/kde-unstable/PKGBUILD)
Deleted:
kdenetwork-zeroconf-ioslave/repos/kde-unstable-i686/PKGBUILD
kdenetwork-zeroconf-ioslave/repos/kde-unstable-x86_64/PKGBUILD
------------------------------+
/PKGBUILD | 72 +++++++++++++++++++++++++++++++++++++++++
kde-unstable-i686/PKGBUILD | 36 --------------------
kde-unstable-x86_64/PKGBUILD | 36 --------------------
3 files changed, 72 insertions(+), 72 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2015-03-27 09:03:46 UTC (rev 235133)
+++ kde-unstable-i686/PKGBUILD 2015-03-27 09:04:05 UTC (rev 235134)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdenetwork-zeroconf-ioslave
-pkgver=15.03.95
-pkgrel=1
-pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
-url='https://projects.kde.org/projects/kde/kdenetwork/zeroconf-ioslave'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-conflicts=('kdenetwork-kdnssd')
-replaces=('kdenetwork-kdnssd')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz")
-sha1sums=('84ba6f5103e276ba947a75145fc8c9e86a6a2065')
-
-prepare() {
- mkdir 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-i686/PKGBUILD (from rev 235133, kdenetwork-zeroconf-ioslave/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2015-03-27 09:04:05 UTC (rev 235134)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdenetwork-zeroconf-ioslave
+pkgver=15.03.97
+pkgrel=1
+pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
+url='https://projects.kde.org/projects/kde/kdenetwork/zeroconf-ioslave'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdenetwork-kdnssd')
+replaces=('kdenetwork-kdnssd')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz")
+sha1sums=('1551dce73bdf523a2853f489f0391a5ca7decbbf')
+
+prepare() {
+ mkdir 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 2015-03-27 09:03:46 UTC (rev 235133)
+++ kde-unstable-x86_64/PKGBUILD 2015-03-27 09:04:05 UTC (rev 235134)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdenetwork-zeroconf-ioslave
-pkgver=15.03.95
-pkgrel=1
-pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
-url='https://projects.kde.org/projects/kde/kdenetwork/zeroconf-ioslave'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-conflicts=('kdenetwork-kdnssd')
-replaces=('kdenetwork-kdnssd')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz")
-sha1sums=('84ba6f5103e276ba947a75145fc8c9e86a6a2065')
-
-prepare() {
- mkdir 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 235133, kdenetwork-zeroconf-ioslave/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2015-03-27 09:04:05 UTC (rev 235134)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdenetwork-zeroconf-ioslave
+pkgver=15.03.97
+pkgrel=1
+pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
+url='https://projects.kde.org/projects/kde/kdenetwork/zeroconf-ioslave'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdenetwork-kdnssd')
+replaces=('kdenetwork-kdnssd')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz")
+sha1sums=('1551dce73bdf523a2853f489f0391a5ca7decbbf')
+
+prepare() {
+ mkdir 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