[arch-commits] Commit in telepathy-logger-qt/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Mar 14 08:41:56 UTC 2020
Date: Saturday, March 14, 2020 @ 08:41:55
Author: arojas
Revision: 377522
archrelease: copy trunk to extra-x86_64
Added:
telepathy-logger-qt/repos/extra-x86_64/PKGBUILD
(from rev 377521, telepathy-logger-qt/trunk/PKGBUILD)
Deleted:
telepathy-logger-qt/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++---------------------------------
1 file changed, 32 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-14 08:41:24 UTC (rev 377521)
+++ PKGBUILD 2020-03-14 08:41:55 UTC (rev 377522)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: George Brooke <george+arch.aur at george-brooke.co.uk>
-
-pkgname=telepathy-logger-qt
-pkgver=17.08.0
-pkgrel=1
-pkgdesc="Qt bindings for telepathy logger"
-arch=(i686 x86_64)
-url='https://www.kde.org/'
-license=(GPL)
-depends=(telepathy-qt telepathy-logger)
-makedepends=(extra-cmake-modules doxygen python2)
-source=("http://download.kde.org/stable/$pkgname//${pkgver%.*}/src/$pkgname-$pkgver.tar.xz")
-sha256sums=('d098a77de2a58381d9ebcd64c8ae54c773b5206ed7888576653d3b505fe5032a')
-validpgpkeys=(D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heirecka at exherbo.org>
-
-prepare () {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DKDE_INSTALL_LIBDIR=lib \
- -DPYTHON_EXECUTABLE=/usr/bin/python2
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: telepathy-logger-qt/repos/extra-x86_64/PKGBUILD (from rev 377521, telepathy-logger-qt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-14 08:41:55 UTC (rev 377522)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: George Brooke <george+arch.aur at george-brooke.co.uk>
+
+pkgname=telepathy-logger-qt
+pkgver=17.09.0
+pkgrel=1
+pkgdesc="Qt bindings for telepathy logger"
+arch=(x86_64)
+url='https://www.kde.org/'
+license=(GPL)
+depends=(telepathy-qt telepathy-logger)
+makedepends=(extra-cmake-modules doxygen python qt5-tools)
+source=("https://download.kde.org/stable/$pkgname//${pkgver%.*}/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3190729d0df9001d683ba15605aaee65e46edcedad0e828e51312ea965ce135a'
+ 'SKIP')
+validpgpkeys=(D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heirecka at exherbo.org>
+
+prepare () {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list