From 72b45f89ce08b47a9e0d7e88fa2ca294f15c0e51 Mon Sep 17 00:00:00 2001 From: Sam Hewitt Date: Fri, 30 Sep 2016 16:56:33 -0400 Subject: [PATCH] update docs --- README.md | 17 ++++++++--------- configure.ac | 2 +- org.snwh.paper.icons.desktop | 7 ------- 3 files changed, 9 insertions(+), 17 deletions(-) delete mode 100644 org.snwh.paper.icons.desktop diff --git a/README.md b/README.md index bf1b987b..747c93cf 100755 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file +[![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. 😊 \ No newline at end of file diff --git a/configure.ac b/configure.ac index ba54f61a..8c647b2b 100755 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/org.snwh.paper.icons.desktop b/org.snwh.paper.icons.desktop deleted file mode 100644 index 18d30d84..00000000 --- a/org.snwh.paper.icons.desktop +++ /dev/null @@ -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' \ No newline at end of file