[arch-commits] Commit in fractal/repos/community-x86_64 (PKGBUILD PKGBUILD)
Bruno Pagani
archange at archlinux.org
Tue Apr 7 19:14:38 UTC 2020
Date: Tuesday, April 7, 2020 @ 19:14:37
Author: archange
Revision: 612486
archrelease: copy trunk to community-x86_64
Added:
fractal/repos/community-x86_64/PKGBUILD
(from rev 612485, fractal/trunk/PKGBUILD)
Deleted:
fractal/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-07 19:14:30 UTC (rev 612485)
+++ PKGBUILD 2020-04-07 19:14:37 UTC (rev 612486)
@@ -1,26 +0,0 @@
-# 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
-}
Copied: fractal/repos/community-x86_64/PKGBUILD (from rev 612485, fractal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-07 19:14:37 UTC (rev 612486)
@@ -0,0 +1,26 @@
+# 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
+}
More information about the arch-commits
mailing list