From 34cb99b4ab8fcd7a49e0a4f09c94a432d79e0b98 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Fri, 23 Nov 2007 08:47:52 +0000 Subject: [PATCH] Clifford Wolf: Added compiz packages [2007111919263680740] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@8917 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/compiz/ccsm/ccsm.desc | 41 ++++++++++++++ package/compiz/compiz-bcop/compiz-bcop.desc | 42 ++++++++++++++ .../compiz-fusion-plugins-extra.desc | 48 ++++++++++++++++ .../compiz-fusion-plugins-main.desc | 48 ++++++++++++++++ .../compiz/compiz-manager/compiz-manager.conf | 3 + .../compiz/compiz-manager/compiz-manager.desc | 43 +++++++++++++++ package/compiz/compiz-manager/hotfixes.patch | 26 +++++++++ package/compiz/compiz/compiz.desc | 42 ++++++++++++++ .../compizconfig-backend-kconfig.desc | 42 ++++++++++++++ .../compizconfig-python.desc | 40 ++++++++++++++ .../libcompizconfig/libcompizconfig.desc | 55 +++++++++++++++++++ .../startup-notification.desc | 1 + package/gnome2/gconf/gconf.desc | 1 + package/gnome2/gnome-2.conf | 2 +- package/gnome2/librsvg/librsvg.desc | 1 + package/gnome2/orbit2/orbit2.desc | 1 + package/public/pyrex/pyrex.desc | 1 + 17 files changed, 436 insertions(+), 1 deletion(-) create mode 100644 package/compiz/ccsm/ccsm.desc create mode 100644 package/compiz/compiz-bcop/compiz-bcop.desc create mode 100644 package/compiz/compiz-fusion-plugins-extra/compiz-fusion-plugins-extra.desc create mode 100644 package/compiz/compiz-fusion-plugins-main/compiz-fusion-plugins-main.desc create mode 100644 package/compiz/compiz-manager/compiz-manager.conf create mode 100644 package/compiz/compiz-manager/compiz-manager.desc create mode 100644 package/compiz/compiz-manager/hotfixes.patch create mode 100644 package/compiz/compiz/compiz.desc create mode 100644 package/compiz/compizconfig-backend-kconfig/compizconfig-backend-kconfig.desc create mode 100644 package/compiz/compizconfig-python/compizconfig-python.desc create mode 100644 package/compiz/libcompizconfig/libcompizconfig.desc diff --git a/package/compiz/ccsm/ccsm.desc b/package/compiz/ccsm/ccsm.desc new file mode 100644 index 000000000..be28cd6dc --- /dev/null +++ b/package/compiz/ccsm/ccsm.desc @@ -0,0 +1,41 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/x11/ccsm/ccsm.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] ccsm - CompizConfig Settings Manager + +[T] Stand-alone config tool for Compiz. + +[A] Patrick Niklaus +[A] Quinnstorm +[M] The ROCK Linux Project + +[C] extra/windowmanager +[F] CORE + +[L] GPL +[S] Stable +[V] 0.6.0 +[P] X --?--5---9 800.705 + +[D] 1817265186 ccsm-0.6.0.tar.bz2 http://releases.compiz-fusion.org/0.6.0/ + diff --git a/package/compiz/compiz-bcop/compiz-bcop.desc b/package/compiz/compiz-bcop/compiz-bcop.desc new file mode 100644 index 000000000..9cedbaa4c --- /dev/null +++ b/package/compiz/compiz-bcop/compiz-bcop.desc @@ -0,0 +1,42 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/x11/ccsm/ccsm.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] Compiz option code generator + +[T] BCOP is a code generator that provides an easy way to handle plugin +[T] options by generating parts of the plugin code directly from the xml +[T] metadata file. It is used for most of the Compiz Fusion plugins. + +[A] Dennis Kasprzyk +[M] The ROCK Linux Project + +[C] extra/windowmanager +[F] CORE + +[L] GPL +[S] Stable +[V] 0.6.0 +[P] X --?--5---9 800.706 + +[D] 3193819351 compiz-bcop-0.6.0.tar.bz2 http://releases.compiz-fusion.org/0.6.0/ + diff --git a/package/compiz/compiz-fusion-plugins-extra/compiz-fusion-plugins-extra.desc b/package/compiz/compiz-fusion-plugins-extra/compiz-fusion-plugins-extra.desc new file mode 100644 index 000000000..798202433 --- /dev/null +++ b/package/compiz/compiz-fusion-plugins-extra/compiz-fusion-plugins-extra.desc @@ -0,0 +1,48 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/x11/ccsm/ccsm.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] Compiz Fusion Extra Plugins + +[T] This is the extra plugin set, fully supported and providing less +[T] significant features. Check the list of plugins included in this +[T] set, with descriptions http://wiki.compiz-fusion.org/PluginsExtra + +[A] Danny Baumann +[A] David Reveman +[A] Dennis Kasprzyk +[A] Erkin Bahceci +[A] iXce - Guillaume Seguin +[A] Kristian Lyngstøl + +[M] The ROCK Linux Project + +[C] extra/windowmanager +[F] CORE + +[L] GPL +[S] Stable +[V] 0.6.0 +[P] X --?--5---9 800.708 + +[D] 3512655221 compiz-fusion-plugins-extra-0.6.0.tar.bz2 http://releases.compiz-fusion.org/0.6.0/ + diff --git a/package/compiz/compiz-fusion-plugins-main/compiz-fusion-plugins-main.desc b/package/compiz/compiz-fusion-plugins-main/compiz-fusion-plugins-main.desc new file mode 100644 index 000000000..7d932c0b7 --- /dev/null +++ b/package/compiz/compiz-fusion-plugins-main/compiz-fusion-plugins-main.desc @@ -0,0 +1,48 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/x11/ccsm/ccsm.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] Compiz Fusion Main Plugins + +[T] This is the main plugin set, fully supported and providing the most +[T] significant features. Check the list of plugins included in this +[T] pack, with descriptions on http://wiki.compiz-fusion.org/PluginsMain + +[A] Danny Baumann +[A] David Reveman +[A] Dennis Kasprzyk +[A] Erkin Bahceci +[A] Guillaume Seguin - iXce +[A] Kristian Lyngstøl + +[M] The ROCK Linux Project + +[C] extra/windowmanager +[F] CORE + +[L] GPL +[S] Stable +[V] 0.6.0 +[P] X --?--5---9 800.707 + +[D] 4007641794 compiz-fusion-plugins-main-0.6.0.tar.bz2 http://releases.compiz-fusion.org/0.6.0/ + diff --git a/package/compiz/compiz-manager/compiz-manager.conf b/package/compiz/compiz-manager/compiz-manager.conf new file mode 100644 index 000000000..7cdcc8faf --- /dev/null +++ b/package/compiz/compiz-manager/compiz-manager.conf @@ -0,0 +1,3 @@ + +custmain="cp -v compiz-manager $root/usr/bin/" + diff --git a/package/compiz/compiz-manager/compiz-manager.desc b/package/compiz/compiz-manager/compiz-manager.desc new file mode 100644 index 000000000..87e1f1c54 --- /dev/null +++ b/package/compiz/compiz-manager/compiz-manager.desc @@ -0,0 +1,43 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/x11/ccsm/ccsm.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] Compiz Manager wrapper script + +[T] Compiz-manager is a wrapper script intended to start compiz with the +[T] appropriate arguments for the environment in use. It is intended +[T] both for use in distributions and by end-users who install Compiz +[T] Fusion in other ways than using their distribution's packages. + +[A] Kristian Lyngstøl +[M] The ROCK Linux Project + +[C] extra/windowmanager +[F] CORE + +[L] GPL +[S] Stable +[V] 0.6.0 +[P] X --?--5---9 800.709 + +[D] 2792345449 compiz-manager-0.6.0.tar.bz2 http://releases.compiz-fusion.org/0.6.0/ + diff --git a/package/compiz/compiz-manager/hotfixes.patch b/package/compiz/compiz-manager/hotfixes.patch new file mode 100644 index 000000000..9789cce1a --- /dev/null +++ b/package/compiz/compiz-manager/hotfixes.patch @@ -0,0 +1,26 @@ +--- ./compiz-manager 2007-10-15 21:10:06.000000000 +0200 ++++ ./compiz-manager 2007-11-19 09:56:08.000000000 +0100 +@@ -27,9 +27,9 @@ + # + + +-COMPIZ_BIN_PATH="/usr/local/bin/" # For window decorators and compiz +-PLUGIN_PATH="/usr/local/lib/compiz/" +-GLXINFO="/usr/bin/glxinfo" ++COMPIZ_BIN_PATH="/usr/bin/" # For window decorators and compiz ++PLUGIN_PATH="/usr/lib/compiz/" ++GLXINFO="/usr/X11/bin/glxinfo" + KWIN="/usr/bin/kwin" + METACITY="/usr/bin/metacity" + COMPIZ_NAME="compiz" # Final name for compiz (compiz.real) +@@ -249,8 +249,8 @@ + return 0 + fi + for DRV in ${WHITELIST}; do +- if egrep -q "Loading ${XORG_DRIVER_PATH}${DRV}_drv\.so" $LOG && +- ! egrep -q "Unloading ${XORG_DRIVER_PATH}${DRV}_drv\.so" $LOG; ++ if egrep -q "Loading .*/${DRV}_drv\.so" $LOG && ++ ! egrep -q "Unloading .*/${DRV}_drv\.so" $LOG; + then + return 0 + fi diff --git a/package/compiz/compiz/compiz.desc b/package/compiz/compiz/compiz.desc new file mode 100644 index 000000000..22f4fcc54 --- /dev/null +++ b/package/compiz/compiz/compiz.desc @@ -0,0 +1,42 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/x11/compiz/compiz.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] compiz - OpenGL window and compositing manager + +[T] Compiz is an OpenGL compositing manager that use GLX_EXT_texture_from_pixmap +[T] for binding redirected top-level windows to texture objects. It has a flexible +[T] plug-in system and it is designed to run well on most graphics hardware. + +[A] David Reveman +[M] The ROCK Linux Project + +[C] extra/windowmanager +[F] CORE + +[L] MIT +[S] Stable +[V] 0.6.2 +[P] X --?--5---9 800.701 + +[D] 457524710 compiz-0.6.2.tar.gz http://xorg.freedesktop.org/archive/individual/app/ + diff --git a/package/compiz/compizconfig-backend-kconfig/compizconfig-backend-kconfig.desc b/package/compiz/compizconfig-backend-kconfig/compizconfig-backend-kconfig.desc new file mode 100644 index 000000000..fc5c61526 --- /dev/null +++ b/package/compiz/compizconfig-backend-kconfig/compizconfig-backend-kconfig.desc @@ -0,0 +1,42 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/x11/ccsm/ccsm.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] CompizConfig kconfig backend + +[T] The kconfig backend for CompizConfig. It uses the KDE configuration +[T] system to store the compiz configuration and provides integration into +[T] the KDE desktop environment. + +[A] Dennis Kasprzyk +[M] The ROCK Linux Project + +[C] extra/windowmanager +[F] CORE + +[L] GPL +[S] Stable +[V] 0.6.0 +[P] X --?--5---9 800.704 + +[D] 1601272154 compizconfig-backend-kconfig-0.6.0.tar.bz2 http://releases.compiz-fusion.org/0.6.0/ + diff --git a/package/compiz/compizconfig-python/compizconfig-python.desc b/package/compiz/compizconfig-python/compizconfig-python.desc new file mode 100644 index 000000000..2599a2845 --- /dev/null +++ b/package/compiz/compizconfig-python/compizconfig-python.desc @@ -0,0 +1,40 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/x11/ccsm/ccsm.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] Compiz configuration system python bindings + +[T] Python bindings for the compizconfig library. + +[A] Unknown +[M] The ROCK Linux Project + +[C] extra/windowmanager +[F] CORE + +[L] GPL +[S] Stable +[V] 0.6.0.1 +[P] X --?--5---9 800.703 + +[D] 263435778 compizconfig-python-0.6.0.1.tar.bz2 http://releases.compiz-fusion.org/0.6.0.1/ + diff --git a/package/compiz/libcompizconfig/libcompizconfig.desc b/package/compiz/libcompizconfig/libcompizconfig.desc new file mode 100644 index 000000000..aeedf0a53 --- /dev/null +++ b/package/compiz/libcompizconfig/libcompizconfig.desc @@ -0,0 +1,55 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/x11/ccsm/ccsm.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] Compiz configuration system + +[T] CompizConfig is an alternative configuration system for +[T] compiz that provides the following features: +[T] - Automatic plugin list generation. +[T] - Import/Export of the current configuration. +[T] - Configuration profiles. +[T] - Parsing of Compiz metadata files to provide an easy to use API for +[T] configuration managers. +[T] - Conflict handling for plugins and actions. +[T] - Support for different configuration storage backends. +[T] - Desktop environment integration. If a backend provides desktop +[T] environment integration, then Compiz will share the keybindings +[T] and settings with the default desktop environment window manager +[T] like metacity or kwin. +[T] - Its own Compiz configuration plugin "ccp" to provide all features +[T] of libcompizconfig with compiz. + +[A] Dennis Kasprzyk +[A] Danny Baumann +[M] The ROCK Linux Project + +[C] extra/windowmanager +[F] CORE + +[L] GPL +[S] Stable +[V] 0.6.0 +[P] X --?--5---9 800.702 + +[D] 2880948957 libcompizconfig-0.6.0.tar.gz http://releases.compiz-fusion.org/0.6.0/ + diff --git a/package/freedesktop/startup-notification/startup-notification.desc b/package/freedesktop/startup-notification/startup-notification.desc index 12cf24f58..9a6dc2789 100644 --- a/package/freedesktop/startup-notification/startup-notification.desc +++ b/package/freedesktop/startup-notification/startup-notification.desc @@ -33,6 +33,7 @@ [M] The ROCK Linux Project [C] extra/development +[F] CORE [L] LGPL [S] Stable diff --git a/package/gnome2/gconf/gconf.desc b/package/gnome2/gconf/gconf.desc index a0fd94993..80e663e9e 100644 --- a/package/gnome2/gconf/gconf.desc +++ b/package/gnome2/gconf/gconf.desc @@ -35,6 +35,7 @@ [M] Susanne Klaus [C] extra/development extra/configuration extra/desktop/gnome +[F] CORE [L] LGPL [S] Stable diff --git a/package/gnome2/gnome-2.conf b/package/gnome2/gnome-2.conf index 6c4194aae..f5657fe52 100644 --- a/package/gnome2/gnome-2.conf +++ b/package/gnome2/gnome-2.conf @@ -38,7 +38,7 @@ fi # the following line helps pkg-config find gnome-icon-theme.pc var_append PKG_CONFIG_PATH ":" \ - "${root:-/}$ROCKCFG_PKG_GNOME2_CORE_PREFIX/share/pkgconfig" + "${root:-/}${ROCKCFG_PKG_GNOME2_CORE_PREFIX:-usr}/share/pkgconfig" # index.sgml is missing in almost all packages ... var_append extraconfopt " " "--disable-gtk-doc" diff --git a/package/gnome2/librsvg/librsvg.desc b/package/gnome2/librsvg/librsvg.desc index 1d5569e7f..5101d047b 100644 --- a/package/gnome2/librsvg/librsvg.desc +++ b/package/gnome2/librsvg/librsvg.desc @@ -35,6 +35,7 @@ [M] Susanne Klaus [C] extra/multimedia +[F] CORE [L] LGPL [S] Stable diff --git a/package/gnome2/orbit2/orbit2.desc b/package/gnome2/orbit2/orbit2.desc index 9937e5a6a..35037973d 100644 --- a/package/gnome2/orbit2/orbit2.desc +++ b/package/gnome2/orbit2/orbit2.desc @@ -40,6 +40,7 @@ [M] Susanne Klaus [C] extra/development extra/desktop/gnome +[F] CORE [L] GPL [S] Stable diff --git a/package/public/pyrex/pyrex.desc b/package/public/pyrex/pyrex.desc index 6b362bd93..c097ab6b3 100644 --- a/package/public/pyrex/pyrex.desc +++ b/package/public/pyrex/pyrex.desc @@ -32,6 +32,7 @@ [M] The ROCK Linux Project [C] extra/development +[F] CORE [L] OpenSource [S] Beta