[arch-commits] Commit in telepathy-glib/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Feb 4 21:32:32 UTC 2021


    Date: Thursday, February 4, 2021 @ 21:32:32
  Author: arojas
Revision: 407496

archrelease: copy trunk to extra-x86_64

Added:
  telepathy-glib/repos/extra-x86_64/PKGBUILD
    (from rev 407495, 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-02-04 21:32:19 UTC (rev 407495)
+++ PKGBUILD	2021-02-04 21:32:32 UTC (rev 407496)
@@ -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.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
-}

Copied: telepathy-glib/repos/extra-x86_64/PKGBUILD (from rev 407495, telepathy-glib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-04 21:32:32 UTC (rev 407496)
@@ -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=2
+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=('b0a374d771cdd081125f38c3abd079657642301c71a543d555e2bf21919273f0'
+            '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