[arch-commits] Commit in telepathy-kde-call-ui (5 files)
Antonio Rojas
arojas at archlinux.org
Sat Mar 26 23:31:27 UTC 2016
Date: Sunday, March 27, 2016 @ 00:31:27
Author: arojas
Revision: 262766
archrelease: copy kde-unstable to staging-i686, staging-x86_64
Added:
telepathy-kde-call-ui/repos/
telepathy-kde-call-ui/repos/staging-i686/
telepathy-kde-call-ui/repos/staging-i686/PKGBUILD
(from rev 262765, telepathy-kde-call-ui/kde-unstable/PKGBUILD)
telepathy-kde-call-ui/repos/staging-x86_64/
telepathy-kde-call-ui/repos/staging-x86_64/PKGBUILD
(from rev 262765, telepathy-kde-call-ui/kde-unstable/PKGBUILD)
-------------------------+
staging-i686/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
staging-x86_64/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 72 insertions(+)
Copied: telepathy-kde-call-ui/repos/staging-i686/PKGBUILD (from rev 262765, telepathy-kde-call-ui/kde-unstable/PKGBUILD)
===================================================================
--- repos/staging-i686/PKGBUILD (rev 0)
+++ repos/staging-i686/PKGBUILD 2016-03-26 23:31:27 UTC (rev 262766)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=telepathy-kde-call-ui
+_pkgname=ktp-call-ui
+pkgver=16.03.80
+pkgrel=1
+pkgdesc='Voice/Video Call UI for Telepathy'
+arch=(i686 x86_64)
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=(GPL)
+groups=(kde-applications kdenetwork telepathy-kde)
+depends=(telepathy-kde-common-internals qt5-gstreamer)
+makedepends=(extra-cmake-modules boost)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz")
+md5sums=('6ed5d4ac8b1c77e1a02401d1d3c4b39b')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$_pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DLIB_INSTALL_DIR=lib \
+ -DLIBEXEC_INSTALL_DIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Copied: telepathy-kde-call-ui/repos/staging-x86_64/PKGBUILD (from rev 262765, telepathy-kde-call-ui/kde-unstable/PKGBUILD)
===================================================================
--- repos/staging-x86_64/PKGBUILD (rev 0)
+++ repos/staging-x86_64/PKGBUILD 2016-03-26 23:31:27 UTC (rev 262766)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=telepathy-kde-call-ui
+_pkgname=ktp-call-ui
+pkgver=16.03.80
+pkgrel=1
+pkgdesc='Voice/Video Call UI for Telepathy'
+arch=(i686 x86_64)
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=(GPL)
+groups=(kde-applications kdenetwork telepathy-kde)
+depends=(telepathy-kde-common-internals qt5-gstreamer)
+makedepends=(extra-cmake-modules boost)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz")
+md5sums=('6ed5d4ac8b1c77e1a02401d1d3c4b39b')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$_pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DLIB_INSTALL_DIR=lib \
+ -DLIBEXEC_INSTALL_DIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list