diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-18 03:00:13 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-18 03:00:13 +0800 |
commit | cb9b4c2ab044c633d015a11daae3097bf31a4755 (patch) | |
tree | 3b7ffb307a938e91be286f0885c659f6c11a64ca /x11/gnomepanel/Makefile | |
parent | d3769d13ed54a861ff04dee96e85b24802d3f58d (diff) | |
download | marcuscom-ports-cb9b4c2ab044c633d015a11daae3097bf31a4755.tar marcuscom-ports-cb9b4c2ab044c633d015a11daae3097bf31a4755.tar.gz marcuscom-ports-cb9b4c2ab044c633d015a11daae3097bf31a4755.tar.bz2 marcuscom-ports-cb9b4c2ab044c633d015a11daae3097bf31a4755.tar.lz marcuscom-ports-cb9b4c2ab044c633d015a11daae3097bf31a4755.tar.xz marcuscom-ports-cb9b4c2ab044c633d015a11daae3097bf31a4755.tar.zst marcuscom-ports-cb9b4c2ab044c633d015a11daae3097bf31a4755.zip |
Intro a new GCONF_SCHEMAS, don't use gconf.pl anymore. :-) I will have to
write the doc about this. I will send my write at either gnome or
marcuscvs-devel for the English grammar feedback and etc.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2683 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnomepanel/Makefile')
-rw-r--r-- | x11/gnomepanel/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/x11/gnomepanel/Makefile b/x11/gnomepanel/Makefile index 2d26c7944..49385567a 100644 --- a/x11/gnomepanel/Makefile +++ b/x11/gnomepanel/Makefile @@ -30,7 +30,12 @@ CONFIGURE_ARGS= --with-kde-datadir=${LOCALBASE}/share \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -MAN1= gnome-panel.1 gnome-panel-preferences.1 +MAN1= gnome-panel.1 gnome-panel-preferences.1 +GCONF_SCHEMAS= clock.schemas fish.schemas gnome-panel-screenshot.schemas \ + panel-compatibility.schemas panel-general.schemas \ + panel-global.schemas panel-object.schemas \ + panel-toplevel.schemas window-list.schemas \ + workspace-switcher.schemas post-patch: .for po in da.po it.po zh_TW.po |