Initial debianization

pull/78/head
Jérémy Lal 5 years ago
parent 4d585f0d06
commit 07f83ed52a

6
debian/changelog vendored

@ -0,0 +1,6 @@
orchis-gtk-theme (20210420-0) UNRELEASED; urgency=medium
* New upstream release.
-- Jérémy Lal <kapouer@melix.org> Mon, 05 Apr 2021 22:21:36 +0200

21
debian/control vendored

@ -0,0 +1,21 @@
Source: orchis-gtk-theme
Section: x11
Priority: optional
Maintainer: Jérémy Lal <kapouer@melix.org>
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.

91
debian/copyright vendored

@ -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 <i.vikram15@gmail.com>
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 <https://www.gnu.org/licenses/>
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

7
debian/rules vendored

@ -0,0 +1,7 @@
#!/usr/bin/make -f
%:
dh $@
override_dh_install:
./install.sh -d $(CURDIR)/debian/orchis-gtk-theme/usr/share/themes

@ -0,0 +1 @@
3.0 (quilt)

3
debian/watch vendored

@ -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
Loading…
Cancel
Save