[Lunar-commits] r22948 - in moonbase/trunk/xfce4/goodies: . xfkc

Samuel Verstraete elangelo at lunar-linux.org
Mon Jan 15 15:01:48 CET 2007


Author: elangelo
Date: 2007-01-15 15:01:48 +0100 (Mon, 15 Jan 2007)
New Revision: 22948

Added:
   moonbase/trunk/xfce4/goodies/xfkc/
   moonbase/trunk/xfce4/goodies/xfkc/BUILD
   moonbase/trunk/xfce4/goodies/xfkc/DEPENDS
   moonbase/trunk/xfce4/goodies/xfkc/DETAILS
Log:
initial import
gr,S.


Added: moonbase/trunk/xfce4/goodies/xfkc/BUILD
===================================================================
--- moonbase/trunk/xfce4/goodies/xfkc/BUILD	                        (rev 0)
+++ moonbase/trunk/xfce4/goodies/xfkc/BUILD	2007-01-15 14:01:48 UTC (rev 22948)
@@ -0,0 +1,11 @@
+( 
+   export PKG_CONFIG_PATH="${XFCE4_PREFIX:-/opt/lunar/xfce4}/lib/pkgconfig:${PKG_CONFIG_PATH}" &&
+   export PATH="${XFCE4_PREFIX:-/opt/lunar/xfce4}/bin:$PATH" && 
+
+   ./configure --build=$BUILD					\
+                --prefix=${XFCE4_PREFIX:-/opt/lunar/xfce4}	\
+                $OPTS                                           &&
+
+   default_make
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/xfce4/goodies/xfkc/DEPENDS
===================================================================
--- moonbase/trunk/xfce4/goodies/xfkc/DEPENDS	                        (rev 0)
+++ moonbase/trunk/xfce4/goodies/xfkc/DEPENDS	2007-01-15 14:01:48 UTC (rev 22948)
@@ -0,0 +1,3 @@
+depends libxklavier &&
+depends libxfce4util &&
+depends libxfcegui4 

Added: moonbase/trunk/xfce4/goodies/xfkc/DETAILS
===================================================================
--- moonbase/trunk/xfce4/goodies/xfkc/DETAILS	                        (rev 0)
+++ moonbase/trunk/xfce4/goodies/xfkc/DETAILS	2007-01-15 14:01:48 UTC (rev 22948)
@@ -0,0 +1,15 @@
+           MODULE=xfkc
+          VERSION=0.1
+           SOURCE=$MODULE-$VERSION.tar.gz
+       SOURCE_URL=http://gauvain.tuxfamily.org/code/archive/xfkc
+         WEB_SITE=http://www.xfce.org
+          ENTERED=20070115
+          UPDATED=20070115
+            SHORT="keyboard layout configuration tool"
+
+cat << EOF
+XfKC is a keyboard layout configuration tool for the Xfce desktop 
+environment. It allows you to select your keyboard model, and the 
+layouts that you want to use. You won't have to tweak your xorg.conf 
+to set up your keyboard.
+EOF



More information about the Lunar-commits mailing list