[arch-commits] Commit in fractal/repos/community-x86_64 (PKGBUILD PKGBUILD)
Bruno Pagani
archange at archlinux.org
Sun Dec 23 13:10:48 UTC 2018
Date: Sunday, December 23, 2018 @ 13:10:47
Author: archange
Revision: 417614
archrelease: copy trunk to community-x86_64
Added:
fractal/repos/community-x86_64/PKGBUILD
(from rev 417613, fractal/trunk/PKGBUILD)
Deleted:
fractal/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 51 ++++++++++++++++++++++++++-------------------------
1 file changed, 26 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-12-23 13:10:19 UTC (rev 417613)
+++ PKGBUILD 2018-12-23 13:10:47 UTC (rev 417614)
@@ -1,25 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=fractal
-pkgver=4.0.0
-pkgrel=1
-pkgdesc="A GTK+ client for Matrix written in Rust"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/Fractal"
-license=('GPL3')
-depends=('gtk3' 'gst-plugins-base-libs' 'gst-plugins-bad' 'gtksourceview3' 'libhandy')
-makedepends=('meson' 'rust' 'gspell')
-_md5=ad6a483327c3e9ef5bb926b89fb26e2b
-source=("https://gitlab.gnome.org/GNOME/fractal/uploads/${_md5}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('10b1ae500f46485d9b8959ab81a40e62109ab2ea48126b2cca2390479bf318a0')
-
-build() {
- cd ${pkgname}-${pkgver}
- arch-meson . _build
- ninja -C _build
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- DESTDIR="${pkgdir}" ninja -C _build install
-}
Copied: fractal/repos/community-x86_64/PKGBUILD (from rev 417613, fractal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-12-23 13:10:47 UTC (rev 417614)
@@ -0,0 +1,26 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=fractal
+pkgver=4.0.0
+pkgrel=2
+pkgdesc="A GTK+ client for Matrix written in Rust"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/Fractal"
+license=('GPL3')
+depends=('gtk3' 'gst-plugins-base-libs' 'gst-plugins-bad' 'gtksourceview3' 'libhandy')
+optdepends=('gnome-keyring: password storage (or use any other service implementing org.freedesktop.secrets)')
+makedepends=('meson' 'rust' 'gspell')
+_md5=ad6a483327c3e9ef5bb926b89fb26e2b
+source=("https://gitlab.gnome.org/GNOME/fractal/uploads/${_md5}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('10b1ae500f46485d9b8959ab81a40e62109ab2ea48126b2cca2390479bf318a0')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ arch-meson . _build
+ ninja -C _build
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ DESTDIR="${pkgdir}" ninja -C _build install
+}
More information about the arch-commits
mailing list