From 365400c13e89d5251f442f06a4d4c086c7989ae8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 1 Apr 2019 18:49:09 -0400 Subject: gtk-demo: Rename to org.gtk.Demo4 --- build-aux/flatpak/org.gtk.Demo.json | 73 ------------------------------------ build-aux/flatpak/org.gtk.Demo4.json | 73 ++++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+), 73 deletions(-) delete mode 100644 build-aux/flatpak/org.gtk.Demo.json create mode 100644 build-aux/flatpak/org.gtk.Demo4.json (limited to 'build-aux') diff --git a/build-aux/flatpak/org.gtk.Demo.json b/build-aux/flatpak/org.gtk.Demo.json deleted file mode 100644 index bb2c1054eb..0000000000 --- a/build-aux/flatpak/org.gtk.Demo.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "app-id": "org.gtk.Demo", - "runtime": "org.gnome.Platform", - "runtime-version": "master", - "sdk": "org.gnome.Sdk", - "command": "gtk4-demo", - "tags": ["devel", "development", "nightly"], - "desktop-file-name-prefix": "(Development) ", - "finish-args": [ - "--device=dri", - "--share=ipc", - "--socket=x11", - "--socket=wayland", - "--talk-name=org.gtk.vfs", "--talk-name=org.gtk.vfs.*", - "--talk-name=ca.desrt.conf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf" - ], - "cleanup": [ - "/include", - "/lib/pkgconfig", "/share/pkgconfig", - "/share/aclocal", - "/man", "/share/man", "/share/gtk-doc", - "*.la", ".a", - "/lib/girepository-1.0", - "/share/gir-1.0", - "/share/doc" - ], - "modules": [ - { - "name" : "wayland", - "buildsystem" : "autotools", - "builddir" : true, - "config-opts" : [ - "--disable-documentation" - ], - "sources" : [ - { - "type" : "git", - "url" : "https://github.com/wayland-project/wayland.git" - } - ] - }, - { - "name": "graphene", - "buildsystem": "meson", - "builddir": true, - "config-opts": [ - "--libdir=/app/lib", - "-Dtests=false", - "-Dbenchmarks=false" - ], - "sources": [ - { - "type": "git", - "url": "https://github.com/ebassi/graphene.git" - } - ] - }, - { - "name": "gtk", - "buildsystem": "meson", - "builddir": true, - "config-opts": [ - "--libdir=/app/lib" - ], - "sources": [ - { - "type": "git", - "url": "https://gitlab.gnome.org/GNOME/gtk.git" - } - ] - } - ] -} diff --git a/build-aux/flatpak/org.gtk.Demo4.json b/build-aux/flatpak/org.gtk.Demo4.json new file mode 100644 index 0000000000..067be8efbe --- /dev/null +++ b/build-aux/flatpak/org.gtk.Demo4.json @@ -0,0 +1,73 @@ +{ + "app-id": "org.gtk.Demo4", + "runtime": "org.gnome.Platform", + "runtime-version": "master", + "sdk": "org.gnome.Sdk", + "command": "gtk4-demo", + "tags": ["devel", "development", "nightly"], + "desktop-file-name-prefix": "(Development) ", + "finish-args": [ + "--device=dri", + "--share=ipc", + "--socket=x11", + "--socket=wayland", + "--talk-name=org.gtk.vfs", "--talk-name=org.gtk.vfs.*", + "--talk-name=ca.desrt.conf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf" + ], + "cleanup": [ + "/include", + "/lib/pkgconfig", "/share/pkgconfig", + "/share/aclocal", + "/man", "/share/man", "/share/gtk-doc", + "*.la", ".a", + "/lib/girepository-1.0", + "/share/gir-1.0", + "/share/doc" + ], + "modules": [ + { + "name" : "wayland", + "buildsystem" : "autotools", + "builddir" : true, + "config-opts" : [ + "--disable-documentation" + ], + "sources" : [ + { + "type" : "git", + "url" : "https://github.com/wayland-project/wayland.git" + } + ] + }, + { + "name": "graphene", + "buildsystem": "meson", + "builddir": true, + "config-opts": [ + "--libdir=/app/lib", + "-Dtests=false", + "-Dbenchmarks=false" + ], + "sources": [ + { + "type": "git", + "url": "https://github.com/ebassi/graphene.git" + } + ] + }, + { + "name": "gtk", + "buildsystem": "meson", + "builddir": true, + "config-opts": [ + "--libdir=/app/lib" + ], + "sources": [ + { + "type": "git", + "url": "https://gitlab.gnome.org/GNOME/gtk.git" + } + ] + } + ] +} -- cgit v1.2.1