summaryrefslogtreecommitdiff
path: root/x11/squeekboard/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/squeekboard/Makefile')
-rw-r--r--x11/squeekboard/Makefile31
1 files changed, 17 insertions, 14 deletions
diff --git a/x11/squeekboard/Makefile b/x11/squeekboard/Makefile
index 99de4429574d..49fc18a43d4e 100644
--- a/x11/squeekboard/Makefile
+++ b/x11/squeekboard/Makefile
@@ -1,7 +1,6 @@
PORTNAME= squeekboard
DISTVERSIONPREFIX= v
-DISTVERSION= 1.14.0
-PORTREVISION= 5
+DISTVERSION= 1.15.0
CATEGORIES= x11
MAINTAINER= jbeich@FreeBSD.org
@@ -25,20 +24,22 @@ USE_GITLAB= yes
USE_GNOME= cairo gdkpixbuf2 gnomedesktop3 gtk30
GL_SITE= https://gitlab.gnome.org
GL_ACCOUNT= World/Phosh
-GL_COMMIT= 8293c5f10dbd5c1fdb071e1f7e4a97a4cd52d592
+GL_COMMIT= 23ae771605b8ef01c5313f75e3a736d84beefba4
MAKE_ENV= ${CARGO_ENV}
MESON_ARGS= -Dstrict=false
PLIST_FILES= bin/${PORTNAME} \
bin/${PORTNAME}-entry \
bin/${PORTNAME}-test-layout \
- share/applications/sm.puri.Squeekboard.desktop
+ share/applications/sm.puri.Squeekboard.desktop \
+ share/locale/de/LC_MESSAGES/${PORTNAME}.mo
CARGO_CRATES= atk-0.7.0 \
atk-sys-0.9.1 \
+ autocfg-1.0.1 \
bitflags-1.2.1 \
cairo-rs-0.7.1 \
cairo-sys-rs-0.9.2 \
- cc-1.0.67 \
+ cc-1.0.72 \
clap-2.33.3 \
dtoa-0.4.8 \
fragile-0.3.0 \
@@ -53,24 +54,26 @@ CARGO_CRATES= atk-0.7.0 \
gobject-sys-0.9.1 \
gtk-0.7.0 \
gtk-sys-0.9.2 \
+ hashbrown-0.11.2 \
+ indexmap-1.7.0 \
lazy_static-1.4.0 \
- libc-0.2.94 \
+ libc-0.2.108 \
linked-hash-map-0.5.4 \
maplit-1.0.2 \
memmap-0.7.0 \
pango-0.7.0 \
pango-sys-0.9.1 \
- pkg-config-0.3.19 \
- proc-macro2-1.0.26 \
- quote-1.0.9 \
+ pkg-config-0.3.22 \
+ proc-macro2-1.0.32 \
+ quote-1.0.10 \
regex-1.3.9 \
regex-syntax-0.6.25 \
- serde-1.0.126 \
- serde_derive-1.0.126 \
- serde_yaml-0.8.17 \
- syn-1.0.72 \
+ serde-1.0.130 \
+ serde_derive-1.0.130 \
+ serde_yaml-0.8.21 \
+ syn-1.0.82 \
textwrap-0.11.0 \
- unicode-width-0.1.8 \
+ unicode-width-0.1.9 \
unicode-xid-0.2.2 \
winapi-0.3.9 \
winapi-i686-pc-windows-gnu-0.4.0 \