[arch-commits] Commit in libringclient/repos/community-x86_64 (PKGBUILD PKGBUILD)
Baptiste Jonglez
zorun at archlinux.org
Fri Jun 15 06:31:51 UTC 2018
Date: Friday, June 15, 2018 @ 06:31:51
Author: zorun
Revision: 343279
archrelease: copy trunk to community-x86_64
Added:
libringclient/repos/community-x86_64/PKGBUILD
(from rev 343278, libringclient/trunk/PKGBUILD)
Deleted:
libringclient/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-15 06:31:40 UTC (rev 343278)
+++ PKGBUILD 2018-06-15 06:31:51 UTC (rev 343279)
@@ -1,40 +0,0 @@
-# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
-
-pkgname=libringclient
-pkgver=20180524.1.e0687ef
-pkgrel=1
-epoch=2
-pkgdesc="Ring is a free and universal communication platform which preserves the users' privacy and freedoms (client communication library)"
-arch=("x86_64")
-url="https://ring.cx"
-license=('GPL3')
-groups=("ring")
-depends=("ring-daemon" "qt5-base")
-makedepends=('git' 'cmake' 'qt5-tools')
-source=("git+https://gerrit-ring.savoirfairelinux.com/ring-lrc#commit=b3c8ce3856e48ee325ebcce69dc7d89f4ba78e4b")
-md5sums=('SKIP')
-
-build() {
- cd "ring-lrc"
-
- msg2 'Building...'
- mkdir -p build
- cd build
- cmake .. \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release
- make
-}
-
-package() {
- cd "ring-lrc/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:
Copied: libringclient/repos/community-x86_64/PKGBUILD (from rev 343278, libringclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-06-15 06:31:51 UTC (rev 343279)
@@ -0,0 +1,40 @@
+# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
+
+pkgname=libringclient
+pkgver=20180613.1.85cf38c
+pkgrel=1
+epoch=2
+pkgdesc="Ring is a free and universal communication platform which preserves the users' privacy and freedoms (client communication library)"
+arch=("x86_64")
+url="https://ring.cx"
+license=('GPL3')
+groups=("ring")
+depends=("ring-daemon" "qt5-base")
+makedepends=('git' 'cmake' 'qt5-tools')
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-lrc#commit=5896aeb7e495b423d4bd5b8f5fe36f67dd0bd86a")
+md5sums=('SKIP')
+
+build() {
+ cd "ring-lrc"
+
+ msg2 'Building...'
+ mkdir -p build
+ cd build
+ cmake .. \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release
+ make
+}
+
+package() {
+ cd "ring-lrc/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