Skip to content

Commit 6cc5a6f

Browse files
committed
gtk2-common-themes: Add mint themes
Closes #123
1 parent 9988179 commit 6cc5a6f

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

gtk2/gtk2-common-themes.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,53 @@
304304
"commit": "b36b379c9256b67e5f63a60c6faf6912f1845b66"
305305
}
306306
]
307+
},
308+
{
309+
"name": "mint-gtk2-theme",
310+
"buildsystem": "simple",
311+
"build-commands": [
312+
"./generate-themes.py",
313+
"find ./usr/share -type d \\( -name cinnamon -o -name gtk-3.0 -o -name gtk-4.0 -o -name metacity-1 -o -name xfce-\\* -o -name xfwm4 \\) -exec rm -rf {} +",
314+
"find ./usr/share -type d -empty -delete",
315+
"mkdir -p ${FLATPAK_DEST}/share/themes",
316+
"cp -a ./usr/share/themes/. ${FLATPAK_DEST}/share/themes"
317+
],
318+
"sources": [
319+
{
320+
"type": "git",
321+
"url": "https://github.com/linuxmint/mint-themes.git",
322+
"commit": "a5e98184b6b86d469db48f17fad4b845f9eee5d8"
323+
}
324+
],
325+
"modules":[
326+
{
327+
"name": "python3-pysass",
328+
"buildsystem": "simple",
329+
"cleanup": [
330+
"*"
331+
],
332+
"build-commands": [
333+
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"pysass\" --no-build-isolation"
334+
],
335+
"sources": [
336+
{
337+
"type": "file",
338+
"url": "https://files.pythonhosted.org/packages/79/b4/ab091585eaa77299558e3289ca206846aefc123fb320b5656ab2542c20ad/libsass-0.23.0.tar.gz",
339+
"sha256": "6f209955ede26684e76912caf329f4ccb57e4a043fd77fe0e7348dd9574f1880"
340+
},
341+
{
342+
"type": "file",
343+
"url": "https://files.pythonhosted.org/packages/90/06/fafe78968db294d582e4cfb8d4bcdbdaeeb1f6d1f269c25acdceb51ce11c/pysass-0.1.0-py3-none-any.whl",
344+
"sha256": "b473069cd9d8799366505b4586938ebfeb67d9df8b400bae3200297422530aff"
345+
},
346+
{
347+
"type": "file",
348+
"url": "https://files.pythonhosted.org/packages/db/7d/7f3d619e951c88ed75c6037b246ddcf2d322812ee8ea189be89511721d54/watchdog-6.0.0.tar.gz",
349+
"sha256": "9ddf7c82fda3ae8e24decda1338ede66e1c99883db93711d8fb941eaa2d8c282"
350+
}
351+
]
352+
}
353+
]
307354
}
308355
]
309356
}

0 commit comments

Comments
 (0)