aboutsummaryrefslogtreecommitdiffstats
path: root/community/tilix/dont-use-dub.patch
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-03-02 11:43:33 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-03-02 11:51:19 +0100
commit64931a5538bc07db9e26f4c93e09292f7a0901b9 (patch)
tree88944ae1fcafef614a7f2e7eb22f1db21bd780e6 /community/tilix/dont-use-dub.patch
parent745b4cafd37eb68e314e63b348386fd818339fb3 (diff)
downloadaports-64931a5538bc07db9e26f4c93e09292f7a0901b9.tar.bz2
aports-64931a5538bc07db9e26f4c93e09292f7a0901b9.tar.xz
community/tilix: move from testing
Diffstat (limited to 'community/tilix/dont-use-dub.patch')
-rw-r--r--community/tilix/dont-use-dub.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/community/tilix/dont-use-dub.patch b/community/tilix/dont-use-dub.patch
new file mode 100644
index 0000000000..38a425863b
--- /dev/null
+++ b/community/tilix/dont-use-dub.patch
@@ -0,0 +1,17 @@
+--- a/meson.build
++++ b/meson.build
+@@ -93,12 +93,8 @@ source_root = meson.source_root()
+ sources_dir = include_directories('source/')
+
+ # Dependencies
+-# Note relying on dub to fetch and build dependencies before running meson build is temporary due to a bug in Meson 0.48
+-# gtkd_dep = dependency('gtkd-3', version: '>= 3.8.5')
+-# vted_dep = dependency('vted-3', version: '>= 3.8.5')
+-
+-gtkd_dep = dependency('gtk-d:gtkd', version: '>=3.8.5', method: 'dub')
+-vted_dep = dependency('gtk-d:vte', version: '>=3.8.5', method: 'dub')
++gtkd_dep = dependency('gtkd-3', version: '>= 3.8.5')
++vted_dep = dependency('vted-3', version: '>= 3.8.5')
+ xlib_dep = dependency('x11')
+ libunwind_dep = dependency('libunwind')
+ msgfmt = find_program('msgfmt')