diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-08 05:36:32 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-08 05:36:32 +0800 |
commit | 614c407d90e96122e3f4406038a3eb8ee29a8074 (patch) | |
tree | 45857955d8aab341f15b297dd61387cdaefeb8a9 | |
parent | 331638f02c8011f0cacd3169437e6f8995f36d37 (diff) | |
download | marcuscom-ports-614c407d90e96122e3f4406038a3eb8ee29a8074.tar marcuscom-ports-614c407d90e96122e3f4406038a3eb8ee29a8074.tar.gz marcuscom-ports-614c407d90e96122e3f4406038a3eb8ee29a8074.tar.bz2 marcuscom-ports-614c407d90e96122e3f4406038a3eb8ee29a8074.tar.lz marcuscom-ports-614c407d90e96122e3f4406038a3eb8ee29a8074.tar.xz marcuscom-ports-614c407d90e96122e3f4406038a3eb8ee29a8074.tar.zst marcuscom-ports-614c407d90e96122e3f4406038a3eb8ee29a8074.zip |
Fix plist issues when python is disabled.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19610 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | editors/gedit-plugins/pkg-plist | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/editors/gedit-plugins/pkg-plist b/editors/gedit-plugins/pkg-plist index 8f2d736ef..16fe85024 100644 --- a/editors/gedit-plugins/pkg-plist +++ b/editors/gedit-plugins/pkg-plist @@ -148,7 +148,7 @@ %%PYTHON%%lib/gedit/plugins/textsize/viewactivatable.pyc %%PYTHON%%lib/gedit/plugins/textsize/viewactivatable.pyo %%PYTHON%%lib/gedit/plugins/wordcompletion.plugin -share/gedit/plugins/colorschemer/ui/schemer.ui +%%PYTHON%%share/gedit/plugins/colorschemer/ui/schemer.ui %%PYTHON%%share/gedit/plugins/commander/modules/align.py %%PYTHON%%share/gedit/plugins/commander/modules/align.pyc %%PYTHON%%share/gedit/plugins/commander/modules/align.pyo @@ -792,7 +792,9 @@ share/help/zh_TW/gedit/word-completion.page %%PYTHON%%@dirrm share/gedit/plugins/commander/modules/find %%PYTHON%%@dirrm share/gedit/plugins/commander/modules %%PYTHON%%@dirrm share/gedit/plugins/commander -@dirrmtry share/gedit/plugins +%%PYTHON%%@dirrm share/gedit/plugins/colorschemer/ui +%%PYTHON%%@dirrm share/gedit/plugins/colorschemer +%%PYTHON%%@dirrmtry share/gedit/plugins @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK @dirrmtry share/locale/xh/LC_MESSAGES @@ -843,7 +845,4 @@ share/help/zh_TW/gedit/word-completion.page @dirrmtry share/locale/ast @dirrmtry share/locale/as/LC_MESSAGES @dirrmtry share/locale/as -@dirrm share/gedit/plugins/colorschemer/ui -@dirrm share/gedit/plugins/colorschemer -@dirrm lib/gedit/plugins/colorschemer - +%%PYTHON%%@dirrm lib/gedit/plugins/colorschemer |