[arch-commits] Commit in ring-gnome/repos/community-x86_64 (PKGBUILD PKGBUILD)
Bruno Pagani
archange at archlinux.org
Sun Mar 17 17:02:20 UTC 2019
Date: Sunday, March 17, 2019 @ 17:02:19
Author: archange
Revision: 442393
archrelease: copy trunk to community-x86_64
Added:
ring-gnome/repos/community-x86_64/PKGBUILD
(from rev 442392, ring-gnome/trunk/PKGBUILD)
Deleted:
ring-gnome/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-17 17:02:04 UTC (rev 442392)
+++ PKGBUILD 2019-03-17 17:02:19 UTC (rev 442393)
@@ -1,37 +0,0 @@
-# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=ring-gnome
-pkgver=20190315
-pkgrel=1
-epoch=3
-pkgdesc="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'
- 'libnotify' 'libcanberra' 'libnm' 'libappindicator-gtk3')
-makedepends=('git' 'cmake')
-_commit=2e7ba6094795f0e88e339a598e8d6899df594146
-source=("git+https://git.ring.cx/savoirfairelinux/ring-client-gnome.git#commit=${_commit}")
-sha256sums=('SKIP')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../ring-client-gnome \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=None
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: ring-gnome/repos/community-x86_64/PKGBUILD (from rev 442392, ring-gnome/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-03-17 17:02:19 UTC (rev 442393)
@@ -0,0 +1,37 @@
+# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=ring-gnome
+pkgver=20190315
+pkgrel=2
+epoch=3
+pkgdesc="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'
+ 'libnotify' 'libcanberra' 'libnm')
+makedepends=('git' 'cmake')
+_commit=2e7ba6094795f0e88e339a598e8d6899df594146
+source=("git+https://git.ring.cx/savoirfairelinux/ring-client-gnome.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../ring-client-gnome \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=None
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list