gnome-44.0

This commit is contained in:
Rmys
2023-04-22 16:43:53 +03:00
parent 40523d7d10
commit 1502d96e4d
37 changed files with 650 additions and 163 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ from pisi.actionsapi import pisitools
def setup():
mesontools.configure("-Dskip_dbus_tests=true \
-Dskip_gtk_tests=true \
-Dprofiler=disabled \
-Dprofiler=disabled \
-Dinstalled_tests=false")
def build():
@@ -19,4 +19,4 @@ def build():
def install():
mesontools.install()
pisitools.dodoc("CONTRIBUTING.md", "COPYING", "NEWS", "README.md")
pisitools.dodoc("CONTRIBUTING.md", "COPYING", "NEWS", "README.md")
+34
View File
@@ -0,0 +1,34 @@
diff -Nuar a/installed-tests/js/meson.build b/installed-tests/js/meson.build
--- a/installed-tests/js/meson.build 2023-03-19 00:04:55.000000000 +0300
+++ b/installed-tests/js/meson.build 2023-03-19 11:23:33.538726462 +0300
@@ -203,9 +203,13 @@
# during build should be run using dbus-run-session
dbus_tests = ['GDBus']
-if have_gtk4 and not get_option('skip_gtk_tests')
- # FIXME: find out why GTK4 tries to acquire a message bus
- dbus_tests += 'Gtk4'
+if not get_option('skip_gtk_tests')
+ have_gtk4 = dependency('gtk4', required: false).found()
+
+ if have_gtk4
+ # FIXME: find out why GTK4 tries to acquire a message bus
+ dbus_tests += 'Gtk4'
+ endif
endif
bus_config = files('../../test/test-bus.conf')
diff -Nuar a/meson.build b/meson.build
--- a/meson.build 2023-03-19 00:04:55.000000000 +0300
+++ b/meson.build 2023-03-19 11:20:02.940359304 +0300
@@ -679,10 +679,6 @@
### Tests and test setups ######################################################
-if not get_option('skip_gtk_tests')
- have_gtk4 = dependency('gtk4', required: false).found()
-endif
-
subdir('installed-tests')
# Note: The test program in test/ needs to be ported
+11 -1
View File
@@ -13,7 +13,7 @@
<Icon>gjs</Icon>
<Summary>JavaScript bindings for GNOME</Summary>
<Description>JavaScript bindings for GNOME</Description>
<Archive sha1sum="5c1b960208e56b0f94acabd1f2aceb6bc5ba667f">https://download.gnome.org/sources/gjs/1.74/gjs-1.74.1.tar.xz</Archive>
<Archive sha1sum="1fb5680b9c36c6be017f2e74f89ddc8e0325441d">https://download.gnome.org/sources/gjs/1.76/gjs-1.76.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>mozjs-102-devel</Dependency>
<Dependency>meson</Dependency>
@@ -23,6 +23,9 @@
<Dependency>cairo-devel</Dependency>
<Dependency>systemtap-sdt-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">test.patch</Patch>
</Patches>
</Source>
<Package>
@@ -64,6 +67,13 @@
</Package>
<History>
<Update release="10">
<Date>2023-03-19</Date>
<Version>1.76.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="9">
<Date>2022-10-30</Date>
<Version>1.74.1</Version>