[Lunar-commits] <moonbase> xfce4-panel: add two needed depends, exo and libwnck and a patch for better font rendering.

Florin Braescu florin at lunar-linux.org
Sun Oct 11 08:10:09 CEST 2009


commit 601379c329b1fa8404f3c83d9c74771f7330567a
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Oct 11 09:10:09 2009 +0300

    xfce4-panel: add two needed depends, exo and libwnck and a patch for better font rendering.
---
 xfce4/core/xfce4-panel/BUILD   |    2 ++
 xfce4/core/xfce4-panel/DEPENDS |    2 ++
 xfce4/core/xfce4-panel/DETAILS |    5 ++++-
 3 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/xfce4/core/xfce4-panel/BUILD b/xfce4/core/xfce4-panel/BUILD
index 0a2dd59..4aba94d 100644
--- a/xfce4/core/xfce4-panel/BUILD
+++ b/xfce4/core/xfce4-panel/BUILD
@@ -1,6 +1,8 @@
 (
    [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc
 
+   patch_it $SOURCE_CACHE/$SOURCE2 1  &&
+
    # make sure proper PKG_CONFIG_PATH is set
    export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}"  &&
 
diff --git a/xfce4/core/xfce4-panel/DEPENDS b/xfce4/core/xfce4-panel/DEPENDS
index 500db30..0a3ef21 100644
--- a/xfce4/core/xfce4-panel/DEPENDS
+++ b/xfce4/core/xfce4-panel/DEPENDS
@@ -1 +1,3 @@
+depends exo
+depends libwnck
 depends libxfcegui4
diff --git a/xfce4/core/xfce4-panel/DETAILS b/xfce4/core/xfce4-panel/DETAILS
index cd8525a..89503d8 100644
--- a/xfce4/core/xfce4-panel/DETAILS
+++ b/xfce4/core/xfce4-panel/DETAILS
@@ -1,12 +1,15 @@
           MODULE=xfce4-panel
          VERSION=4.6.1
           SOURCE=$MODULE-$VERSION.tar.bz2
+         SOURCE2=$MODULE-$VERSION-cairo.patch.bz2
       SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src
+     SOURCE2_URL=$PATCH_URL
       SOURCE_VFY=sha1:613c66f6402feba7983a7effb008f091182350d2
+     SOURCE2_VFY=sha1:f63c5b1fd72ae732c4a54665ac593fd3ae9d2787
    MODULE_PREFIX=${XFCE4_PREFIX:-/usr}
         WEB_SITE=http://www.xfce.org
          ENTERED=20030715
-         UPDATED=20090424
+         UPDATED=20091011
            SHORT="Xfce4 panel"
 
 cat << EOF


More information about the Lunar-commits mailing list