debian: add PHP in debian packaging
This commit is contained in:
parent
d6558f5327
commit
cac4107f54
@ -16,6 +16,7 @@ Build-Depends:
|
|||||||
tcl8.6-dev,
|
tcl8.6-dev,
|
||||||
guile-2.0-dev,
|
guile-2.0-dev,
|
||||||
libv8-dev [amd64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel],
|
libv8-dev [amd64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel],
|
||||||
|
php7.1-dev, libphp7.1-embed,
|
||||||
libcurl4-gnutls-dev,
|
libcurl4-gnutls-dev,
|
||||||
libgcrypt20-dev,
|
libgcrypt20-dev,
|
||||||
libgnutls28-dev,
|
libgnutls28-dev,
|
||||||
@ -44,7 +45,7 @@ Description: Fast, light and extensible chat client
|
|||||||
- 256 colors support
|
- 256 colors support
|
||||||
- incremental text search
|
- incremental text search
|
||||||
- dynamic filtering of buffer content
|
- dynamic filtering of buffer content
|
||||||
- Perl, Python, Ruby, Lua, Tcl, Scheme and JavaScript scripting
|
- Perl, Python, Ruby, Lua, Tcl, Scheme, JavaScript and PHP scripting
|
||||||
- scripts manager
|
- scripts manager
|
||||||
- spell checking
|
- spell checking
|
||||||
- highly customizable and extensible
|
- highly customizable and extensible
|
||||||
@ -70,7 +71,7 @@ Description: Fast, light and extensible chat client - console client
|
|||||||
- 256 colors support
|
- 256 colors support
|
||||||
- incremental text search
|
- incremental text search
|
||||||
- dynamic filtering of buffer content
|
- dynamic filtering of buffer content
|
||||||
- Perl, Python, Ruby, Lua, Tcl, Scheme and JavaScript scripting
|
- Perl, Python, Ruby, Lua, Tcl, Scheme, JavaScript and PHP scripting
|
||||||
- scripts manager
|
- scripts manager
|
||||||
- spell checking
|
- spell checking
|
||||||
- highly customizable and extensible
|
- highly customizable and extensible
|
||||||
@ -101,7 +102,7 @@ Description: Fast, light and extensible chat client - plugins
|
|||||||
.
|
.
|
||||||
This package provides some plugins to enhance WeeChat. It currently
|
This package provides some plugins to enhance WeeChat. It currently
|
||||||
ships the following plugins:
|
ships the following plugins:
|
||||||
- Perl, Python, Ruby, Lua, Tcl, Scheme and JavaScript scripting
|
- Perl, Python, Ruby, Lua, Tcl, Scheme, JavaScript and PHP scripting
|
||||||
- scripts manager
|
- scripts manager
|
||||||
- Spell checking (thanks to aspell)
|
- Spell checking (thanks to aspell)
|
||||||
- FIFO pipe for remote control
|
- FIFO pipe for remote control
|
||||||
|
@ -16,6 +16,7 @@ Build-Depends:
|
|||||||
tcl8.6-dev,
|
tcl8.6-dev,
|
||||||
guile-2.0-dev,
|
guile-2.0-dev,
|
||||||
libv8-dev [amd64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel],
|
libv8-dev [amd64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel],
|
||||||
|
php7.1-dev, libphp7.1-embed,
|
||||||
libcurl4-gnutls-dev,
|
libcurl4-gnutls-dev,
|
||||||
libgcrypt20-dev,
|
libgcrypt20-dev,
|
||||||
libgnutls28-dev,
|
libgnutls28-dev,
|
||||||
@ -43,7 +44,7 @@ Description: Fast, light and extensible chat client
|
|||||||
- 256 colors support
|
- 256 colors support
|
||||||
- incremental text search
|
- incremental text search
|
||||||
- dynamic filtering of buffer content
|
- dynamic filtering of buffer content
|
||||||
- Perl, Python, Ruby, Lua, Tcl, Scheme and JavaScript scripting
|
- Perl, Python, Ruby, Lua, Tcl, Scheme, JavaScript and PHP scripting
|
||||||
- scripts manager
|
- scripts manager
|
||||||
- spell checking
|
- spell checking
|
||||||
- highly customizable and extensible
|
- highly customizable and extensible
|
||||||
@ -70,7 +71,7 @@ Description: Fast, light and extensible chat client - console client
|
|||||||
- 256 colors support
|
- 256 colors support
|
||||||
- incremental text search
|
- incremental text search
|
||||||
- dynamic filtering of buffer content
|
- dynamic filtering of buffer content
|
||||||
- Perl, Python, Ruby, Lua, Tcl, Scheme and JavaScript scripting
|
- Perl, Python, Ruby, Lua, Tcl, Scheme, JavaScript and PHP scripting
|
||||||
- scripts manager
|
- scripts manager
|
||||||
- spell checking
|
- spell checking
|
||||||
- highly customizable and extensible
|
- highly customizable and extensible
|
||||||
@ -101,7 +102,7 @@ Description: Fast, light and extensible chat client - plugins
|
|||||||
.
|
.
|
||||||
This package provides some plugins to enhance WeeChat. It currently
|
This package provides some plugins to enhance WeeChat. It currently
|
||||||
ships the following plugins:
|
ships the following plugins:
|
||||||
- Perl, Python, Ruby, Lua, Tcl, Scheme and JavaScript scripting
|
- Perl, Python, Ruby, Lua, Tcl, Scheme, JavaScript and PHP scripting
|
||||||
- scripts manager
|
- scripts manager
|
||||||
- Spell checking (thanks to aspell)
|
- Spell checking (thanks to aspell)
|
||||||
- FIFO pipe for remote control
|
- FIFO pipe for remote control
|
||||||
|
@ -7,6 +7,7 @@ usr/lib/weechat/plugins/guile.so
|
|||||||
[amd64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel] usr/lib/weechat/plugins/javascript.so
|
[amd64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel] usr/lib/weechat/plugins/javascript.so
|
||||||
usr/lib/weechat/plugins/lua.so
|
usr/lib/weechat/plugins/lua.so
|
||||||
usr/lib/weechat/plugins/perl.so
|
usr/lib/weechat/plugins/perl.so
|
||||||
|
usr/lib/weechat/plugins/php.so
|
||||||
usr/lib/weechat/plugins/python.so
|
usr/lib/weechat/plugins/python.so
|
||||||
usr/lib/weechat/plugins/relay.so
|
usr/lib/weechat/plugins/relay.so
|
||||||
usr/lib/weechat/plugins/ruby.so
|
usr/lib/weechat/plugins/ruby.so
|
||||||
|
Loading…
x
Reference in New Issue
Block a user