update docs

This commit is contained in:
Sam Hewitt 2016-09-30 16:56:33 -04:00
parent 5603ca3685
commit 72b45f89ce
3 changed files with 9 additions and 17 deletions

View File

@ -17,21 +17,16 @@ Software that is included is free software; you can redistribute it and/or modif
Download instructions and options are available on the [official site](https://snwh.org/paper/download).
###Install
You can install or update Paper on-demand via the provided `.desktop` file. Moving it to your local applications folder will allow it to appear in your applications menu.
cp -r org.snwh.paper.icons.desktop ~/.local/share/applications
###Build From Source
###Build & Install
You can build and install the Paper icon themes from source:
./autogen.sh
make
make # note: this will do nothing
sudo make install
This procedure requires ```autotools``` on your system.
This procedure requires ```gnome-common``` on your system.
##Missing Icons & Requests
@ -47,4 +42,8 @@ Note: some software ships hardcoded icons, meaning when you install icons are no
You can visit the support channel `#Paper-Chat` on Freenode for questions and discussion or join the Gitter chat:
[![Join the chat at https://gitter.im/paper-icon-theme/Lobby](https://badges.gitter.im/snwh/paper-icon-theme.svg)](https://gitter.im/snwh/paper-icon-theme?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Join the chat at https://gitter.im/paper-icon-theme/Lobby](https://badges.gitter.im/snwh/paper-icon-theme.svg)](https://gitter.im/snwh/paper-icon-theme?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
### Donate
You can also support the development of Paper by [donating](http://snwh.org/paper/donate). Donations are much appreciated. 😊

View File

@ -1,4 +1,4 @@
AC_INIT([Paper ], 1.1, [https://github.com/snwh/paper-icon-theme/issues], [paper-icon-theme], [http://snwh.org/paper])
AC_INIT([Paper ], 1.3, [https://github.com/snwh/paper-icon-theme/issues], [paper-icon-theme], [http://snwh.org/paper])
AM_INIT_AUTOMAKE([-Wno-portability no-dist-gzip dist-xz foreign subdir-objects 1.9 tar-ustar])
AC_PREFIX_DEFAULT(/usr/local)
AM_SILENT_RULES([yes])

View File

@ -1,7 +0,0 @@
#!/usr/bin/env xdg-open
[Desktop Entry]
Type=Application
Terminal=false
Name=Paper Icon Theme
Icon=preferences-color
Exec=bash -c 'notify-send "Paper Icon Theme" "Getting the latest version of the Paper icons..." -i system-software-update; cd /tmp/; rm -Rf /tmp/paper-icon-theme.zip 2>/dev/null; rm -Rf /tmp/paper-icon-theme-master/ 2>/dev/null; wget https://github.com/snwh/paper-icon-theme/archive/master.zip -O paper-icon-theme.zip; unzip paper-icon-theme.zip; cd paper-icon-theme-master; rm -Rf "$HOME/.local/share/icons/Paper" 2>/dev/null; install -d $HOME/.local/share/icons; cp -R ./Paper/ $HOME/.local/share/icons/; install -d $HOME/.icons; cp -R ./Paper/ $HOME/.icons/;gsettings reset org.gnome.desktop.interface icon-theme; gsettings set org.gnome.desktop.interface icon-theme "Paper"; notify-send "All done!" "Enjoy the latest version of Paper!" -i face-smile'