mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
audio/gnome-podcasts: Chase USES=cargo's new git source support
PR: 256581
This commit is contained in:
parent
545ee2932d
commit
a160015b86
1 changed files with 2 additions and 5 deletions
|
@ -18,11 +18,9 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \
|
||||||
libhandy-1.so:x11-toolkits/libhandy
|
libhandy-1.so:x11-toolkits/libhandy
|
||||||
|
|
||||||
USES= cargo gettext gnome meson pkgconfig python:build shebangfix sqlite ssl
|
USES= cargo gettext gnome meson pkgconfig python:build shebangfix sqlite ssl
|
||||||
USE_GITHUB= nodefault
|
|
||||||
USE_GITLAB= yes
|
USE_GITLAB= yes
|
||||||
USE_GNOME= gdkpixbuf2 gtk30
|
USE_GNOME= gdkpixbuf2 gtk30
|
||||||
USE_GSTREAMER1= bad good libav
|
USE_GSTREAMER1= bad good libav
|
||||||
GH_TUPLE= danigm:gettext-rs:61938b9f5f1d3bdc31f9839f53fabe5ccf136a78:gettextrs
|
|
||||||
GL_SITE= https://gitlab.gnome.org
|
GL_SITE= https://gitlab.gnome.org
|
||||||
GL_ACCOUNT= World
|
GL_ACCOUNT= World
|
||||||
GL_COMMIT= e93a7ddabfe8289138280c3f613038b809b5033d
|
GL_COMMIT= e93a7ddabfe8289138280c3f613038b809b5033d
|
||||||
|
@ -89,7 +87,6 @@ CARGO_CRATES= aho-corasick-0.7.13 \
|
||||||
futures-task-0.3.5 \
|
futures-task-0.3.5 \
|
||||||
futures-util-0.3.5 \
|
futures-util-0.3.5 \
|
||||||
gdk-0.13.1 \
|
gdk-0.13.1 \
|
||||||
gettext-sys-0.19.9 \
|
|
||||||
gdk-pixbuf-0.9.0 \
|
gdk-pixbuf-0.9.0 \
|
||||||
gdk-pixbuf-sys-0.10.0 \
|
gdk-pixbuf-sys-0.10.0 \
|
||||||
gdk-sys-0.10.0 \
|
gdk-sys-0.10.0 \
|
||||||
|
@ -290,8 +287,8 @@ CARGO_CRATES= aho-corasick-0.7.13 \
|
||||||
ws2_32-sys-0.2.1 \
|
ws2_32-sys-0.2.1 \
|
||||||
xdg-2.2.0 \
|
xdg-2.2.0 \
|
||||||
xml-rs-0.8.3 \
|
xml-rs-0.8.3 \
|
||||||
xml5ever-0.16.1
|
xml5ever-0.16.1 \
|
||||||
CARGO_USE_GITHUB= yes
|
gettext-rs,gettext-sys@git+https://github.com/danigm/gettext-rs?branch=no-gettext\#61938b9f5f1d3bdc31f9839f53fabe5ccf136a78
|
||||||
CARGO_BUILD= no
|
CARGO_BUILD= no
|
||||||
CARGO_INSTALL= no
|
CARGO_INSTALL= no
|
||||||
CARGO_TEST= no
|
CARGO_TEST= no
|
||||||
|
|
Loading…
Add table
Reference in a new issue