Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
projects:panel-plugins:xfce4-notes-plugin [2011/11/21 10:26] – [Open Bugs] mmassonnetprojects:panel-plugins:xfce4-notes-plugin [2015/06/24 23:52] (current) – [Releases] mmassonnet
Line 6: Line 6:
  
 **Author**: [[mmassonnet@xfce.org|Mike Massonnet]] \\ **Author**: [[mmassonnet@xfce.org|Mike Massonnet]] \\
-**Blog**: http://mmassonnet.blogspot.com/search/label/notes \\+**Blog**: http://blog.mmassonnet.info/search/label/notes \\
 **Archive**: http://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin \\ **Archive**: http://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin \\
 **Code**: http://git.xfce.org/panel-plugins/xfce4-notes-plugin **Code**: http://git.xfce.org/panel-plugins/xfce4-notes-plugin
Line 46: Line 46:
  
 ===== Downloads ===== ===== Downloads =====
 +
 +==== Releases ====
 +**Xfce 4.12**: [[http://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.8/xfce4-notes-plugin-1.8.1.tar.bz2|xfce4-notes-plugin-1.8.1.tar.bz2]]
  
 **Xfce 4.8**: [[http://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.7/xfce4-notes-plugin-1.7.7.tar.bz2|xfce4-notes-plugin-1.7.7.tar.bz2]] **Xfce 4.8**: [[http://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.7/xfce4-notes-plugin-1.7.7.tar.bz2|xfce4-notes-plugin-1.7.7.tar.bz2]]
Line 51: Line 54:
 **Xfce 4.6**: [[http://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.7/xfce4-notes-plugin-1.7.2.tar.bz2|xfce4-notes-plugin-1.7.2.tar.bz2]] **Xfce 4.6**: [[http://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.7/xfce4-notes-plugin-1.7.2.tar.bz2|xfce4-notes-plugin-1.7.2.tar.bz2]]
  
-**Xfce 4.4**: [[http://goodies.xfce.org/releases/xfce4-notes-plugin/xfce4-notes-plugin-1.6.4.tar.bz2|xfce4-notes-plugin-1.6.4.tar.bz2]]+**Xfce 4.4**: [[http://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.6/xfce4-notes-plugin-1.6.4.tar.bz2|xfce4-notes-plugin-1.6.4.tar.bz2]]
  
-**Xfce 4.2**:  +**Xfce 4.2**: [[http://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/0.11/xfce4-notes-plugin-0.11.1.tar.bz2|xfce4-notes-plugin-0.11.1.tar.bz2]]
-{{:projects:panel-plugins:xfce4-notes-plugin-0.11.1.tar.gz|xfce4-notes-plugin-0.11.1.tar.gz}}+
  
-===== Installation Instructions =====+==== Latest Release ==== 
 +[[http://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.8/xfce4-notes-plugin-1.8.1.tar.bz2|xfce4-notes-plugin-1.8.1.tar.bz2]] \\ 
 +[[https://mail.xfce.org/pipermail/xfce-announce/2015-June/000428.html|Mailing list announcement]]
  
-**1. Install dependencies**+**SHA1**: 37d1a497ea26e796336feb4b0a247b7c4c7a66cd \\ 
 +**MD5**: 31cb9520b01512a94344770b4befdb3b 
 +===== Installation Instructions =====
  
-The latest version of the notes plugin depends on:+==== Dependencies ====
   * GTK+ >= 2.14   * GTK+ >= 2.14
   * GLib >= 2.16   * GLib >= 2.16
Line 69: Line 75:
   * Unique >= 1.0   * Unique >= 1.0
  
-**2. Extract source code**+==== Compile ====
  
-<code bash> +  tar xf xfce4-notes-plugin-<VERSION>.tar.bz2 
-tar xf xfce4-notes-plugin-<VERSION>.tar.bz2 +  cd xfce4-notes-plugin-<VERSION> 
-cd xfce4-notes-plugin-<VERSION> +  ./configure 
-./configure # or ./configure --prefix=/usr +  make
-</code>+
  
-**3. Install system wide**+==== Install ====
  
-<code bash> +  sudo make install
-sudo make install +
-</code>+