[arch-commits] Commit in telepathy-glib/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Jan 26 18:48:53 UTC 2021
Date: Tuesday, January 26, 2021 @ 18:48:53
Author: arojas
Revision: 406799
archrelease: copy trunk to extra-x86_64
Added:
telepathy-glib/repos/extra-x86_64/PKGBUILD
(from rev 406798, telepathy-glib/trunk/PKGBUILD)
Deleted:
telepathy-glib/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-26 18:48:43 UTC (rev 406798)
+++ PKGBUILD 2021-01-26 18:48:53 UTC (rev 406799)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Kessia 'even' Pinheiro <kessiapinheiro at gmail.com
-# Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
-
-pkgname=telepathy-glib
-pkgver=0.24.1
-pkgrel=4
-pkgdesc="GLib bindings for the Telepathy D-Bus protocol"
-arch=(x86_64)
-url="https://telepathy.freedesktop.org"
-license=(LGPL2.1)
-depends=(dbus-glib)
-makedepends=(libxslt vala gobject-introspection python)
-source=(https://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
-sha256sums=('9e0df1d8f857e0270cf0b32e2d1ca5a24aa7282873361785d573f72ad7f7d5eb'
- 'SKIP')
-validpgpkeys=('1B5A1BA811AAF0F12169E28AAC558671711E31B1') # Guillaume Desmottes
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr \
- --libexecdir=/usr/lib/telepathy \
- --enable-vala-bindings \
- --enable-static=no
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: telepathy-glib/repos/extra-x86_64/PKGBUILD (from rev 406798, telepathy-glib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-01-26 18:48:53 UTC (rev 406799)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Kessia 'even' Pinheiro <kessiapinheiro at gmail.com
+# Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
+
+pkgname=telepathy-glib
+pkgver=0.24.2
+pkgrel=1
+pkgdesc="GLib bindings for the Telepathy D-Bus protocol"
+arch=(x86_64)
+url="https://telepathy.freedesktop.org"
+license=(LGPL2.1)
+depends=(dbus-glib)
+makedepends=(libxslt vala gobject-introspection python)
+source=(https://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
+sha256sums=('e32097e8609d87b2de137a6418e4c4f8409886eada3bb5f6e7795cbaa0c8653c'
+ 'SKIP')
+validpgpkeys=('AA33B0D27868E36C151780F0FE0B6D736B1195ED') # Alexandr Akulich <akulichalexander at gmail.com>
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr \
+ --libexecdir=/usr/lib/telepathy \
+ --enable-vala-bindings \
+ --enable-static=no
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list