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

Antonio Rojas arojas at archlinux.org
Tue Aug 27 13:00:57 UTC 2019


    Date: Tuesday, August 27, 2019 @ 13:00:56
  Author: arojas
Revision: 361273

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   63 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 29 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-27 13:00:32 UTC (rev 361272)
+++ PKGBUILD	2019-08-27 13:00:56 UTC (rev 361273)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=telepathy-accounts-signon
-pkgver=1.0
-pkgrel=4
-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=(qt5-base)
-source=("https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=$pkgver"
-        libsignon-glib-2.patch::"https://gitlab.com/accounts-sso/telepathy-accounts-signon/commit/df1ef923.patch")
-sha256sums=('9b9e4ef2f98d93ccb4d73ba6623ef38bd8f167965c68ec2486c0d9b8035a93ed'
-            'e736cc371560c25ddbe92b7a6624355f05e72219e48df2c8c128192af0f58290')
-
-prepare() {
-  mkdir -p build
-  mv $pkgname-$pkgver-* $pkgname-$pkgver
-
-  cd $pkgname-$pkgver/mcp-account-manager-accounts-sso
-  patch -p2 -i ../../libsignon-glib-2.patch # Fix build with libsignon-glib 2.0
-}
-
-build() {
-  cd build
-  qmake-qt5 ../$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: telepathy-accounts-signon/repos/extra-x86_64/PKGBUILD (from rev 361272, telepathy-accounts-signon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-27 13:00:56 UTC (rev 361273)
@@ -0,0 +1,29 @@
+# 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
+}



More information about the arch-commits mailing list