[arch-commits] Commit in ring-gnome (3 files)

Baptiste Jonglez zorun at archlinux.org
Sun Dec 31 19:06:29 UTC 2017


    Date: Sunday, December 31, 2017 @ 19:06:28
  Author: zorun
Revision: 277608

archrelease: copy trunk to community-x86_64

Added:
  ring-gnome/repos/
  ring-gnome/repos/community-x86_64/
  ring-gnome/repos/community-x86_64/PKGBUILD
    (from rev 277607, ring-gnome/trunk/PKGBUILD)

----------+
 PKGBUILD |   44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

Copied: ring-gnome/repos/community-x86_64/PKGBUILD (from rev 277607, ring-gnome/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2017-12-31 19:06:28 UTC (rev 277608)
@@ -0,0 +1,44 @@
+# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
+
+pkgname=ring-gnome
+pkgver=20171215.1.bc414d7
+pkgrel=2
+epoch=3
+pkgdesc="The GNOME client for ring.cx (formerly known as SFLphone)"
+arch=("x86_64")
+url="https://ring.cx"
+license=('GPL3')
+groups=("ring")
+depends=("libringclient" "ring-daemon"
+         "gtk3" "dconf" "clutter" "clutter-gtk" "webkit2gtk" "qrencode"
+         "qt5-base" "gtk-update-icon-cache" "desktop-file-utils"
+         "evolution-data-server" "libnotify")
+makedepends=('git' 'cmake' 'libnm-glib')
+optdepends=('libnm-glib: to make Network Manager notify the daemon when network changes')
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-client-gnome#commit=6b5f788d9304ef4dc9716524ad18cbb6fe38f354")
+sha256sums=('SKIP')
+
+build() {
+  cd "ring-client-gnome"
+
+  msg2 'Building...'
+  mkdir -p build
+  cd build
+  cmake .. \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "ring-client-gnome/build"
+
+  msg2 'Installing...'
+  make DESTDIR="$pkgdir" install
+
+  msg2 'Cleaning up pkgdir...'
+  find "$pkgdir" -type d -name .git -exec rm -r '{}' +
+  find "$pkgdir" -type f -name .gitignore -exec rm -r '{}' +
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list