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

Antonio Rojas arojas at archlinux.org
Sat Jul 2 21:24:17 UTC 2016


    Date: Saturday, July 2, 2016 @ 21:24:17
  Author: arojas
Revision: 181797

archrelease: copy trunk to community-i686, community-x86_64

Added:
  kdeconnect/repos/community-i686/PKGBUILD
    (from rev 181796, kdeconnect/trunk/PKGBUILD)
  kdeconnect/repos/community-x86_64/PKGBUILD
    (from rev 181796, kdeconnect/trunk/PKGBUILD)
Deleted:
  kdeconnect/repos/community-i686/PKGBUILD
  kdeconnect/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   76 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   39 ----------------------
 community-x86_64/PKGBUILD |   39 ----------------------
 3 files changed, 76 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-07-02 21:23:39 UTC (rev 181796)
+++ community-i686/PKGBUILD	2016-07-02 21:24:17 UTC (rev 181797)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
-
-pkgname=kdeconnect
-pkgver=0.9.g
-_pkgver=0.9g
-pkgrel=2
-pkgdesc='Adds communication between KDE and your smartphone'
-url='https://community.kde.org/KDEConnect'
-license=(GPL)
-arch=(i686 x86_64)
-depends=(hicolor-icon-theme kcmutils kwayland libfakekey qca-qt5)
-makedepends=(extra-cmake-modules python)
-optdepends=('sshfs: remote filesystem browser' 'kde-cli-tools: configuration UI')
-source=("http://download.kde.org/unstable/$pkgname/${pkgver%.*}/src/$pkgname-kde-${_pkgver}.tar.xz")
-md5sums=('1472d071bd3d4f46c125a3aa0f387ca2')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-kde-$_pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DLIBEXEC_INSTALL_DIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdeconnect/repos/community-i686/PKGBUILD (from rev 181796, kdeconnect/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-07-02 21:24:17 UTC (rev 181797)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
+
+pkgname=kdeconnect
+pkgver=0.9.g
+_pkgver=0.9g
+pkgrel=3
+pkgdesc='Adds communication between KDE and your smartphone'
+url='https://community.kde.org/KDEConnect'
+license=(GPL)
+arch=(i686 x86_64)
+depends=(hicolor-icon-theme kcmutils kwayland libfakekey qca-qt5)
+makedepends=(extra-cmake-modules python)
+optdepends=('sshfs: remote filesystem browser' 'kde-cli-tools: configuration UI')
+source=("http://download.kde.org/unstable/$pkgname/${pkgver%.*}/src/$pkgname-kde-${_pkgver}.tar.xz")
+md5sums=('1472d071bd3d4f46c125a3aa0f387ca2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-kde-$_pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_LIBEXECDIR=/usr/lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-07-02 21:23:39 UTC (rev 181796)
+++ community-x86_64/PKGBUILD	2016-07-02 21:24:17 UTC (rev 181797)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
-
-pkgname=kdeconnect
-pkgver=0.9.g
-_pkgver=0.9g
-pkgrel=2
-pkgdesc='Adds communication between KDE and your smartphone'
-url='https://community.kde.org/KDEConnect'
-license=(GPL)
-arch=(i686 x86_64)
-depends=(hicolor-icon-theme kcmutils kwayland libfakekey qca-qt5)
-makedepends=(extra-cmake-modules python)
-optdepends=('sshfs: remote filesystem browser' 'kde-cli-tools: configuration UI')
-source=("http://download.kde.org/unstable/$pkgname/${pkgver%.*}/src/$pkgname-kde-${_pkgver}.tar.xz")
-md5sums=('1472d071bd3d4f46c125a3aa0f387ca2')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-kde-$_pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DLIBEXEC_INSTALL_DIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdeconnect/repos/community-x86_64/PKGBUILD (from rev 181796, kdeconnect/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-07-02 21:24:17 UTC (rev 181797)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
+
+pkgname=kdeconnect
+pkgver=0.9.g
+_pkgver=0.9g
+pkgrel=3
+pkgdesc='Adds communication between KDE and your smartphone'
+url='https://community.kde.org/KDEConnect'
+license=(GPL)
+arch=(i686 x86_64)
+depends=(hicolor-icon-theme kcmutils kwayland libfakekey qca-qt5)
+makedepends=(extra-cmake-modules python)
+optdepends=('sshfs: remote filesystem browser' 'kde-cli-tools: configuration UI')
+source=("http://download.kde.org/unstable/$pkgname/${pkgver%.*}/src/$pkgname-kde-${_pkgver}.tar.xz")
+md5sums=('1472d071bd3d4f46c125a3aa0f387ca2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-kde-$_pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_LIBEXECDIR=/usr/lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list