Skip to content

Commit

Permalink
x11-wm/wayfire: chase upstream tag update
Browse files Browse the repository at this point in the history
Affects only tests which are neither built nor installed.

Changes:	WayfireWM/wayfire@6095d3a...v0.7.1
Reported by:	GitHub (watch releases)
  • Loading branch information
jbeich committed May 4, 2021
1 parent 099fe9d commit e1d7d6f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion x11-wm/wayfire/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ USE_GL= egl glesv2
USE_GNOME= cairo
USE_XORG= pixman
GH_ACCOUNT= WayfireWM
GH_TUPLE= WayfireWM:wf-touch:b1075c5:wftouch/subprojects/wf-touch \
GH_TUPLE= WayfireWM:wf-touch:8974eb0:wftouch/subprojects/wf-touch \
WayfireWM:wf-utils:f45641b:wfutils/subprojects/wf-utils

OPTIONS_DEFINE= SUID X11
Expand Down
10 changes: 5 additions & 5 deletions x11-wm/wayfire/distinfo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TIMESTAMP = 1618996850
SHA256 (WayfireWM-wayfire-v0.7.1_GH0.tar.gz) = 96cb7820cddbae962ca456fd1989cdaa00cd880b109bf8e9d667b9264a20c257
SIZE (WayfireWM-wayfire-v0.7.1_GH0.tar.gz) = 363272
SHA256 (WayfireWM-wf-touch-b1075c5_GH0.tar.gz) = 107fd73280e90c1330adc051b4dada1549a47e221e60d601d23e15b995f8bdc9
SIZE (WayfireWM-wf-touch-b1075c5_GH0.tar.gz) = 53883
TIMESTAMP = 1620112621
SHA256 (WayfireWM-wayfire-v0.7.1_GH0.tar.gz) = af0af9d6623566e2b35d23e9422551a881fea41781478914d16fc9f4e2a14166
SIZE (WayfireWM-wayfire-v0.7.1_GH0.tar.gz) = 363286
SHA256 (WayfireWM-wf-touch-8974eb0_GH0.tar.gz) = 3d66a67b35452741135420caf43ba349d35fc64643b8e223e6cdf74dbcef33aa
SIZE (WayfireWM-wf-touch-8974eb0_GH0.tar.gz) = 9881
SHA256 (WayfireWM-wf-utils-f45641b_GH0.tar.gz) = 2f546333d4b1dfa3ed14caee3682dcc4c7e33164cb255991d918f3ace5f51dd7
SIZE (WayfireWM-wf-utils-f45641b_GH0.tar.gz) = 48453
10 changes: 7 additions & 3 deletions x11-wm/wayfire/files/patch-private-libs
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ it private to wayfire package for now.

# -------------------------------------------------------------------------------------------------
# Unit tests
--- subprojects/wf-touch/meson.build.orig 2020-09-20 09:41:37 UTC
--- subprojects/wf-touch/meson.build.orig 2021-03-19 14:56:39 UTC
+++ subprojects/wf-touch/meson.build
@@ -5,14 +5,18 @@ project('wf-touch', ['cpp'],
@@ -6,18 +6,22 @@ project('wf-touch', ['cpp'],
glm = dependency('glm')

wf_touch_inc_dirs = include_directories('.')
Expand All @@ -71,5 +71,9 @@ it private to wayfire package for now.
include_directories: wf_touch_inc_dirs, dependencies: glm)

+if not meson.is_subproject()
subdir('test')
doctest = dependency('doctest', required: get_option('tests'))

if doctest.found()
subdir('test')
+endif
endif

0 comments on commit e1d7d6f

Please sign in to comment.