[arch-commits] Commit in telepathy-kde-auth-handler (3 files)

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 12:39:26
  Author: andrea
Revision: 207365

upgpkg: telepathy-kde-auth-handler 0.7.80-1

beta release

Added:
  telepathy-kde-auth-handler/kde-unstable/
  telepathy-kde-auth-handler/kde-unstable/PKGBUILD
(from rev 204064, telepathy-kde-auth-handler/trunk/PKGBUILD)
Deleted:
  telepathy-kde-auth-handler/kde-unstable/PKGBUILD

---+
 PKGBUILD  |   33 -
 kde-unstable/PKGBUILD |   33 +
 2 files changed, 33 insertions(+), 33 deletions(-)

Deleted: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-01-15 04:18:35 UTC (rev 204059)
+++ kde-unstable/PKGBUILD   2014-03-08 11:39:26 UTC (rev 207365)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-auth-handler
-_pkgname=ktp-auth-handler
-pkgver=0.7.0
-pkgrel=1
-pkgdesc=Provide UI/KWallet Integration For Passwords and SSL Errors on 
Account Connect
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals' 'qjson' 'qca-ossl' 'libaccounts-qt' 
'signon')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-source=(http://download.kde.org/stable/kde-telepathy/${pkgver}/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('0abeef4bc6905f0b975505f9a215bfbafa4b02a3')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-auth-handler/kde-unstable/PKGBUILD (from rev 204064, 
telepathy-kde-auth-handler/trunk/PKGBUILD)
===
--- kde-unstable/PKGBUILD   (rev 0)
+++ kde-unstable/PKGBUILD   2014-03-08 11:39:26 UTC (rev 207365)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-auth-handler
+_pkgname=ktp-auth-handler
+pkgver=0.7.80
+pkgrel=1
+pkgdesc=Provide UI/KWallet Integration For Passwords and SSL Errors on 
Account Connect
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-common-internals' 'qjson' 'qca-ossl' 'libaccounts-qt' 
'signon')
+makedepends=('cmake' 'automoc4')
+groups=('kde-telepathy')
+source=(http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('fa59e86cf30d97716fd25a2fb06fb1885ede4e6a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in telepathy-kde-auth-handler (3 files)

2013-04-05 Thread Andrea Scarpino
Date: Friday, April 5, 2013 @ 11:10:53
  Author: andrea
Revision: 182015

Fix source url

Modified:
  telepathy-kde-auth-handler/repos/extra-i686/PKGBUILD
  telepathy-kde-auth-handler/repos/extra-x86_64/PKGBUILD
  telepathy-kde-auth-handler/trunk/PKGBUILD

-+
 repos/extra-i686/PKGBUILD   |2 +-
 repos/extra-x86_64/PKGBUILD |2 +-
 trunk/PKGBUILD  |2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Modified: repos/extra-i686/PKGBUILD
===
--- repos/extra-i686/PKGBUILD   2013-04-05 09:10:51 UTC (rev 182014)
+++ repos/extra-i686/PKGBUILD   2013-04-05 09:10:53 UTC (rev 182015)
@@ -12,7 +12,7 @@
 depends=('telepathy-kde-common-internals' 'qjson')
 makedepends=('cmake' 'automoc4')
 groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+source=(http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
 sha1sums=('18817f0dfb506bc2800e7179ca184ff7929f558d')
 
 build() {

Modified: repos/extra-x86_64/PKGBUILD
===
--- repos/extra-x86_64/PKGBUILD 2013-04-05 09:10:51 UTC (rev 182014)
+++ repos/extra-x86_64/PKGBUILD 2013-04-05 09:10:53 UTC (rev 182015)
@@ -12,7 +12,7 @@
 depends=('telepathy-kde-common-internals' 'qjson')
 makedepends=('cmake' 'automoc4')
 groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+source=(http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
 sha1sums=('18817f0dfb506bc2800e7179ca184ff7929f558d')
 
 build() {

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2013-04-05 09:10:51 UTC (rev 182014)
+++ trunk/PKGBUILD  2013-04-05 09:10:53 UTC (rev 182015)
@@ -12,7 +12,7 @@
 depends=('telepathy-kde-common-internals' 'qjson')
 makedepends=('cmake' 'automoc4')
 groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+source=(http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
 sha1sums=('392ee2e0146e445950ecad1b0cae27ece77b7a3e')
 
 build() {