diff options
-rw-r--r-- | PKGBUILD | 25 | ||||
-rwxr-xr-x | README.md | 39 |
2 files changed, 19 insertions, 45 deletions
diff --git a/PKGBUILD b/PKGBUILD deleted file mode 100644 index 042c72c5f..000000000 --- a/PKGBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# Maintainer: DяA <daniruizdealegria@gmail.com> - -pkgname=flat-remix -pkgver=r87.adc62f9 -pkgrel=1 -pkgdesc="Flat remix is a pretty simple icon theme inspired on material design. It is mostly flat with some shadows, highlights and gradients for some depth and uses a colorful palette with nice contrasts." -arch=('any') -url="https://github.com/daniruiz/Flat-Remix/" -license=('GPL-3.0') -depends=('xdg-utils') -source=("${pkgname}::git+https://github.com/daniruiz/Flat-Remix.git") - -sha256sums=('SKIP') - -pkgver() { - cd "${pkgname}" - printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" -} - -package() { - cd "${srcdir}/${pkgname}/" - install -dm755 "${pkgdir}/usr/share/icons" - cp -a "Flat Remix" "${pkgdir}/usr/share/icons/Flat Remix" - install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} @@ -18,10 +18,7 @@ Flat Remix icon theme is available in three variants: <br/> -# Flat Remix GNOME theme - -[Flat Remix GNOME theme](https://github.com/daniruiz/Flat-Remix-GNOME-theme). - +# [Flat Remix GNOME theme](https://github.com/daniruiz/Flat-Remix-GNOME-theme)  # Installation @@ -34,32 +31,34 @@ Flat Remix icon theme is available in three variants: #### Terminal installation -``` - cd /tmp && rm -rf Flat-Remix && - git clone https://github.com/daniruiz/Flat-Remix && - mkdir -p ~/.icons && cp -r Flat-Remix/Flat\ Remix* ~/.icons/ && - gsettings set org.gnome.desktop.interface icon-theme "Flat Remix" +```sh +cd /tmp && rm -rf Flat-Remix && +git clone https://github.com/daniruiz/Flat-Remix && +mkdir -p ~/.icons && cp -r Flat-Remix/Flat\ Remix* ~/.icons/ && +gsettings set org.gnome.desktop.interface icon-theme "Flat Remix" ``` ##### Ubuntu based distributions -``` - sudo add-apt-repository ppa:noobslab/icons - sudo apt-get update - sudo apt-get install flat-remix-icons +```sh +sudo add-apt-repository ppa:daniruiz/flat-remix +sudo apt-get update +sudo apt-get install flat-remix ``` ##### Arch based distributions + [`super-flat-remix-icon-theme`](https://aur.archlinux.org/packages/super-flat-remix-icon-theme/) (AUR) -+ Or you can download the [`PKGBUILD`](https://raw.githubusercontent.com/daniruiz/Flat-Remix/master/PKGBUILD) # Donate -You can also support the development of Flat Remix by [donating](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7LEWLS78EAJGJ). - -Bitcoin Wallet: `1K4RhLu7u5xGheWrLAnMPhF2mTA7oMCMj4` - -Monero Wallet: `46o1H6xAnvNY25N1rosd9oUcN2pxhYaErU9qc48VwDNf3xrzSWhqWC5WbwaVe4vUMveKAzAiA4j8xgUi29TpKXpm3zCs4zx` +You can also support the development of Flat Remix by donating -You know... working with coffee is always better :wink: +- [Paypal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7LEWLS78EAJGJ) + +- [Patreon](https://www.patreon.com/daniruiz) + +- Bitcoin Wallet: +`1K4RhLu7u5xGheWrLAnMPhF2mTA7oMCMj4` + +- Monero Wallet: `46o1H6xAnvNY25N1rosd9oUcN2pxhYaErU9qc48VwDNf3xrzSWhqWC5WbwaVe4vUMveKAzAiA4j8xgUi29TpKXpm3zCs4zx` |