Here is the new xfce4 repository. dbh (disk based hash) package is in base/libraries, everything else in the new extra/desktop/xfce. xfce4-session (the session manager) is not included (yet). Compiles and runs - under 1041. git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1303 c5f82cb5-29bc-0310-9cd0-bff59a50e3bcrocklinux
@ -0,0 +1,17 @@ |
|||||
|
[I] A disk based hash library |
||||
|
|
||||
|
[T] Disk based hashes is a method to create multidimensional binary trees |
||||
|
[T] on disk. This library permits the extension of database concept to a |
||||
|
[T] plethora of electronic data, such as graphic information. |
||||
|
|
||||
|
[A] Edscott Wilson Garca <edscott@users.sourceforge.net> |
||||
|
[M] Dimitar Zhekov <jimmy@is-vn.bg> |
||||
|
|
||||
|
[C] base/library |
||||
|
|
||||
|
[L] GPL |
||||
|
[S] Stable |
||||
|
[V] 1.0.15 |
||||
|
[P] X -----5---9 965.000 |
||||
|
|
||||
|
[D] 2433601720 dbh-1.0.15.tar.gz http://www.xfce.org/archive/xfce4-rc3/src/ |
@ -0,0 +1 @@ |
|||||
|
. $base/package/*/*/gnome-2.conf |
@ -0,0 +1,17 @@ |
|||||
|
[I] Port of xfce engine to GTK+-2.0 |
||||
|
|
||||
|
[T] A port of Xfce engine to GTK+-2.0. |
||||
|
|
||||
|
[U] http://www.xfce.org/ |
||||
|
|
||||
|
[A] Olivier Fourdan <fourdan@xfce.org> |
||||
|
[M] Dimitar Zhekov <jimmy@is-vn.bg> |
||||
|
|
||||
|
[C] extra/desktop/xfce |
||||
|
|
||||
|
[L] GPL |
||||
|
[S] Beta |
||||
|
[V] 2.1.4 |
||||
|
[P] X -----5---9 966.000 |
||||
|
|
||||
|
[D] 3001666636 gtk-xfce-engine-2.1.4.tar.gz http://www.xfce.org/archive/xfce4-rc3/src/ |
@ -0,0 +1 @@ |
|||||
|
. $base/package/*/*/xfce-4.conf |
@ -0,0 +1,19 @@ |
|||||
|
[I] Multi-channel settings management support for xfce |
||||
|
|
||||
|
[T] Multi-channel settings management support for xfce. |
||||
|
|
||||
|
[U] http://www.xfce.org/ |
||||
|
|
||||
|
[A] Olivier Fourdan <fourdan@xfce.org> |
||||
|
[A] Jasper Huijsmans <jasper@moongroup.com> |
||||
|
[A] Benedikt Meurer <benedikt.meurer@unix-ag.uni-siegen.de> |
||||
|
[M] Dimitar Zhekov <jimmy@is-vn.bg> |
||||
|
|
||||
|
[C] extra/desktop/xfce |
||||
|
|
||||
|
[L] LGPL |
||||
|
[S] Beta |
||||
|
[V] 3.99.3 |
||||
|
[P] X -----5---9 968.000 |
||||
|
|
||||
|
[D] 3387537321 libxfce4mcs-3.99.3.tar.gz http://www.xfce.org/archive/xfce4-rc3/src/ |
@ -0,0 +1,11 @@ |
|||||
|
MENU_PKG_XFCE4 |
||||
|
Here you'll find options for XFce 4. |
||||
|
|
||||
|
ROCKCFG_PKG_XFCE4_CORE_PREFIX |
||||
|
Please enter the prefix where you want XFce 4 to be installed. |
||||
|
|
||||
|
ROCKCFG_PKG_XFCE4_SANS11 |
||||
|
The default XFce font, Sans 10, does not exist in many non-ISO8859 |
||||
|
environments and is substituted. The substitution font for Sans 11 |
||||
|
usually looks better. Of course, you can always change the fonts |
||||
|
via XFce settings manager. |
@ -0,0 +1,10 @@ |
|||||
|
if pkgcheck libxfce4util X |
||||
|
then |
||||
|
menu_begin MENU_PKG_XFCE4 'XFce 4 Package Options' |
||||
|
text 'Install prefix for XFce 4 Packages' \ |
||||
|
ROCKCFG_PKG_XFCE4_CORE_PREFIX "opt/xfce4" |
||||
|
bool 'Use Sans 11 as default XFce font' \ |
||||
|
ROCKCFG_PKG_XFCE4_SANS11 0 |
||||
|
menu_end |
||||
|
fi |
||||
|
|
@ -0,0 +1,2 @@ |
|||||
|
NO_SANITY_CHECK=1 |
||||
|
. $base/package/*/*/xfce-4.conf |
@ -0,0 +1,17 @@ |
|||||
|
[I] Utility library for the XFce4 desktop environment |
||||
|
|
||||
|
[T] Basic utility non-GUI functions for XFce4. |
||||
|
|
||||
|
[U] http://www.xfce.org/ |
||||
|
|
||||
|
[A] Benedikt Meurer <benedikt.meurer@unix-ag.uni-siegen.de> |
||||
|
[M] Dimitar Zhekov <jimmy@is-vn.bg> |
||||
|
|
||||
|
[C] extra/desktop/xfce |
||||
|
|
||||
|
[L] OpenSource |
||||
|
[S] Beta |
||||
|
[V] 3.99.3 |
||||
|
[P] X -----5---9 967.000 |
||||
|
|
||||
|
[D] 1587413410 libxfce4util-3.99.3.tar.gz http://www.xfce.org/archive/xfce4-rc3/src/ |
@ -0,0 +1,14 @@ |
|||||
|
if [ "$prefix_auto" = 1 ] ; then |
||||
|
if [ "$NO_SANITY_CHECK" ] ; then |
||||
|
prefix=$ROCKCFG_PKG_XFCE4_CORE_PREFIX |
||||
|
else |
||||
|
for dir in usr opt/xfce4 $ROCKCFG_PKG_XFCE4_CORE_PREFIX ; do |
||||
|
[ -f "$root/$dir/lib/libxfce4util.so.1" ] && prefix="$dir" |
||||
|
done |
||||
|
|
||||
|
[ ! -f "$root/$prefix/lib/libxfce4util.so.1" ] && |
||||
|
abort "libxfce4util is not installed (in prefix $prefix)!" |
||||
|
fi |
||||
|
|
||||
|
set_confopt |
||||
|
fi |
@ -0,0 +1 @@ |
|||||
|
. $base/package/*/*/xfce-4.conf |
@ -0,0 +1,18 @@ |
|||||
|
[I] Various gtk widgets for xfce |
||||
|
|
||||
|
[T] Various gtk widgets for xfce. |
||||
|
|
||||
|
[U] http://www.xfce.org/ |
||||
|
|
||||
|
[A] Olivier Fourdan <fourdan@xfce.org> |
||||
|
[A] Jasper Huijsmans <huysmans@users.sourceforge.net> |
||||
|
[M] Dimitar Zhekov <jimmy@is-vn.bg> |
||||
|
|
||||
|
[C] extra/desktop/xfce |
||||
|
|
||||
|
[L] LGPL |
||||
|
[S] Beta |
||||
|
[V] 3.99.3 |
||||
|
[P] X -----5---9 969.000 |
||||
|
|
||||
|
[D] 2716115957 libxfcegui4-3.99.3.tar.gz http://www.xfce.org/archive/xfce4-rc3/src/ |
@ -0,0 +1 @@ |
|||||
|
. $base/package/*/*/xfce-4.conf |
@ -0,0 +1,19 @@ |
|||||
|
[I] Multi channel settings manager |
||||
|
|
||||
|
[T] A multi channel settings manager for xfce4. |
||||
|
|
||||
|
[U] http://www.xfce.org/ |
||||
|
|
||||
|
[A] Olivier Fourdan <fourdan@xfce.org> |
||||
|
[A] Jasper Huijsmans <jasper@moongroup.com> |
||||
|
[A] Benedikt Meurer <benedikt.meurer@unix-ag.uni-siegen.de> |
||||
|
[M] Dimitar Zhekov <jimmy@is-vn.bg> |
||||
|
|
||||
|
[C] extra/desktop/xfce |
||||
|
|
||||
|
[L] LGPL |
||||
|
[S] Beta |
||||
|
[V] 3.99.3 |
||||
|
[P] X -----5---9 971.000 |
||||
|
|
||||
|
[D] 618979957 xfce-mcs-manager-3.99.3.tar.gz http://www.xfce.org/archive/xfce4-rc3/src/ |
@ -0,0 +1,9 @@ |
|||||
|
. $base/package/*/*/xfce-4.conf |
||||
|
|
||||
|
xfmp4_sans11() { |
||||
|
mv plugins/ui_plugin/ui_plugin.c plugins/ui_plugin/ui_plugin.c.orig |
||||
|
sed -e "/DEFAULT_FONT/s/10/11/" plugins/ui_plugin/ui_plugin.c.orig \ |
||||
|
> plugins/ui_plugin/ui_plugin.c |
||||
|
} |
||||
|
|
||||
|
[ "$ROCKCFG_PKG_XFCE4_SANS11" = 1 ] && hook_add preconf 3 xfmp4_sans11 |
@ -0,0 +1,18 @@ |
|||||
|
[I] Plugins for multi channel settings manager |
||||
|
|
||||
|
[T] A set of plugins for the multi channel settings manager. |
||||
|
|
||||
|
[U] http://www.xfce.org/ |
||||
|
|
||||
|
[A] Olivier Fourdan <fourdan@xfce.org> |
||||
|
[A] Jasper Huijsmans <jasper@moongroup.com> |
||||
|
[M] Dimitar Zhekov <jimmy@is-vn.bg> |
||||
|
|
||||
|
[C] extra/desktop/xfce |
||||
|
|
||||
|
[L] GPL |
||||
|
[S] Beta |
||||
|
[V] 3.99.3 |
||||
|
[P] X -----5---9 972.000 |
||||
|
|
||||
|
[D] 3096617875 xfce-mcs-plugins-3.99.3.tar.gz http://www.xfce.org/archive/xfce4-rc3/src/ |
@ -0,0 +1,2 @@ |
|||||
|
. $base/package/*/*/xfce-4.conf |
||||
|
hook_add postinstall 3 "register_wm xfce4 XFce4 /$prefix/bin/startxfce4" |
@ -0,0 +1,20 @@ |
|||||
|
[I] Utilities for the XFce Desktop Environment. |
||||
|
|
||||
|
[T] xfce-utils contains utilities for the XFce Desktop Environment. |
||||
|
|
||||
|
[U] http://www.xfce.org/ |
||||
|
|
||||
|
[A] Olivier Fourdan <fourdan@xfce.org> |
||||
|
[A] Jasper Huijsmans <huysmans@users.sourceforge.net> |
||||
|
[A] Benedikt Meurer <benedikt.meurer@unix-ag.uni-siegen.de> |
||||
|
[A] Xavier Maillard <zedek@fxgsproject.org> |
||||
|
[M] Dimitar Zhekov <jimmy@is-vn.bg> |
||||
|
|
||||
|
[C] extra/desktop/xfce |
||||
|
|
||||
|
[L] GPL |
||||
|
[S] Beta |
||||
|
[V] 3.99.3 |
||||
|
[P] X -----5---9 975.000 |
||||
|
|
||||
|
[D] 749498169 xfce-utils-3.99.3.tar.gz http://www.xfce.org/archive/xfce4-rc3/src/ |
@ -0,0 +1 @@ |
|||||
|
. $base/package/*/*/xfce-4.conf |
@ -0,0 +1,17 @@ |
|||||
|
[I] Icon box for the XFce4 Desktop Environment |
||||
|
|
||||
|
[T] xfce-iconbox shows icons for running programs. |
||||
|
|
||||
|
[U] http://www.xfce.org/ |
||||
|
|
||||
|
[A] Tobias Henle <null@page23.de> |
||||
|
[M] Dimitar Zhekov <jimmy@is-vn.bg> |
||||
|
|
||||
|
[C] extra/desktop/xfce |
||||
|
|
||||
|
[L] GPL |
||||
|
[S] Beta |
||||
|
[V] 3.99.3 |
||||
|
[P] X -----5---9 974.000 |
||||
|
|
||||
|
[D] 2029635186 xfce4-iconbox-3.99.3.tar.gz http://www.xfce.org/archive/xfce4-rc3/src/ |
@ -0,0 +1,11 @@ |
|||||
|
--- ./panel-plugin/vc_oss.c.orig 2003-07-18 16:08:27.000000000 +0300
|
||||
|
+++ ./panel-plugin/vc_oss.c 2003-08-14 13:55:03.000000000 +0300
|
||||
|
@@ -74,7 +74,7 @@
|
||||
|
|
||||
|
#define MAX_AMP 100 |
||||
|
|
||||
|
-static char dev_name[PATH_MAX] = { "/dev/mixer" };
|
||||
|
+static char dev_name[PATH_MAX] = { "/dev/sound/mixer" };
|
||||
|
|
||||
|
static int mixer_handle = -1; |
||||
|
static int devmask = 0; /* Bitmask for supported mixer devices */ |
@ -0,0 +1 @@ |
|||||
|
. $base/package/*/*/xfce-4.conf |
@ -0,0 +1,18 @@ |
|||||
|
[I] Volume control plugin for XFce 4 panel and a simple mixer |
||||
|
|
||||
|
[T] Volume control plugin for the XFce 4 panel and a simple sound mixer |
||||
|
|
||||
|
[U] http://www.xfce.org/ |
||||
|
|
||||
|
[A] Danny Milosavljevic <danny_milo@yahoo.com> |
||||
|
[A] Benedikt Meurer <Benedikt.Meurer@unix-ag.uni-siegen.de> |
||||
|
[M] Dimitar Zhekov <jimmy@is-vn.bg> |
||||
|
|
||||
|
[C] extra/desktop/xfce |
||||
|
|
||||
|
[L] OpenSource |
||||
|
[S] Beta |
||||
|
[V] 3.99.3 |
||||
|
[P] X -----5---9 982.000 |
||||
|
|
||||
|
[D] 1643862245 xfce4-mixer-3.99.3.tar.gz http://www.xfce.org/archive/xfce4-rc3/src/ |
@ -0,0 +1 @@ |
|||||
|
. $base/package/*/*/xfce-4.conf |
@ -0,0 +1,27 @@ |
|||||
|
[I] Next generation panel for xfce |
||||
|
|
||||
|
[T] The panel for the XFce desktop environment. |
||||
|
|
||||
|
[U] http://www.xfce.org/ |
||||
|
|
||||
|
[A] Olivier Fourdan <fourdan@xfce.org> |
||||
|
[A] Jasper Huijsmans <huysmans@users.sourceforge.net> |
||||
|
[A] Edscott Wilson Garcia <edscott@imp.mx> |
||||
|
[A] Biju Chacko <botsie@myrealbox.com> |
||||
|
[A] Jens Luedicke <jens@irs-net.com> |
||||
|
[A] Martin Loschwitz <madkiss@users.sourceforge.net> |
||||
|
[A] Xavier Maillard <zedek@fxgsproject.org> |
||||
|
[A] Michael Mosier <michael@spyonit.com> |
||||
|
[A] Erik Touve <etouve@earthlink.net> |
||||
|
[A] Benedikt Meurer <benedikt.meurer@unix-ag.uni-siegen.de> |
||||
|
[A] Bernhard Walle <Bernhard.Walle@gmx.de> |
||||
|
[M] Dimitar Zhekov <jimmy@is-vn.bg> |
||||
|
|
||||
|
[C] extra/desktop/xfce |
||||
|
|
||||
|
[L] GPL |
||||
|
[S] Beta |
||||
|
[V] 3.99.3 |
||||
|
[P] X -----5---9 978.000 |
||||
|
|
||||
|
[D] 3022568220 xfce4-panel-3.99.3.tar.gz http://www.xfce.org/archive/xfce4-rc3/src/ |
@ -0,0 +1 @@ |
|||||
|
. $base/package/*/*/xfce-4.conf |
@ -0,0 +1,17 @@ |
|||||
|
[I] Systray for the XFce4 Desktop Environment |
||||
|
|
||||
|
[T] This is a systemtray plugin for xfce4. |
||||
|
|
||||
|
[U] http://www.xfce.org/ |
||||
|
|
||||
|
[A] Tobias Henle <tobias@page23.de> |
||||
|
[M] Dimitar Zhekov <jimmy@is-vn.bg> |
||||
|
|
||||
|
[C] extra/desktop/xfce |
||||
|
|
||||
|
[L] OpenSource |
||||
|
[S] Beta |
||||
|
[V] 3.99.3 |
||||
|
[P] X -----5---9 979.000 |
||||
|
|
||||
|
[D] 2534437714 xfce4-systray-3.99.3.tar.gz http://www.xfce.org/archive/xfce4-rc3/src/ |
@ -0,0 +1 @@ |
|||||
|
. $base/package/*/*/xfce-4.conf |
@ -0,0 +1,19 @@ |
|||||
|
[I] Additional icon themes for the XFce 4 panel |
||||
|
|
||||
|
[T] Additional themes for the XFce 4 panel. Themes are licensed according |
||||
|
[T] to their author's wishes (mostly under DESIGN SCIENCE LICENSE). |
||||
|
|
||||
|
[U] http://www.xfce.org/ |
||||
|
|
||||
|
[A] Benedikt Meurer <benedikt.meurer@unix-ag.uni-siegen.de> |
||||
|
[A] See README file within each theme |
||||
|
[M] Dimitar Zhekov <jimmy@is-vn.bg> |
||||
|
|
||||
|
[C] extra/desktop/xfce |
||||
|
|
||||
|
[L] OpenSource |
||||
|
[S] Beta |
||||
|
[V] 3.99.3 |
||||
|
[P] X -----5---9 981.000 |
||||
|
|
||||
|
[D] 1303307683 xfce4-themes-3.99.3.tar.gz http://www.xfce.org/archive/xfce4-rc3/src/ |
@ -0,0 +1 @@ |
|||||
|
. $base/package/*/*/xfce-4.conf |
@ -0,0 +1,19 @@ |
|||||
|
[I] Various tools for xfce4. |
||||
|
|
||||
|
[T] A "xeyes" type plugin for the xfce4 panel and an small application |
||||
|
[T] to display tips at startup. |
||||
|
|
||||
|
[U] http://www.xfce.org/ |
||||
|
|
||||
|
[A] Benedikt Meurer <benedikt.meurer@unix-ag.uni-siegen.de> |
||||
|
[A] Danny Milosavljevic <danny_milo@yahoo.com> |
||||
|
[M] Dimitar Zhekov <jimmy@is-vn.bg> |
||||
|
|
||||
|
[C] extra/desktop/xfce |
||||
|
|
||||
|
[L] GPL |
||||
|
[S] Beta |
||||
|
[V] 3.99.3 |
||||
|
[P] X -----5---9 980.000 |
||||
|
|
||||
|
[D] 4141113466 xfce4-toys-3.99.3.tar.gz http://www.xfce.org/archive/xfce4-rc3/src/ |
@ -0,0 +1 @@ |
|||||
|
. $base/package/*/*/xfce-4.conf |
@ -0,0 +1,18 @@ |
|||||
|
[I] A two-state trigger-launcher. |
||||
|
|
||||
|
[T] This is a launcher with two states. Like a trigger. |
||||
|
|
||||
|
[U] http://www.xfce.org/ |
||||
|
|
||||
|
[A] Danny Milosavljevic <danny_milo@yahoo.com> |
||||
|
[A] Benedikt Meurer <benedikt.meurer@unix-ag.uni-siegen.de> |
||||
|
[M] Dimitar Zhekov <jimmy@is-vn.bg> |
||||
|
|
||||
|
[C] extra/desktop/xfce |
||||
|
|
||||
|
[L] OpenSource |
||||
|
[S] Beta |
||||
|
[V] 3.99.3 |
||||
|
[P] X -----5---9 983.000 |
||||
|
|
||||
|
[D] 3778514277 xfce4-trigger-launcher-3.99.3.tar.gz http://www.xfce.org/archive/xfce4-rc3/src/ |
@ -0,0 +1 @@ |
|||||
|
. $base/package/*/*/xfce-4.conf |
@ -0,0 +1,17 @@ |
|||||
|
[I] Desktop manager for the XFce Desktop Environment. |
||||
|
|
||||
|
[T] A desktop manager for the XFce Desktop Environment. |
||||
|
|
||||
|
[U] http://www.xfce.org/ |
||||
|
|
||||
|
[A] Jasper Huijsmans <huysmans@users.sourceforge.net> |
||||
|
[M] Dimitar Zhekov <jimmy@is-vn.bg> |
||||
|
|
||||
|
[C] extra/desktop/xfce |
||||
|
|
||||
|
[L] GPL |
||||
|
[S] Beta |
||||
|
[V] 3.99.3 |
||||
|
[P] X -----5---9 973.000 |
||||
|
|
||||
|
[D] 2758375502 xfdesktop-3.99.3.tar.gz http://www.xfce.org/archive/xfce4-rc3/src/ |
@ -0,0 +1 @@ |
|||||
|
. $base/package/*/*/xfce-4.conf |
@ -0,0 +1,21 @@ |
|||||
|
[I] Icons for xffm file manager |
||||
|
|
||||
|
[T] Icon themes for the xffm file manager. Part of the XFce 4 Desktop |
||||
|
[T] Environment. |
||||
|
|
||||
|
[U] http://www.xfce.org/ |
||||
|
|
||||
|
[A] Jasper Huijsmans <huysmans@users.sourceforge.net> |
||||
|
[A] Benedikt Meurer <benedikt.meurer@unix-ag.uni-siegen.de> |
||||
|
[A] Edscott Wilson Garcia <edscott@imp.mx> |
||||
|
[A] XFce Development Team |
||||
|
[M] Dimitar Zhekov <jimmy@is-vn.bg> |
||||
|
|
||||
|
[C] extra/desktop/xfce |
||||
|
|
||||
|
[L] OpenSource |
||||
|
[S] Beta |
||||
|
[V] 3.99.3 |
||||
|
[P] X -----5---9 985.000 |
||||
|
|
||||
|
[D] 3296484776 xffm-icons-3.99.3.tar.gz http://www.xfce.org/archive/xfce4-rc3/src/ |
@ -0,0 +1,2 @@ |
|||||
|
. $base/package/*/*/xfce-4.conf |
||||
|
var_append confopt " " "--enable-xfce-support" |
@ -0,0 +1,17 @@ |
|||||
|
[I] Next generation filemanager and SMB network navigator for XFce4 |
||||
|
|
||||
|
[T] A filemanager and SMB network navigator for XFce4. |
||||
|
|
||||
|
[U] http://www.xfce.org/ |
||||
|
|
||||
|
[A] See the AUTHORS file |
||||
|
[M] Dimitar Zhekov <jimmy@is-vn.bg> |
||||
|
|
||||
|
[C] extra/desktop/xfce |
||||
|
|
||||
|
[L] GPL |
||||
|
[S] Beta |
||||
|
[V] 3.99.3 |
||||
|
[P] X -----5---9 984.000 |
||||
|
|
||||
|
[D] 1440972606 xffm-3.99.3.tar.gz http://www.xfce.org/archive/xfce4-rc3/src/ |
@ -0,0 +1 @@ |
|||||
|
. $base/package/*/*/xfce-4.conf |
@ -0,0 +1,17 @@ |
|||||
|
[I] Print dialog and printer manager for XFce 4 |
||||
|
|
||||
|
[T] A print dialog and a printer manager for XFce 4. |
||||
|
|
||||
|
[U] http://www.xfce.org/ |
||||
|
|
||||
|
[A] Benedikt Meurer <benedikt.meurer@unix-ag.uni-siegen.de> |
||||
|
[M] Dimitar Zhekov <jimmy@is-vn.bg> |
||||
|
|
||||
|
[C] extra/desktop/xfce |
||||
|
|
||||
|
[L] OpenSource |
||||
|
[S] Beta |
||||
|
[V] 3.99.3 |
||||
|
[P] X -----5---9 970.000 |
||||
|
|
||||
|
[D] 3796236507 xfprint-3.99.3.tar.gz http://www.xfce.org/archive/xfce4-rc3/src/ |
@ -0,0 +1 @@ |
|||||
|
. $base/package/*/*/xfce-4.conf |
@ -0,0 +1,18 @@ |
|||||
|
[I] Additionnal themes for xfwm4 |
||||
|
|
||||
|
[T] A set of additionnal themes for the xfwm4 window manager. |
||||
|
|
||||
|
[U] http://www.xfce.org/ |
||||
|
|
||||
|
[A] Olivier Fourdan <fourdan@xfce.org> |
||||
|
[A] See README file within each theme |
||||
|
[M] Dimitar Zhekov <jimmy@is-vn.bg> |
||||
|
|
||||
|
[C] extra/desktop/xfce |
||||
|
|
||||
|
[L] GPL |
||||
|
[S] Beta |
||||
|
[V] 3.99.3 |
||||
|
[P] X -----5---9 977.000 |
||||
|
|
||||
|
[D] 2054962361 xfwm4-themes-3.99.3.tar.gz http://www.xfce.org/archive/xfce4-rc3/src/ |
@ -0,0 +1,9 @@ |
|||||
|
. $base/package/*/*/xfce-4.conf |
||||
|
|
||||
|
xfwm4_sans11() { |
||||
|
mv mcs-plugin/xfwm4_plugin.c mcs-plugin/xfwm4_plugin.c.orig |
||||
|
sed -e "/DEFAULT_FONT/s/10/11/" mcs-plugin/xfwm4_plugin.c.orig \ |
||||
|
> mcs-plugin/xfwm4_plugin.c |
||||
|
} |
||||
|
|
||||
|
[ "$ROCKCFG_PKG_XFCE4_SANS11" = 1 ] && hook_add preconf 3 xfwm4_sans11 |
@ -0,0 +1,17 @@ |
|||||
|
[I] Next generation window manager for xfce |
||||
|
|
||||
|
[T] A window manager compatable with GNOME, GNOME2, KDE2, KDE3 and Xfce. |
||||
|
|
||||
|
[U] http://www.xfce.org/ |
||||
|
|
||||
|
[A] Olivier Fourdan <fourdan@xfce.org> |
||||
|
[M] Dimitar Zhekov <jimmy@is-vn.bg> |
||||
|
|
||||
|
[C] extra/desktop/xfce |
||||
|
|
||||
|
[L] GPL |
||||
|
[S] Beta |
||||
|
[V] 3.99.3 |
||||
|
[P] X -----5---9 976.000 |
||||
|
|
||||
|
[D] 3836172411 xfwm4-3.99.3.tar.gz http://www.xfce.org/archive/xfce4-rc3/src/ |