dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/
commit a138af4457e4e61696afccd695703cbb9fa047c0
parent 22cfc50ac5b90091829367663f9115506e2c7b4a
Author: Dan Callaghan <djc@djc.id.au>
Date:   Wed, 15 Jun 2011 17:37:17 +1000

xmonad-log-applet: update to my XFCE fork

Diffstat:
Mmetadata/repository_mask.conf | 7++++++-
Dpackages/gnome-desktop/xmonad-log-applet/xmonad-log-applet-scm.exheres-0 | 22----------------------
Apackages/xfce-extra/xmonad-log-applet/xmonad-log-applet-scm.exheres-0 | 24++++++++++++++++++++++++
3 files changed, 30 insertions(+), 23 deletions(-)
diff --git a/metadata/repository_mask.conf b/metadata/repository_mask.conf
@@ -5,4 +5,9 @@ mail-client/mail-notification[=scm] [[
     token = scm
     description = [ Live git version of my mail-notification fork -- please unmask and help me test it! ]
 ]]
-
+xfce-extra/xmonad-log-applet[=scm] [[
+    author = [ Dan Callaghan <djc@djc.id.au> ]
+    date = [ 15 Jun 2011 ]
+    token = scm
+    description = [ Live git version of my xmonad-log-applet fork -- please unmask and help me test it! ]
+]]
diff --git a/packages/gnome-desktop/xmonad-log-applet/xmonad-log-applet-scm.exheres-0 b/packages/gnome-desktop/xmonad-log-applet/xmonad-log-applet-scm.exheres-0
@@ -1,22 +0,0 @@
-# Copyright 2010 Dan Callaghan <djc@djc.id.au>
-# Distributed under the terms of the GNU General Public License v2
-
-SUMMARY="Panel applet to display xmonad log"
-HOMEPAGE="http://uhsure.com/xmonad-log-applet.html"
-DOWNLOADS=""
-
-SCM_REPOSITORY="http://git.uhsure.com/xmonad-log-applet.git/"
-require scm-git
-
-LICENCES="BSD-3"
-SLOT="0"
-PLATFORMS="~amd64 ~x86"
-
-DEPENDENCIES="
-    build+run:
-        dev-libs/dbus-glib:1[>=0.80]
-        gnome-desktop/gnome-panel[>=2.26.0]
-"
-
-BUGS_TO="djc@djc.id.au"
-
diff --git a/packages/xfce-extra/xmonad-log-applet/xmonad-log-applet-scm.exheres-0 b/packages/xfce-extra/xmonad-log-applet/xmonad-log-applet-scm.exheres-0
@@ -0,0 +1,24 @@
+# Copyright 2010 Dan Callaghan <djc@djc.id.au>
+# Distributed under the terms of the GNU General Public License v2
+
+require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.11 ] ]
+
+SUMMARY="XFCE panel plugin to display XMonad log"
+HOMEPAGE="https://github.com/danc86/xmonad-log-applet"
+DOWNLOADS=""
+
+SCM_REPOSITORY="git://github.com/danc86/xmonad-log-applet.git"
+require scm-git
+
+LICENCES="BSD-3"
+SLOT="0"
+PLATFORMS="~amd64 ~x86"
+
+DEPENDENCIES="
+    build+run:
+        dev-libs/dbus-glib:1[>=0.80]
+        xfce-base/xfce4-panel[>=4.6]
+"
+
+BUGS_TO="djc@djc.id.au"
+