diff options
-rw-r--r-- | deb/flat-remix-1.89/debian/changelog | 5 | ||||
-rw-r--r-- | deb/flat-remix-1.89/debian/compat | 1 | ||||
-rw-r--r-- | deb/flat-remix-1.89/debian/control | 22 | ||||
-rw-r--r-- | deb/flat-remix-1.89/debian/install | 12 | ||||
-rwxr-xr-x | deb/flat-remix-1.89/debian/rules | 5 |
5 files changed, 45 insertions, 0 deletions
diff --git a/deb/flat-remix-1.89/debian/changelog b/deb/flat-remix-1.89/debian/changelog new file mode 100644 index 000000000..d68ce1031 --- /dev/null +++ b/deb/flat-remix-1.89/debian/changelog @@ -0,0 +1,5 @@ +flat-remix (1.89) disco; urgency=low + + * Release 1.89 + + -- Daniel Ruiz de Alegría <daniel@drasite.com> Thu, 25 Apr 2019 07:46:59 +0200 diff --git a/deb/flat-remix-1.89/debian/compat b/deb/flat-remix-1.89/debian/compat new file mode 100644 index 000000000..ec635144f --- /dev/null +++ b/deb/flat-remix-1.89/debian/compat @@ -0,0 +1 @@ +9 diff --git a/deb/flat-remix-1.89/debian/control b/deb/flat-remix-1.89/debian/control new file mode 100644 index 000000000..b1771456e --- /dev/null +++ b/deb/flat-remix-1.89/debian/control @@ -0,0 +1,22 @@ +Source: flat-remix +Section: misc +Priority: optional +Maintainer: Daniel Ruiz de Alegría <daniel@drasite.com> +Build-Depends: debhelper (>= 9) +Homepage: https://drasite.com/flat-remix + +Package: flat-remix +Architecture: any +Description: Flat Remix ICON theme + Flat remix is a pretty simple icon theme inspired on material design following a modern design using "flat" colors with high contrasts and sharp borders. + . + Themes: + • Flat Remix: main theme + • Flat Remix Dark: for dark interfaces + • Flat Remix Light: for light interfaces + . + Folder variants: + • Blue Folders + • Green Folders + • Red Folders + • Yellow Folders diff --git a/deb/flat-remix-1.89/debian/install b/deb/flat-remix-1.89/debian/install new file mode 100644 index 000000000..59eb9f8aa --- /dev/null +++ b/deb/flat-remix-1.89/debian/install @@ -0,0 +1,12 @@ +Flat-Remix-Blue usr/share/icons/ +Flat-Remix-Blue-Dark usr/share/icons/ +Flat-Remix-Blue-Light usr/share/icons/ +Flat-Remix-Red usr/share/icons/ +Flat-Remix-Red-Dark usr/share/icons/ +Flat-Remix-Red-Light usr/share/icons/ +Flat-Remix-Green usr/share/icons/ +Flat-Remix-Green-Dark usr/share/icons/ +Flat-Remix-Green-Light usr/share/icons/ +Flat-Remix-Yellow usr/share/icons/ +Flat-Remix-Yellow-Dark usr/share/icons/ +Flat-Remix-Yellow-Light usr/share/icons/ diff --git a/deb/flat-remix-1.89/debian/rules b/deb/flat-remix-1.89/debian/rules new file mode 100755 index 000000000..abde6ef22 --- /dev/null +++ b/deb/flat-remix-1.89/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +%: + dh $@ + |