diff --git a/graphic/pixie/pixie.conf b/graphic/pixie/pixie.conf index 33360d676..fccd4b5e1 100644 --- a/graphic/pixie/pixie.conf +++ b/graphic/pixie/pixie.conf @@ -11,9 +11,17 @@ # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. # --- T2-COPYRIGHT-NOTE-END --- + +# Have pixie install its doc in its own location. +docdir=$docdir/$pkg +set_confopt + +# Tell pixie where that location is. +var_append confopt ' ' "--with-docdir=$docdir" + #set PIXIEHOME, otherwise pixie will not work home() { - echo "export PIXIEHOME=/usr/lib/Pixie" > $root/etc/profile.d/pixie + echo "export PIXIEHOME=$root/$libdir/Pixie" > $root/etc/profile.d/pixie } hook_add postmake 5 home diff --git a/graphic/pixie/pixie.desc b/graphic/pixie/pixie.desc index 7740d6bd2..95cafe5d5 100644 --- a/graphic/pixie/pixie.desc +++ b/graphic/pixie/pixie.desc @@ -28,7 +28,7 @@ [L] GPL [S] Stable -[V] 1.7.6 +[V] 2.2.2 [P] X -----5---9 800.000 -[D] 1742563413 Pixie-src-1.7.6.tgz http://dl.sourceforge.net/sourceforge/pixie/ +[D] 2654543283 Pixie-src-2.2.2.tgz http://dl.sourceforge.net/sourceforge/pixie/