[arch-commits] Commit in fractal/repos/community-x86_64 (PKGBUILD PKGBUILD)
Bruno Pagani
archange at archlinux.org
Tue Dec 3 23:06:33 UTC 2019
Date: Tuesday, December 3, 2019 @ 23:06:32
Author: archange
Revision: 535014
archrelease: copy trunk to community-x86_64
Added:
fractal/repos/community-x86_64/PKGBUILD
(from rev 535013, fractal/trunk/PKGBUILD)
Deleted:
fractal/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-03 23:06:23 UTC (rev 535013)
+++ PKGBUILD 2019-12-03 23:06:32 UTC (rev 535014)
@@ -1,26 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=fractal
-pkgver=4.2.1
-pkgrel=1
-pkgdesc="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 gst-editing-services gtksourceview4 gspell libhandy)
-optdepends=('gnome-keyring: password storage (or use any other service implementing org.freedesktop.secrets)')
-makedepends=(meson rust)
-_md5=b64b7523a811c152b2de11901cfe699e
-source=("https://gitlab.gnome.org/GNOME/fractal/uploads/${_md5}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('57a15d5913f76016617ac4a01e5673b55dcd5abc315a656cf847b060a18b1f38')
-
-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 535013, fractal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-12-03 23:06:32 UTC (rev 535014)
@@ -0,0 +1,26 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=fractal
+pkgver=4.2.2
+pkgrel=1
+pkgdesc="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 gst-editing-services gtksourceview4 gspell libhandy)
+optdepends=('org.freedesktop.secrets: password storage')
+makedepends=(meson rust)
+_md5=9f2b34d98cfe3c002f3afbfcbf14bc7c
+source=("https://gitlab.gnome.org/GNOME/fractal/uploads/${_md5}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('320d9a65097a07e08d608c5e55a2e14624db826d358326a5a21aefc901c371ff')
+
+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