[arch-commits] Commit in kdeconnect/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Apr 9 11:49:52 UTC 2018


    Date: Monday, April 9, 2018 @ 11:49:46
  Author: arojas
Revision: 315411

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-09 11:48:55 UTC (rev 315410)
+++ PKGBUILD	2018-04-09 11:49:46 UTC (rev 315411)
@@ -1,36 +0,0 @@
-# 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=1.2.1
-pkgrel=1
-pkgdesc='Adds communication between KDE and your smartphone'
-url='https://community.kde.org/KDEConnect'
-license=(GPL)
-arch=(x86_64)
-depends=(hicolor-icon-theme kcmutils kwayland libfakekey qca-qt5)
-makedepends=(extra-cmake-modules python kdoctools)
-optdepends=('sshfs: remote filesystem browser' 'kde-cli-tools: configuration UI')
-source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-kde-v$pkgver.tar.xz") # {.sig} key is not published
-sha256sums=('ef23eb8de8676f426298b244db426ad22e5212f26b3b435fd29a539fae186407')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-kde-v$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DCMAKE_INSTALL_LIBEXECDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdeconnect/repos/community-x86_64/PKGBUILD (from rev 315410, kdeconnect/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-09 11:49:46 UTC (rev 315411)
@@ -0,0 +1,36 @@
+# 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=1.3.0
+pkgrel=1
+pkgdesc='Adds communication between KDE and your smartphone'
+url='https://community.kde.org/KDEConnect'
+license=(GPL)
+arch=(x86_64)
+depends=(hicolor-icon-theme kcmutils kwayland libfakekey qca-qt5)
+makedepends=(extra-cmake-modules python kdoctools qt5-declarative)
+optdepends=('sshfs: remote filesystem browser' 'kde-cli-tools: configuration UI'
+            'qt5-declarative: QML bindings' 'python-nautilus: Nautilus integration')
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-kde-$pkgver.tar.xz") #{,.sig} unavailable key
+sha256sums=('954d4e9f7de06a7409d9e3e124c959481a1c2c20148576dc3d431a3d6129fb3f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-kde-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DCMAKE_INSTALL_LIBEXECDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list