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

Antonio Rojas arojas at archlinux.org
Tue Oct 16 06:31:05 UTC 2018


    Date: Tuesday, October 16, 2018 @ 06:31:04
  Author: arojas
Revision: 394502

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-16 06:30:34 UTC (rev 394501)
+++ PKGBUILD	2018-10-16 06:31:04 UTC (rev 394502)
@@ -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.3.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 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=('848c9cc13988b3adca79508d37f41fb46254692c6ab496820d0852d1885df267')
-
-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
-}

Copied: kdeconnect/repos/community-x86_64/PKGBUILD (from rev 394501, kdeconnect/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-16 06:31:04 UTC (rev 394502)
@@ -0,0 +1,38 @@
+# 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.2
+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 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})
+sha256sums=('85878e483280f86ef86aa3f6f3a3369abc2ecb6c9ce1875d0f0ad685ec99e421'
+            'SKIP')
+validpgpkeys=(B3487CA0FF36258E2A2F338BD33E721DF877EFE8) # Albert Vaca Cintora <albertvaka at gmail.com>
+
+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