From 030c2234082ec0ec8e85e7c24705a459cfd0e584 Mon Sep 17 00:00:00 2001 From: Himadri Sekhar Basu Date: Fri, 6 May 2022 09:44:40 +0530 Subject: [PATCH] debian packaging for yaru-theme-cinnamon - debian: Add binary package yaru-theme-cinnamon to d/control - debian: add install script yaru-theme-cinnamon.install - .gitignore: add d/yaru-theme-cinnamon and d/yaru-theme-unity --- .gitignore | 2 ++ debian/control | 13 +++++++++++++ debian/rules | 2 +- debian/yaru-theme-cinnamon.install | 2 ++ 4 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 debian/yaru-theme-cinnamon.install diff --git a/.gitignore b/.gitignore index f3f138b379..036a5c509d 100644 --- a/.gitignore +++ b/.gitignore @@ -7,10 +7,12 @@ debian/*debhelper* debian/files debian/*.substvars debian/tmp/ +debian/yaru-theme-cinnamon/ debian/yaru-theme-gnome-shell/ debian/yaru-theme-gtk/ debian/yaru-theme-icon/ debian/yaru-theme-sound/ +debian/yaru-theme-unity/ # snapcraft build artefacts parts/ diff --git a/debian/control b/debian/control index aee70b2c42..68ef3c8b1e 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,19 @@ Homepage: https://community.ubuntu.com/c/desktop/theme-refresh Vcs-Browser: https://github.com/ubuntu/yaru Vcs-Git: https://github.com/ubuntu/yaru.git +Package: yaru-theme-cinnamon +Architecture: all +Depends: ${shlibs:Depends}, + ${misc:Depends}, +Description: Yaru Cinnamon desktop theme from the Ubuntu Community + This is the theme, better than a burrito, that is shaped by the community + on the Ubuntu discourse. + . + This package contains the Cinnamon Desktop theme part + . + If you want to follow development, more information here: + https://community.ubuntu.com/c/desktop/theme-refresh. + Package: yaru-theme-gnome-shell Architecture: all Depends: ${shlibs:Depends}, diff --git a/debian/rules b/debian/rules index 48f6097eef..bb33cd7262 100755 --- a/debian/rules +++ b/debian/rules @@ -6,9 +6,9 @@ override_dh_auto_configure: dh_auto_configure -- \ + -Dcinnamon-shell=true \ -Dgnome-shell-gresource=true \ -Dgnome-shell-user-themes-support=enabled \ -Dubuntu-unity=true \ -Dsessions=false \ -Dxfwm4=true - diff --git a/debian/yaru-theme-cinnamon.install b/debian/yaru-theme-cinnamon.install new file mode 100644 index 0000000000..d7d255b49d --- /dev/null +++ b/debian/yaru-theme-cinnamon.install @@ -0,0 +1,2 @@ +usr/share/themes/Yaru/cinnamon +usr/share/themes/Yaru-*/cinnamon