[arch-commits] Commit in telepathy-kde-integration-module/repos/kde-unstable-x86_64 (2 files)
Antonio Rojas
arojas at archlinux.org
Fri Dec 1 19:01:20 UTC 2017
Date: Friday, December 1, 2017 @ 19:01:19
Author: arojas
Revision: 311425
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
telepathy-kde-integration-module/repos/kde-unstable-x86_64/PKGBUILD
(from rev 311424, telepathy-kde-integration-module/kde-unstable/PKGBUILD)
Deleted:
telepathy-kde-integration-module/repos/kde-unstable-x86_64/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-01 19:00:56 UTC (rev 311424)
+++ PKGBUILD 2017-12-01 19:01:19 UTC (rev 311425)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Laurent Carlier <lordheavym at gmail.com>
-
-pkgname=telepathy-kde-integration-module
-_pkgname=ktp-kded-module
-pkgver=17.11.80
-pkgrel=1
-pkgdesc='Sits in KDED and takes care of various bits of system integration like setting user to auto-away or handling connection errors'
-arch=(x86_64)
-url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=(GPL)
-groups=(kde-applications kdenetwork telepathy-kde)
-depends=(telepathy-kde-common-internals kidletime)
-makedepends=(extra-cmake-modules kdoctools python)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('be3f544e4615918d0d0bfbf47b677bf2328ca306cb8cb41f4a983d6a07b4210b'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
- F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$_pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DBUILD_TESTING=OFF
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: telepathy-kde-integration-module/repos/kde-unstable-x86_64/PKGBUILD (from rev 311424, telepathy-kde-integration-module/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-01 19:01:19 UTC (rev 311425)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Laurent Carlier <lordheavym at gmail.com>
+
+pkgname=telepathy-kde-integration-module
+_pkgname=ktp-kded-module
+pkgver=17.11.90
+pkgrel=1
+pkgdesc='Sits in KDED and takes care of various bits of system integration like setting user to auto-away or handling connection errors'
+arch=(x86_64)
+url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=(GPL)
+groups=(kde-applications kdenetwork telepathy-kde)
+depends=(telepathy-kde-common-internals kidletime)
+makedepends=(extra-cmake-modules kdoctools python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c19ae1ce1e11d5d3bf86419ed911c92985cb3047d472b7244f76e7ca5a3c50e3'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$_pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list