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

Felix Yan fyan at archlinux.org
Sun Sep 28 08:11:23 UTC 2014


    Date: Sunday, September 28, 2014 @ 10:11:22
  Author: fyan
Revision: 119681

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

Added:
  kdeconnect/repos/community-staging-i686/
  kdeconnect/repos/community-staging-i686/PKGBUILD
    (from rev 119680, kdeconnect/trunk/PKGBUILD)
  kdeconnect/repos/community-staging-i686/kdeconnect.install
    (from rev 119680, kdeconnect/trunk/kdeconnect.install)
  kdeconnect/repos/community-staging-x86_64/
  kdeconnect/repos/community-staging-x86_64/PKGBUILD
    (from rev 119680, kdeconnect/trunk/PKGBUILD)
  kdeconnect/repos/community-staging-x86_64/kdeconnect.install
    (from rev 119680, kdeconnect/trunk/kdeconnect.install)

---------------------------------------------+
 community-staging-i686/PKGBUILD             |   35 ++++++++++++++++++++++++++
 community-staging-i686/kdeconnect.install   |   11 ++++++++
 community-staging-x86_64/PKGBUILD           |   35 ++++++++++++++++++++++++++
 community-staging-x86_64/kdeconnect.install |   11 ++++++++
 4 files changed, 92 insertions(+)

Copied: kdeconnect/repos/community-staging-i686/PKGBUILD (from rev 119680, kdeconnect/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-09-28 08:11:22 UTC (rev 119681)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
+
+pkgname=kdeconnect
+pkgver=0.7.2
+pkgrel=2
+pkgdesc='Adds communication between KDE and your smartphone'
+url='https://projects.kde.org/projects/playground/base/kdeconnect-kde'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('kdelibs' 'qjson' 'qca-ossl')
+makedepends=('automoc4' 'cmake')
+optdepends=('sshfs: remote filesystem browser')
+install="${pkgname}.install"
+source=("http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-kde-${pkgver}.tar.xz")
+md5sums=('1cd10d54bb3dc6e5b854ec110f63cecb')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-kde-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdeconnect/repos/community-staging-i686/kdeconnect.install (from rev 119680, kdeconnect/trunk/kdeconnect.install)
===================================================================
--- community-staging-i686/kdeconnect.install	                        (rev 0)
+++ community-staging-i686/kdeconnect.install	2014-09-28 08:11:22 UTC (rev 119681)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: kdeconnect/repos/community-staging-x86_64/PKGBUILD (from rev 119680, kdeconnect/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-09-28 08:11:22 UTC (rev 119681)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
+
+pkgname=kdeconnect
+pkgver=0.7.2
+pkgrel=2
+pkgdesc='Adds communication between KDE and your smartphone'
+url='https://projects.kde.org/projects/playground/base/kdeconnect-kde'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('kdelibs' 'qjson' 'qca-ossl')
+makedepends=('automoc4' 'cmake')
+optdepends=('sshfs: remote filesystem browser')
+install="${pkgname}.install"
+source=("http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-kde-${pkgver}.tar.xz")
+md5sums=('1cd10d54bb3dc6e5b854ec110f63cecb')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-kde-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdeconnect/repos/community-staging-x86_64/kdeconnect.install (from rev 119680, kdeconnect/trunk/kdeconnect.install)
===================================================================
--- community-staging-x86_64/kdeconnect.install	                        (rev 0)
+++ community-staging-x86_64/kdeconnect.install	2014-09-28 08:11:22 UTC (rev 119681)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}



More information about the arch-commits mailing list