From cc6e8c18c9bb431d5459438d4b351bac55c6f6dc Mon Sep 17 00:00:00 2001 From: Ogromny Date: Sat, 4 May 2024 13:43:21 +0200 Subject: [PATCH] contrib/bibata-cursor: new package (2.0.6) --- contrib/bibata-cursor/template.py | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 contrib/bibata-cursor/template.py diff --git a/contrib/bibata-cursor/template.py b/contrib/bibata-cursor/template.py new file mode 100644 index 0000000000..91cdf00791 --- /dev/null +++ b/contrib/bibata-cursor/template.py @@ -0,0 +1,30 @@ +pkgname = "bibata-cursor" +pkgver = "2.0.6" +pkgrel = 0 +pkgdesc = "Material design cursor set" +maintainer = "ogromny " +license = "GPL-3.0-only" +url = "https://github.com/ful1e5/Bibata_Cursor" +source = f"https://github.com/ful1e5/Bibata_Cursor/releases/download/v{pkgver}/Bibata.tar.xz" +sha256 = "88252b36063a85e8f2123502917c7e64296a94290d08731884625d7436bd24cb" + + +def do_install(self): + themes = [ + "Bibata-Modern-Amber", + "Bibata-Modern-Amber-Right", + "Bibata-Modern-Classic", + "Bibata-Modern-Classic-Right", + "Bibata-Modern-Ice", + "Bibata-Modern-Ice-Right", + "Bibata-Original-Amber", + "Bibata-Original-Amber-Right", + "Bibata-Original-Classic", + "Bibata-Original-Classic-Right", + "Bibata-Original-Ice", + "Bibata-Original-Ice-Right", + ] + for theme in themes: + self.install_files(theme, "usr/share/icons") + + self.install_license("LICENSE")