[arch-commits] Commit in fractal/repos/community-x86_64 (PKGBUILD PKGBUILD)

Bruno Pagani archange at archlinux.org
Sat Aug 8 15:46:43 UTC 2020


    Date: Saturday, August 8, 2020 @ 15:46:43
  Author: archange
Revision: 672449

archrelease: copy trunk to community-x86_64

Added:
  fractal/repos/community-x86_64/PKGBUILD
    (from rev 672448, fractal/trunk/PKGBUILD)
Deleted:
  fractal/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-08 15:46:16 UTC (rev 672448)
+++ PKGBUILD	2020-08-08 15:46:43 UTC (rev 672449)
@@ -1,26 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=fractal
-pkgver=4.2.2
-pkgrel=2
-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-plugin-gtk 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
-}

Copied: fractal/repos/community-x86_64/PKGBUILD (from rev 672448, fractal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-08 15:46:43 UTC (rev 672449)
@@ -0,0 +1,26 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=fractal
+pkgver=4.4.0
+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-plugin-gtk gst-plugins-bad gst-editing-services gtksourceview4 gspell libhandy)
+optdepends=('org.freedesktop.secrets: password storage')
+makedepends=(meson rust)
+_md5=d4168ac40fd681240964705e000dd353
+source=("https://gitlab.gnome.org/GNOME/fractal/uploads/${_md5}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('65af7912f3d04bd6b2386b023415fef26afc48d256af205256f86396a1415825')
+
+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