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

Andrea Scarpino andrea at nymeria.archlinux.org
Sat Mar 8 18:24:15 UTC 2014


    Date: Saturday, March 8, 2014 @ 19:24:15
  Author: andrea
Revision: 106826

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

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

-------------------------------------+
 /PKGBUILD                           |   70 ++++++++++++++++++++++++++++++++++
 /kdeconnect.install                 |   22 ++++++++++
 community-i686/PKGBUILD             |   34 ----------------
 community-i686/kdeconnect.install   |   11 -----
 community-x86_64/PKGBUILD           |   34 ----------------
 community-x86_64/kdeconnect.install |   11 -----
 6 files changed, 92 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-03-08 18:23:44 UTC (rev 106825)
+++ community-i686/PKGBUILD	2014-03-08 18:24:15 UTC (rev 106826)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
-
-pkgname=kdeconnect
-pkgver=0.5
-pkgrel=1
-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')
-install="${pkgname}.install"
-source=("http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-kde-${pkgver}.tar.xz")
-md5sums=('c87a7032d5b66dc22b22004a8275b493')
-
-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-i686/PKGBUILD (from rev 106825, kdeconnect/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-03-08 18:24:15 UTC (rev 106826)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
+
+pkgname=kdeconnect
+pkgver=0.5.1
+pkgrel=1
+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=('0b85af9a0cd7e3feacffa2c0210dc1ec')
+
+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
+}

Deleted: community-i686/kdeconnect.install
===================================================================
--- community-i686/kdeconnect.install	2014-03-08 18:23:44 UTC (rev 106825)
+++ community-i686/kdeconnect.install	2014-03-08 18:24:15 UTC (rev 106826)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kdeconnect/repos/community-i686/kdeconnect.install (from rev 106825, kdeconnect/trunk/kdeconnect.install)
===================================================================
--- community-i686/kdeconnect.install	                        (rev 0)
+++ community-i686/kdeconnect.install	2014-03-08 18:24:15 UTC (rev 106826)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-03-08 18:23:44 UTC (rev 106825)
+++ community-x86_64/PKGBUILD	2014-03-08 18:24:15 UTC (rev 106826)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
-
-pkgname=kdeconnect
-pkgver=0.5
-pkgrel=1
-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')
-install="${pkgname}.install"
-source=("http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-kde-${pkgver}.tar.xz")
-md5sums=('c87a7032d5b66dc22b22004a8275b493')
-
-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-x86_64/PKGBUILD (from rev 106825, kdeconnect/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-03-08 18:24:15 UTC (rev 106826)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
+
+pkgname=kdeconnect
+pkgver=0.5.1
+pkgrel=1
+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=('0b85af9a0cd7e3feacffa2c0210dc1ec')
+
+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
+}

Deleted: community-x86_64/kdeconnect.install
===================================================================
--- community-x86_64/kdeconnect.install	2014-03-08 18:23:44 UTC (rev 106825)
+++ community-x86_64/kdeconnect.install	2014-03-08 18:24:15 UTC (rev 106826)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kdeconnect/repos/community-x86_64/kdeconnect.install (from rev 106825, kdeconnect/trunk/kdeconnect.install)
===================================================================
--- community-x86_64/kdeconnect.install	                        (rev 0)
+++ community-x86_64/kdeconnect.install	2014-03-08 18:24:15 UTC (rev 106826)
@@ -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