aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/gnome-shell-disable-test.patch
blob: c61ff4a9425f2a244ad31b21efaeb5de399050e3 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
This test seems to require a D-Bus connection not available in the build
environment.

--- a/src/st/meson.build	2021-09-21 19:07:38.673049200 +0000
+++ b/src/st/meson.build	2021-09-26 18:23:38.461569826 +0000
@@ -191,18 +191,6 @@
   sources: st_enums[1]
 )
 
-test_theme = executable('test-theme',
-  sources: 'test-theme.c',
-  c_args: st_cflags,
-  dependencies: [mutter_dep, gtk_dep, libxml_dep],
-  build_rpath: mutter_typelibdir,
-  link_with: libst
-)
-
-test('CSS styling support', test_theme,
-  workdir: meson.current_source_dir()
-)
-
 libst_gir = gnome.generate_gir(libst,
   sources: st_gir_sources,
   nsversion: '1.0',
?id=87941d1df473511f0f75737e81a51a106132c9de'>system: Use "@" to refer to the 'shadow' package....Ludovic Courtès 2017-06-29Merge branch 'master' into core-updatesLeo Famulari 2017-06-29system: Add 'shadow' to %BASE-PACKAGES....Ludovic Courtès 2017-06-11Merge branch 'master' into core-updates...Marius Bakke 2017-06-10bootloader: Fix rebase error on f96752e commit....Mathieu Othacehe 2017-06-10bootloader: Rename boot-name to bootloader-name....Mathieu Othacehe 2017-06-10Merge branch 'master' into core-updatesMarius Bakke 2017-06-08bootloader: Use menu-entry to define custom bootloader entries....Mathieu Othacehe 2017-05-28gnu: Remove workaround for <https://bugs.gnu.org/26238>....Marius Bakke 2017-05-19system: Use Guile 2.2 rather than 2.0 in %BASE-PACKAGES....Ludovic Courtès 2017-05-16bootloader: Add bootloader name to boot-parameters record....Mathieu Othacehe 2017-05-16bootloader: Add extlinux support....Mathieu Othacehe 2017-05-13system: Export 'read-boot-parameters'....Alex Kost 2017-05-08system: Remove circular dependency between (gnu system) and (gnu system grub)....Danny Milosavljevic 2017-05-08system: Remove circular dependency between (gnu system) and (gnu system grub)....Danny Milosavljevic 2017-05-07system: Define <boot-parameters> before first use....Ludovic Courtès 2017-05-05system: Clarify that SYSTEM is either a derivation or #f....Danny Milosavljevic 2017-05-05system: Use operating-system-boot-parameters directly....Danny Milosavljevic 2017-05-05system: Introduce read-boot-parameters-file....Danny Milosavljevic 2017-05-05system: Introduce operating-system-kernel-arguments and use it....Danny Milosavljevic 2017-05-05system: Factorize operating-system-boot-parameters-file....Danny Milosavljevic 2017-05-03ui: Rename '_' to 'G_'....Ludovic Courtès 2017-04-22system: Rename operating-system-parameters-file to operating-system-boot-para......Danny Milosavljevic 2017-04-22system: Rename operating-system-kernel-arguments to operating-system-user-ker......Danny Milosavljevic 2017-04-19gnu: Add workaround for `date` regression in coreutils@8.26....Marius Bakke 2017-04-16services: 'service-parameters' becomes 'service-value'....Ludovic Courtès 2017-04-15system: Make grub use <menu-entry> instead of <boot-parameters> again....Danny Milosavljevic 2017-04-15system: Pass boot-parameters to (gnu system grub)....Mathieu Othacehe 2017-04-15system: Rename (internal) grub-device to fs->boot-device....Mathieu Othacehe 2017-04-15system: Rename operating-system-grub.cfg to operating-system-bootcfg....Mathieu Othacehe 2017-04-15system: Rename kernel->grub-label to kernel->boot-label....Mathieu Othacehe 2017-03-10system: Avoid '_' as a pattern variable in 'match'....Ludovic Courtès 2017-02-28vm: Remove hard coded kernel file name....David Craven 2017-01-31system: Introduce 'file-systems' Shepherd service....Ludovic Courtès 2016-11-22gnu: system: Add openfwwf-firmware to %base-firmware....Eric Bavier 2016-11-08system: Reintroduce 'GUIX_LOCPATH', for compatibility with glibc@2.23....Ludovic Courtès 2016-11-07Merge branch 'master' into core-updatesMark H Weaver 2016-11-06system: Avoid using device paths in <menu-entry> device field....Chris Marusich 2016-10-30Merge branch 'master' into core-updatesLeo Famulari 2016-10-30system: Record store file system info in each generation....Chris Marusich 2016-09-30Merge branch 'master' into core-updatesLudovic Courtès