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

Bruno Pagani archange at archlinux.org
Sun Jul 28 20:03:14 UTC 2019


    Date: Sunday, July 28, 2019 @ 20:03:14
  Author: archange
Revision: 493948

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-28 20:03:02 UTC (rev 493947)
+++ PKGBUILD	2019-07-28 20:03:14 UTC (rev 493948)
@@ -1,26 +0,0 @@
-# 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
-}

Copied: fractal/repos/community-x86_64/PKGBUILD (from rev 493947, fractal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-28 20:03:14 UTC (rev 493948)
@@ -0,0 +1,26 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=fractal
+pkgver=4.2.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-plugins-bad gst-editing-services gtksourceview3 gspell libhandy)
+optdepends=('gnome-keyring: password storage (or use any other service implementing org.freedesktop.secrets)')
+makedepends=(meson rust)
+_md5=0dcc45d8a1f8f286238d7def68531a03
+source=("https://gitlab.gnome.org/GNOME/fractal/uploads/${_md5}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('ca73a7b611f763fb05a12c80f6473cc69bf8e7c282a3d9a66216108f9ac40d7f')
+
+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