diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..af3140b --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +orchis-gtk-theme (20210420-0) UNRELEASED; urgency=medium + + * New upstream release. + + -- Jérémy Lal Mon, 05 Apr 2021 22:21:36 +0200 + diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..9b1976d --- /dev/null +++ b/debian/control @@ -0,0 +1,21 @@ +Source: orchis-gtk-theme +Section: x11 +Priority: optional +Maintainer: Jérémy Lal +Build-Depends: debhelper-compat (= 13), meson, sassc +Standards-Version: 4.5.1 +Homepage: https://github.com/vinceliuice/Orchis-theme + +Package: orchis-gtk-theme +Architecture: all +Depends: gnome-themes-extra, + gtk2-engines-murrine, + libgtk-3-common, + libgtk2.0-common, + ${misc:Depends} +Description: Material Design theme for GNOME/GTK+ based desktop environments + Materia (formerly Flat-Plat) is a Material Design theme for GNOME/GTK+ based + desktop environments.It supports GTK+ 3, GTK+ 2, GNOME Shell, Budgie, MATE, + Unity, LightDM, GDM, Chrome theme, etc. + . + Also Materia has compatibility with oomox theme designer. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..6b69f98 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,91 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: materia-theme +Source: https://github.com/nana-4/materia-theme + +Files: * +Copyright: 2019 nana-4 <> +License: GPL-2+ + +Files: src/_sass/gnome-shell/_common-3.18.scss + src/_sass/gnome-shell/_common-3.24.scss + src/_sass/gnome-shell/_common-3.26.scss + src/_sass/gnome-shell/_common-3.28.scss + src/_sass/gnome-shell/_common-3.30.scss + src/_sass/gnome-shell/_common-3.32.scss + src/gnome-shell/3.18/gnome-shell-compact.css + src/gnome-shell/3.18/gnome-shell-dark-compact.css + src/gnome-shell/3.18/gnome-shell-dark.css + src/gnome-shell/3.18/gnome-shell-light-compact.css + src/gnome-shell/3.18/gnome-shell-light.css + src/gnome-shell/3.18/gnome-shell.css + src/gnome-shell/3.24/gnome-shell-compact.css + src/gnome-shell/3.24/gnome-shell-dark-compact.css + src/gnome-shell/3.24/gnome-shell-dark.css + src/gnome-shell/3.24/gnome-shell-light-compact.css + src/gnome-shell/3.24/gnome-shell-light.css + src/gnome-shell/3.24/gnome-shell.css + src/gnome-shell/3.26/gnome-shell-compact.css + src/gnome-shell/3.26/gnome-shell-dark-compact.css + src/gnome-shell/3.26/gnome-shell-dark.css + src/gnome-shell/3.26/gnome-shell-light-compact.css + src/gnome-shell/3.26/gnome-shell-light.css + src/gnome-shell/3.26/gnome-shell.css + src/gnome-shell/3.28/gnome-shell-compact.css + src/gnome-shell/3.28/gnome-shell-dark-compact.css + src/gnome-shell/3.28/gnome-shell-dark.css + src/gnome-shell/3.28/gnome-shell-light-compact.css + src/gnome-shell/3.28/gnome-shell-light.css + src/gnome-shell/3.28/gnome-shell.css + src/gnome-shell/3.30/gnome-shell-compact.css + src/gnome-shell/3.30/gnome-shell-dark-compact.css + src/gnome-shell/3.30/gnome-shell-dark.css + src/gnome-shell/3.30/gnome-shell-light-compact.css + src/gnome-shell/3.30/gnome-shell-light.css + src/gnome-shell/3.30/gnome-shell.css + src/gnome-shell/3.32/gnome-shell-compact.css + src/gnome-shell/3.32/gnome-shell-dark-compact.css + src/gnome-shell/3.32/gnome-shell-dark.css + src/gnome-shell/3.32/gnome-shell-light-compact.css + src/gnome-shell/3.32/gnome-shell-light.css + src/gnome-shell/3.32/gnome-shell.css +Copyright: 2009, Intel Corporation + 2009-2015, Red Hat, Inc +License: LGPL-2.1 + +Files: debian/* +Copyright: 2019 Sagar Ippalpalli +License: GPL-2+ + +License: LGPL-2.1 + This program is free software; you can redistribute it and/or modify it + under the terms and conditions of the GNU Lesser General Public License, + version 2.1, as published by the Free Software Foundation. + . + This program is distributed in the hope it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for + more details. + . + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. + . + On Debian systems, the complete text of the GNU Lesser General + Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1". + +License: GPL-2+ + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..36fc8ee --- /dev/null +++ b/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_install: + ./install.sh -d $(CURDIR)/debian/orchis-gtk-theme/usr/share/themes diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..844e7da --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=4 +opts="filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/orchis-gtk-theme-$1\.tar\.gz/" \ + https://github.com/vinceliuice/Orchis-theme/tags .*/v?(\d\S*)\.tar\.gz