fractal: update to 4.0.0.
This commit is contained in:
parent
c26728e0c4
commit
a2b74adc2d
2 changed files with 8 additions and 15 deletions
|
@ -1,7 +0,0 @@
|
||||||
--- Cargo.toml.orig 2018-10-29 23:40:42.980123180 +0100
|
|
||||||
+++ Cargo.toml 2018-10-29 23:41:48.436502569 +0100
|
|
||||||
@@ -6,3 +6,4 @@
|
|
||||||
|
|
||||||
[patch.crates-io]
|
|
||||||
secret-service = { git = "https://github.com/jhaye/secret-service-rs", rev = "3c265527e43376fe8e00ddfa645a70813c35f449" }
|
|
||||||
+openssl-sys = {git = 'https://github.com/jnbr/rust-openssl', rev = "d5471c97ae86e5bd1032eb6fd95005933f507c49"}
|
|
|
@ -1,22 +1,22 @@
|
||||||
# Template file for 'fractal'
|
# Template file for 'fractal'
|
||||||
pkgname=fractal
|
pkgname=fractal
|
||||||
version=3.30.0
|
version=4.0.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="rust cargo pkg-config"
|
hostmakedepends="rust cargo pkg-config glib-devel"
|
||||||
makedepends="gtk+3-devel glib-devel libressl-devel gstreamer1-devel
|
makedepends="gtk+3-devel libglib-devel libressl-devel gstreamer1-devel
|
||||||
cairo-devel gettext-devel gst-plugins-base1-devel gst-plugins-bad1-devel
|
cairo-devel gettext-devel gst-plugins-base1-devel gst-plugins-bad1-devel
|
||||||
gtksourceview-devel pango-devel gspell-devel gmp-devel"
|
gtksourceview-devel pango-devel gspell-devel gmp-devel libsecret-devel
|
||||||
nocross=rust
|
libhandy-devel"
|
||||||
short_desc="Matrix Messaging Client for GNOME"
|
short_desc="Matrix Messaging Client for GNOME"
|
||||||
maintainer="Cameron Nemo <camerontnorman@gmail.com>"
|
maintainer="Cameron Nemo <camerontnorman@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://wiki.gnome.org/Apps/Fractal"
|
homepage="https://wiki.gnome.org/Apps/Fractal"
|
||||||
distfiles="https://gitlab.gnome.org/World/fractal/-/archive/$version/$pkgname-$version.tar.gz"
|
distfiles="https://gitlab.gnome.org/World/fractal/-/archive/$version/$pkgname-$version.tar.gz"
|
||||||
checksum=aa3645ff971525b059fa85da26e4afd5532e348acf6b161b706e2482894f63b3
|
checksum=f55b01dba5512abedd907d65bf1cd3a96243d81004152cd681ce7e306f777c2f
|
||||||
|
nocross="Can't find rust std - seems to ignore RUSTFLAGS"
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
cargo update --package petgraph --precise 0.4.13
|
|
||||||
export GETTEXT_BIN_DIR=/usr/bin
|
export GETTEXT_BIN_DIR=/usr/bin
|
||||||
export GETTEXT_LIB_DIR="${XBPS_CROSS_BASE}/usr/lib/gettext"
|
export GETTEXT_LIB_DIR="${XBPS_CROSS_BASE}/usr/lib/gettext"
|
||||||
export GETTEXT_INCLUDE_DIR="${XBPS_CROSS_BASE}/usr/include"
|
export GETTEXT_INCLUDE_DIR="${XBPS_CROSS_BASE}/usr/include"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue