[arch-commits] Commit in telepathy-accounts-signon/repos/extra-x86_64 (2 files)

Antonio Rojas arojas at archlinux.org
Mon Dec 2 11:06:35 UTC 2019


    Date: Monday, December 2, 2019 @ 11:06:34
  Author: arojas
Revision: 370200

archrelease: copy trunk to extra-x86_64

Added:
  telepathy-accounts-signon/repos/extra-x86_64/PKGBUILD
    (from rev 370199, telepathy-accounts-signon/trunk/PKGBUILD)
Deleted:
  telepathy-accounts-signon/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   59 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 30 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-02 11:05:53 UTC (rev 370199)
+++ PKGBUILD	2019-12-02 11:06:34 UTC (rev 370200)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=telepathy-accounts-signon
-pkgver=2.0
-pkgrel=1
-pkgdesc="A mission control plugin for Telepathy, integrating with libaccounts and libsignon to provide IM accounts and authentication"
-arch=(x86_64)
-url='https://gitlab.com/accounts-sso/telepathy-accounts-signon'
-license=(LGPL)
-depends=(telepathy-mission-control libaccounts-glib libsignon-glib)
-makedepends=(meson)
-source=($pkgname-$pkgver.tar.gz::"https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=$pkgver")
-sha256sums=('43fd6dc3c9c90b12e6dc806ea9a8c9cac87e514bf55156f95f4a43189e82528c')
-
-prepare() {
-  mkdir -p build
-  mv $pkgname-$pkgver-* $pkgname-$pkgver
-}
-
-build() {
-  cd build
-  meson ../$pkgname-$pkgver
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: telepathy-accounts-signon/repos/extra-x86_64/PKGBUILD (from rev 370199, telepathy-accounts-signon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-02 11:06:34 UTC (rev 370200)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=telepathy-accounts-signon
+pkgver=2.1
+pkgrel=1
+pkgdesc="A mission control plugin for Telepathy, integrating with libaccounts and libsignon to provide IM accounts and authentication"
+arch=(x86_64)
+url='https://gitlab.com/accounts-sso/telepathy-accounts-signon'
+license=(LGPL)
+depends=(telepathy-mission-control libaccounts-glib libsignon-glib)
+makedepends=(meson)
+source=($pkgname-$pkgver.tar.gz::"https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=$pkgver")
+sha256sums=('4a39e8e45bc0aaf74b6c6188ce6d6388abe7552632201a80bc570b10c0555682')
+
+prepare() {
+  mkdir -p build
+  mv $pkgname-$pkgver-* $pkgname-$pkgver
+}
+
+build() {
+  cd build
+  meson ../$pkgname-$pkgver \
+    --prefix /usr
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list