Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/flathub/shared-modules.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/gtk2
diff options
context:
space:
mode:
authorPatrick Griffis <tingping@tingping.se>2020-09-16 22:45:49 +0300
committerPatrick Griffis <tingping@tingping.se>2020-09-16 22:45:49 +0300
commit4212163ccc8c2ff39d5b204f1056faf2b37f51fe (patch)
treed99105212f3d20096c12af20ba8165cba3e63477 /gtk2
parent015b6a7f8a2cea53064f383aa5eadf0fdc6e3499 (diff)
gtk2-common-themes: Add CrosAdapta
Diffstat (limited to 'gtk2')
-rw-r--r--gtk2/gtk2-common-themes.json18
1 files changed, 17 insertions, 1 deletions
diff --git a/gtk2/gtk2-common-themes.json b/gtk2/gtk2-common-themes.json
index 2ded407..aabf4fa 100644
--- a/gtk2/gtk2-common-themes.json
+++ b/gtk2/gtk2-common-themes.json
@@ -39,7 +39,7 @@
{
"name": "gtk2-murrine-engine",
"rm-configure": true,
- "// NOTE": "Used by Arc",
+ "// NOTE": "Used by Arc and CrosAdapta",
"cleanup": [
"*.la"
],
@@ -60,6 +60,22 @@
]
},
{
+ "name": "cros-adapta-gtk2-theme",
+ "// NOTE": "This is used by Chrome OS",
+ "buildsystem": "simple",
+ "build-commands": [
+ "install -Dm644 index.theme ${FLATPAK_DEST}/share/themes/CrosAdapta/index.theme",
+ "cp -r gtk-2.0 ${FLATPAK_DEST}/share/themes/CrosAdapta"
+ ],
+ "sources": [
+ {
+ "type": "git",
+ "url": "https://chromium.googlesource.com/chromiumos/third_party/cros-adapta",
+ "commit": "eb6d8c1832b9181926df107faf41a80887fd982c"
+ }
+ ]
+ },
+ {
"name": "arc-gtk2-theme",
"// NOTE": "This is used by Solus and is popular",
"// FIXME": "This has a dependency on inkscape and my patch isn't quite good enough sadly",