[arch-commits] Commit in ring-gnome/repos (2 files)

Baptiste Jonglez zorun at archlinux.org
Sat Mar 31 21:29:24 UTC 2018


    Date: Saturday, March 31, 2018 @ 21:29:23
  Author: zorun
Revision: 313645

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: ring-gnome/repos/community-staging-x86_64/PKGBUILD (from rev 313644, ring-gnome/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-03-31 21:29:23 UTC (rev 313645)
@@ -0,0 +1,43 @@
+# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
+
+pkgname=ring-gnome
+pkgver=20180330.1.0d611bb
+pkgrel=1
+epoch=3
+pkgdesc="Ring is a free and universal communication platform which preserves the users' privacy and freedoms (GNOME client)"
+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" "libcanberra" "libnm")
+makedepends=('git' 'cmake')
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-client-gnome#commit=82d0d2d23cb30780b649f3e38d3392e2662fb306")
+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