[gnome-build-meta/abderrahim/gtkmm-world] move unstable gtkmm and friends to world/
- From: Abderrahim Kitouni <akitouni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/abderrahim/gtkmm-world] move unstable gtkmm and friends to world/
- Date: Sat, 8 Feb 2020 18:37:57 +0000 (UTC)
commit 8c866a416bcb1a9571b9685e4b970e8b3cce6da3
Author: Abderrahim Kitouni <akitouni gnome org>
Date: Sat Feb 8 19:36:35 2020 +0100
move unstable gtkmm and friends to world/
stable branches are still in core-deps
elements/core-deps.bst | 6 ------
elements/world.bst | 6 ++++++
elements/{core-deps => world}/atkmm.bst | 6 +++++-
elements/{core-deps => world}/cairomm.bst | 6 +++++-
elements/{core-deps => world}/glibmm.bst | 6 +++++-
elements/{core-deps => world}/gtkmm.bst | 10 +++++++---
elements/{core-deps => world}/libsigcplusplus.bst | 0
elements/{core-deps => world}/pangomm.bst | 8 ++++++--
8 files changed, 34 insertions(+), 14 deletions(-)
---
diff --git a/elements/core-deps.bst b/elements/core-deps.bst
index 7c419260..f08fb808 100644
--- a/elements/core-deps.bst
+++ b/elements/core-deps.bst
@@ -10,14 +10,12 @@ depends:
- core-deps/accountsservice.bst
- core-deps/amtk.bst
- core-deps/atkmm-1.6.bst
-- core-deps/atkmm.bst
- core-deps/avahi.bst
- core-deps/babl.bst
- core-deps/berkeleydb.bst
- core-deps/blockdev.bst
- core-deps/boost.bst
- core-deps/cairomm-1.0.bst
-- core-deps/cairomm.bst
- core-deps/colord-gtk.bst
- core-deps/colord.bst
- core-deps/cryptsetup.bst
@@ -32,7 +30,6 @@ depends:
- core-deps/geocode-glib.bst
- core-deps/gexiv2.bst
- core-deps/glibmm-2.4.bst
-- core-deps/glibmm.bst
- core-deps/gmime3.bst
- core-deps/gnome-autoar.bst
- core-deps/gnome-online-accounts.bst
@@ -47,7 +44,6 @@ depends:
- core-deps/gssdp.bst
- core-deps/gtk-vnc.bst
- core-deps/gtkmm-3.bst
-- core-deps/gtkmm.bst
- core-deps/gupnp-av.bst
- core-deps/gupnp-dlna.bst
- core-deps/gupnp.bst
@@ -86,7 +82,6 @@ depends:
- core-deps/libqmi.bst
- core-deps/librest.bst
- core-deps/libsigcplusplus-2.0.bst
-- core-deps/libsigcplusplus.bst
- core-deps/libusb.bst
- core-deps/libvirt-glib.bst
- core-deps/libvirt.bst
@@ -106,7 +101,6 @@ depends:
- core-deps/openldap.bst
- core-deps/osinfo-db-tools.bst
- core-deps/pangomm-1.4.bst
-- core-deps/pangomm.bst
- core-deps/parted.bst
- core-deps/phodav.bst
- core-deps/polkit.bst
diff --git a/elements/world.bst b/elements/world.bst
index a05d9d20..d35216e1 100644
--- a/elements/world.bst
+++ b/elements/world.bst
@@ -6,7 +6,9 @@ kind: stack
depends:
- world/accerciser.bst
- world/anthy.bst
+- world/atkmm.bst
- world/bijiben.bst
+- world/cairomm.bst
- world/dconf-editor.bst
- world/devhelp.bst
- world/evolution.bst
@@ -15,6 +17,7 @@ depends:
- world/ghex.bst
- world/gitg.bst
- world/glade.bst
+- world/glibmm.bst
- world/gnome-builder.bst
- world/gnome-chess.bst
- world/gnome-code-assistance.bst
@@ -37,6 +40,7 @@ depends:
- world/gnome-tetravex.bst
- world/gnome-todo.bst
- world/gnome-tweaks.bst
+- world/gtkmm.bst
- world/gtkspell.bst
- world/gupnp-igd.bst
- world/hitori.bst
@@ -60,10 +64,12 @@ depends:
- world/libmtp.bst
- world/libnfs.bst
- world/libpinyin.bst
+- world/libsigcplusplus.bst
- world/libssh2.bst
- world/libusbmuxd.bst
- world/lightsoff.bst
- world/network-manager-applet.bst
+- world/pangomm.bst
- world/plist.bst
- world/polari.bst
- world/qqwing.bst
diff --git a/elements/core-deps/atkmm.bst b/elements/world/atkmm.bst
similarity index 93%
rename from elements/core-deps/atkmm.bst
rename to elements/world/atkmm.bst
index 1ed6568c..e4e97f15 100644
--- a/elements/core-deps/atkmm.bst
+++ b/elements/world/atkmm.bst
@@ -1,15 +1,19 @@
kind: autotools
+
sources:
- kind: git_tag
url: gitlab_gnome_org:GNOME/atkmm.git
track: master
+
build-depends:
- freedesktop-sdk.bst:components/perl-xml-parser.bst
- freedesktop-sdk.bst:public-stacks/buildsystem-autotools.bst
+
depends:
-- core-deps/glibmm.bst
- sdk/atk.bst
+- world/glibmm.bst
- freedesktop-sdk.bst:bootstrap-import.bst
+
variables:
conf-local: >-
--enable-maintainer-mode
diff --git a/elements/core-deps/cairomm.bst b/elements/world/cairomm.bst
similarity index 91%
rename from elements/core-deps/cairomm.bst
rename to elements/world/cairomm.bst
index b1b1c8a9..0d12f8cc 100644
--- a/elements/core-deps/cairomm.bst
+++ b/elements/world/cairomm.bst
@@ -1,14 +1,18 @@
kind: autotools
+
sources:
- kind: git_tag
url: git_freedesktop_org:cairo/cairomm.git
track: master
+
build-depends:
- freedesktop-sdk.bst:public-stacks/buildsystem-autotools.bst
+
depends:
-- core-deps/libsigcplusplus.bst
+- world/libsigcplusplus.bst
- freedesktop-sdk.bst:components/cairo.bst
- freedesktop-sdk.bst:bootstrap-import.bst
+
variables:
conf-local: >-
--disable-documentation
diff --git a/elements/core-deps/glibmm.bst b/elements/world/glibmm.bst
similarity index 91%
rename from elements/core-deps/glibmm.bst
rename to elements/world/glibmm.bst
index d6e914b4..151abfa5 100644
--- a/elements/core-deps/glibmm.bst
+++ b/elements/world/glibmm.bst
@@ -1,15 +1,19 @@
kind: autotools
+
sources:
- kind: git_tag
url: gitlab_gnome_org:GNOME/glibmm.git
track: master
+
build-depends:
- freedesktop-sdk.bst:components/perl-xml-parser.bst
- freedesktop-sdk.bst:public-stacks/buildsystem-autotools.bst
+
depends:
-- core-deps/libsigcplusplus.bst
- sdk/glib.bst
+- world/libsigcplusplus.bst
- freedesktop-sdk.bst:bootstrap-import.bst
+
variables:
conf-local: >-
--enable-maintainer-mode
diff --git a/elements/core-deps/gtkmm.bst b/elements/world/gtkmm.bst
similarity index 83%
rename from elements/core-deps/gtkmm.bst
rename to elements/world/gtkmm.bst
index 4bc47fca..942b6af7 100644
--- a/elements/core-deps/gtkmm.bst
+++ b/elements/world/gtkmm.bst
@@ -1,18 +1,22 @@
kind: autotools
+
sources:
- kind: git_tag
url: gitlab_gnome_org:GNOME/gtkmm.git
track: master
+
build-depends:
- freedesktop-sdk.bst:components/perl-xml-parser.bst
- freedesktop-sdk.bst:public-stacks/buildsystem-autotools.bst
+
depends:
-- core-deps/atkmm.bst
-- core-deps/cairomm.bst
-- core-deps/pangomm.bst
- sdk/glib.bst
- sdk/gtk.bst
+- world/atkmm.bst
+- world/cairomm.bst
+- world/pangomm.bst
- freedesktop-sdk.bst:bootstrap-import.bst
+
variables:
conf-local: >-
--enable-maintainer-mode
diff --git a/elements/core-deps/libsigcplusplus.bst b/elements/world/libsigcplusplus.bst
similarity index 100%
rename from elements/core-deps/libsigcplusplus.bst
rename to elements/world/libsigcplusplus.bst
diff --git a/elements/core-deps/pangomm.bst b/elements/world/pangomm.bst
similarity index 88%
rename from elements/core-deps/pangomm.bst
rename to elements/world/pangomm.bst
index 0ae2375a..381f48b0 100644
--- a/elements/core-deps/pangomm.bst
+++ b/elements/world/pangomm.bst
@@ -1,17 +1,21 @@
kind: autotools
+
sources:
- kind: git_tag
url: gitlab_gnome_org:GNOME/pangomm.git
track: master
+
build-depends:
- freedesktop-sdk.bst:components/perl-xml-parser.bst
- freedesktop-sdk.bst:public-stacks/buildsystem-autotools.bst
+
depends:
-- core-deps/cairomm.bst
-- core-deps/glibmm.bst
- sdk/atk.bst
- sdk/pango.bst
+- world/cairomm.bst
+- world/glibmm.bst
- freedesktop-sdk.bst:bootstrap-import.bst
+
variables:
conf-local: >-
--enable-maintainer-mode
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]